Forum Moderators: not2easy

Message Too Old, No Replies

Hi Newbie's First Post _ background stripes

CSS stripes

         

Firefly

12:41 am on Apr 13, 2005 (gmt 0)



Hi can anyone tell me what I need to do to create three broad horizontal stripes say 50px deep that sit in the background of a centered fixed width template?

At the moment I have a single image that tiles..across the entire background.. I want a three thick stripes that go across the full page.

Do I need coloured images to tile?

or

Can it be done via CSS colours?

A code example would be much appreciated here as I am new to this..

moltar

1:16 am on Apr 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld Firefly!

You need to create an image with stripes and then repeat it on the "x" plane.

background: url("/path/to/stipes.gif") repeat-x;