So, I need help..
Either with CSS or HTML or both..
Visualize this...
1.) an 8x8pixel image is tiled throughout an entire webpage..
2.) a larger background image is found on the page, overlapping the first background.
3.) the site's content is found over both backgrounds..
any1 know how to make it happen??
Help me please.. two backgrounds on a web page.. Help???love girls myspace
Assign the smaller background to the body tag via CSS and the larger one either to a div tag or a table cell as a background.
Joyce
http://www.DesignByJoyce.com/
Help me please.. two backgrounds on a web page.. Help???different myspace myspace.com
You'll need to use css.
set the tiling image on the background:
body {background:url(http://www.example.com/myimage.jpg) repeat;}
and then set the other background on a layer that all your content goes in, like this:
#content {background:url(http://www.example.com/mysecondimage.jpg... repeat;}
then you'll need to surround all the content with the layer tag, like this:
%26lt;div id="content"%26gt;your content here%26lt;/div%26gt;
No comments:
Post a Comment