Trupti, Sizing with % is great for fluid templates, but sometimes suffers from rounding errors. I'd suggest changing the page width to 74% or 74.5% to fit the left-menu back on its place.
Also know that the template fluidly adjust itself when increasing/decreasing font-sizes. So playing with the font-size on IE could help as well. dirk On Thu, Jul 30, 2009 at 1:04 PM, TruptiP <[email protected]> wrote: > > Hi All, > > One thing is I used wiki Form input in one of the tables. For them I have > added below entry in css. > #favorites .wikiform input[type='text']{width:100%} > > Because of this table input fields shrinks/expand as browser window size > change. > > But this is not working iwth IE. IE just place left menu at the bottom. > > Please suggest change in css which fix left menu on left side in IE. > > Thanks, > Trupti > > > TruptiP wrote: > > > > Hi, > > > > I added two tables in left menu. So I increased Left menu width from 18% > > to 23% and decreased Page width from 80% to 75%. > > > > Now, when I resize the window means when minimize the browser window, > Left > > menu go at the bottom in IE. > > However, It works properly in Firefox and Chrome. > > > > Do I need to add any attribute in css file so that it will stick to 23% > > and 75% properly and will not go at the bottom of the page in IE. > > #favorites{float:left;margin-top:1.75em;width:23%;padding:.5em;} > > #page{width:75%;} > > > > Please help. > > > > Thanks, > > Trupti > > > > > > -- > View this message in context: > http://www.nabble.com/Style-sheet-is-not-working-properly-in-IE-tp24732912p24736337.html > Sent from the JspWiki - User mailing list archive at Nabble.com. > >
