Yes, it's possible. You could put the patterned background in as a background for the body, then put the stripe in as a background on a "container" div, with the stripe set to repeat ONLY horizontally.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
that is possible using css code follow following step :-
1) create css class like
.g{
background:url(../images/image.jpeg);
}
2)
create table using table tag
<table>
<tr>
<td class="g"> <img src="../images/gh.jpeg">
</td>
</tr>
</table>
Thank you very much. I've found another way, more dificult. I've just put one layer (div) with z-index: 1 and I've defined its lenght and hight, after all I've just set the site background as stripes_bg.gif it also works.
Why on earth would you choose to do something the HARD way, especially when I gave you an EASY solution ?? If you start using absolute positioning on everything you're GOING to have problems.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
The Lady is right, her idea is easy, and keeps the code leaner than a table. On the other hand, I also like tables... I set my drinks down on a table... my dinner... my tv remote...
that is possible using css code follow following step :-
1) create css class like
.g{
background:url(../images/image.jpeg);
}
2)
create table using table tag
<table>
<tr>
<td class="g"> <img src="../images/gh.jpeg">
</td>
</tr>
</table>
this code will create two image at a time
Ouch, I read this post and took an educated guess that LadynRed would b on your a$$ behind
__________________ Please login or register to view this content. Registration is FREE