Is it possible for one background to go the y axis while there's another "tile" like background that goes behind the y axis background, but the X direction?
Please let me know if you don't understand this ? clearly. I really need to know if there is a possibility I can have two different backgrounds. I think I recall seeing something like so. Please and Thanks.
Two backgrounds? 1 going X axis 1 going Y axis?best myspace
It can be done using two .png files.
.div1 { background:url(repeatx.png } repeat-x top left;
.div2 { background:url(repeaty.png } repeat-y top left;
PNG images are transparent, so I would imagine this would work if you had the top image transparent in some way.
Or, you could use gifs, if the designs don't overlap.
Or just make it one big image, and make it as small a file size as possible, which is sometimes the best answer.
Two backgrounds? 1 going X axis 1 going Y axis?hot myspace myspace.com
Yes, but it's a bit sloppy. My solution is to just add a div within a div, such as: %26lt;div id="wrapper1"%26gt;%26lt;div id="wrapper2". Wrapper1 could have a repeat-x image, and wrapper2 could have a repeat-y. I hope this helps.
No comments:
Post a Comment