Log in

View Full Version : Going crazy....any help??



Defender90
03-17-2009, 06:49 PM
I have a site up and I can't get the table to be flush with the header div in IE. Works fine on Firefox.

http://www.photocreationsbygem.com/about/index.html

Any ideas?

Thanks

Nile
03-18-2009, 02:31 AM
Don't use tables for layouts! (http://www.hotdesign.com/seybold/everything.html)

Defender90
03-18-2009, 02:29 PM
I did it with a div and it worked in IE but not Firefox. When I put the center in a table it works with firefox but not IE.

All I'm trying to do is have there be no space between the table and the header DIv.

Anyone??

Sorry if this is such an easy question but I'm a novice

Snookerman
03-18-2009, 04:10 PM
Remove this:

<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


Good luck!