I defined table width as 757px (the size of the main div) and everything works fine. Auto width also works fine. Thank you!
2007/1/27, Christian Montoya <[EMAIL PROTECTED]>:
On 1/27/07, Vladislav Gorodetskiy <[EMAIL PROTECTED]> wrote: > Hi there, > > My layout is : > ________ _____________________ > | | | | > | | | | > | sidebar | | main | > | | | | > |_______| |____________________| > > There is a big div .wrapper who contains .sidebar and .main divs. sidebar is > left-floated and main is right-floated > I have a 100%-width table in .main div > In firefox everything works fine but in IE table becomes 100% of body but > not 100% of .main... Why does the table have 100% width? Why not auto width? If you are explicitly applying a width of 100% to the table, in the markup or the CSS, take it away. -- -- Christian Montoya christianmontoya.net .. designtocss.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
-- Love and Light, Vladislav. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
