Background images that stay put!

windows

Guest
Hi everyone. New to the board. Have 1 small problem... I have a nice graphic layout I did in Photochop, sliced it all up, ready to save for the net, etc... Done a few pages like this however on this one, I want part of the background image to stay put... I have a slice in the middle of the circle, plants and a fish in the part that I want to have the text... Basically, How do you have an <iframe> setup to have a transparent background, where the background image for that page doesnt move?? I guess easiest way is to show you... GO to:<br />
<br />
<!-- m --><a class="postlink" href="http://fishthoughts.com/newsite/index.html">http://fishthoughts.com/newsite/index.html</a><!-- m --><br />
<br />
You;ll se eexactly what I mean... I just typed a bunch of numbers down the side where I want the text to go... I don tkonw how to explain it other than Id like to keep the plant and fish where they are instead of having them scroll with the background... Any ideas?<br />
<br />
Im upgrading from my first design, <!-- w --><a class="postlink" href="http://www.fishthoughts.com">www.fishthoughts.com</a><!-- w --> ....<br />
<br />
Please help!!!<br />
THanks!<br />
Steve<!--content-->Don't use iframes for your content, use div tags with style="overflow:auto", they will scroll when the content gets too much for it (if you specify a height) and by default it will have no background.<br />
<br />
Your layout looks quite broken up in a standards browser by the way. Get Firefox (<!-- m --><a class="postlink" href="http://www.mozilla.org/products/firefox/">http://www.mozilla.org/products/firefox/</a><!-- m -->) to see what I mean.<!--content-->
 
Back
Top