Re: [css-d] simple DIV layout renders differently in IE, FF, Opera

2006-04-24 Thread David Laakso
Maziak, Peter (Tek Systems) wrote: > > http://www.msu.edu/~maziak/umg/rms/demo_launchRMSwizard.html > In FF, IMG (blank.gif)"falls out" of div#bottom > In Opera, same IMG falls out AND div#bottom does not follow immediatelyinline. > -Pete I think the inline styles tripped all the browsers. Others

Re: [css-d] simple DIV layout renders differently in IE, FF, Opera

2006-04-24 Thread Gunlaug Sørtun
Maziak, Peter (Tek Systems) wrote: > Any tips for me? > > http://www.msu.edu/~maziak/umg/rms/demo_launchRMSwizard.html IE is saved by its 'hasLayout'[1] bug, as usual. #bottom{ background:#C4D3FF; width:100% /* 'hasLayout' trigger in IE - contains float */; display: table

[css-d] simple DIV layout renders differently in IE, FF, Opera

2006-04-24 Thread Maziak, Peter \(Tek Systems\)
Any tips for me? http://www.msu.edu/~maziak/umg/rms/demo_launchRMSwizard.html In IE, looks good. In FF, IMG (blank.gif in lower right w/border:black and float:right) "falls out" of light blue div#bottom In Opera, same IMG falls out AND div#bottom does not follow immediately inline. Thanks for