CSS/HTML Help

bupaje

Sorry for the late reply on this I forgot to set the 'notify' option on the post. :/ I changed the front end and solved it but thanks for taking the time to look. :)

diodak

In IE the problem is probably that you have some "space" in code.

</map>
  <!-- end #mainContent --></div>

<!-- end #container --></div>
</body>
</html>


try

</map><!-- end #mainContent --></div><!-- end #container --></div></body></html>
Buchsbaum

bupaje

Hi. Been a while since I'v had time to drop in. Now that I got laid off I have some time to work on my site but it's been too long and I forget stuff. Old guy brain.   :eek: After I beat this together I'll convert it to a template.

http://www.stormvisions.com/newsite/splash.htm

The splash.htm has a one pixel or so gap below the image in Internet Explorer. Click on any link and you'll see the content.htm page. You can see the problem there. I want to put text content in the center and need that row of background images in the center to repeat-y. For some reason that right one is bulging.

I know about the art problems and will fix those. Any help or suggestions welcome.