satish_j Posted January 12, 2010 Share Posted January 12, 2010 (edited) I have 2 divs..both floated left..left div is assigned width of 18% and right div wisth of 75%...FF displays the page correctly with the 2 divs against each other on same line..But,IE6 shifts the right div below the left div instead of in single line..However,if i set the text size in IE to 'SMALLEST',then IE6 displays properly like FF,but if i change the font to 'SMALLER',it wraps below the left div..any help seriously appreciated...i hope there is no need of code...it is simple to understand,but if code is reqd,i can post it... Edited January 12, 2010 by satish_j Link to comment Share on other sites More sharing options...
satish_j Posted January 12, 2010 Author Share Posted January 12, 2010 Frnds..i have narrowed down the problem to a table which is contained within left div...If I REMOVE THIS TABLE,THEN THE PAGE IS PROPERLY DISPLAYED IN FF AND IE(EVEN ON RESIZING)..BUt,i need this table on the page...can anyone help me get solution without removing the table from my page??? Link to comment Share on other sites More sharing options...
roundcorners Posted January 12, 2010 Share Posted January 12, 2010 does the table have a width? Link to comment Share on other sites More sharing options...
thescientist Posted January 12, 2010 Share Posted January 12, 2010 (edited) why don't you post your code or link? That would probably be the easiest way to understand whats going on. Perhaps you don't have properly opening and closing tags? Edited January 12, 2010 by thescientist Link to comment Share on other sites More sharing options...
satish_j Posted January 13, 2010 Author Share Posted January 13, 2010 Thanks anyway..prob is resolved...i added table-layout: fixed; to css file as i just googled that it will limit the width of table to limits of container...@roundcorners:Setting width of table in css file does not have any effect in IE6... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now