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
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
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
Remove this:
Good luck!Code:<!--[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]-->
Bookmarks