Repeating Image
Rate Topic:




-
Group:
Member
-
Posts:
26
-
Joined:
04-April 08
Posted 09 April 2008 - 06:26 PM
How do I go about having an image for a header that is centered and then on each side of it like a 1px wide image that repeats on both sides until it gets to the end of the page.
Thanks
0
-
Group:
Member
-
Posts:
64
-
Joined:
15-October 06
Posted 09 April 2008 - 06:46 PM
Add a css style
.your_image { background: url yourimage repeat-x;}
0
-
Group:
Member
-
Posts:
427
-
Joined:
11-February 07
Posted 10 April 2008 - 05:08 AM
just to rephrase:
div.header{
background: url(urltoimage) repeat-x;
}
keep your code clean =]. if you need any help at all feel free to contact me.
0