repeating backgound

Status
Not open for further replies.

jimshoe

New Member
Messages
2
Reaction score
0
Points
0
I have Macromedit Fireworks 2004, and I was wondering if there was an easy way to create a repeating web backround i.e. there wouldn't be a line between the images when they are panneled on the background.
 

mycamgirl

New Member
Messages
11
Reaction score
0
Points
0
Are you asking for a CSS code to repeat the image or how to make the image on Fireworks?
 

Anna

I am just me
Staff member
Messages
11,741
Reaction score
579
Points
113
css code: background-image: url('path/image.jpg');

the natural behavior for an background image is to repeat itself, both side to side (repeat-x) and top to bottom (repeat-y). If the picture doesn't have lines, the result won't either.
 

jimshoe

New Member
Messages
2
Reaction score
0
Points
0
I guess I should have been more clear. I was asking about how to actually generate the image in fireworks. I have it all figured out now, though.
 
Status
Not open for further replies.
Top