Aqua-Soft Forums: Repeating Image - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Repeating Image Rate Topic: -----

#1 User is offline   brokenlighter Icon

  • 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

#2 User is offline   sascha Icon

  • 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

#3 User is offline   AirForceOnes Icon

  • 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

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic