I have a site up and I can't get the center table to be flush with the to of 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 center table to be flush with the to of the header div in IE. Works fine on Firefox.
http://www.photocreationsbygem.com/about/index.html
Any ideas?
Thanks
Last edited by Snookerman; 04-22-2009 at 08:03 AM. Reason: added "Resolved" prefix
I would recommend that you shouldn't use tables for layout since they will cause you many problems and you shouldn't use XHTML since it's not supported by IE.
To resolve your problem, 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]-->
Last edited by Snookerman; 03-18-2009 at 04:48 PM. Reason: typo
PERFECT.
Thanks.....I'm trying to get away from using tables. When I tried using a div in place of it, it worked in IE but not FireFox...
Thanks so much for your help.
You're welcome, glad to help!
You can go to your first post in this thread, clickthen click Go Advanced and add the Resolved prefix to the thread title.
This will let other users know the problem has been solved.
Good luck with your site!
Bookmarks