On Dec 18, 2005, at 9:42 PM, Bert Doorn wrote:
Have you tried display:inline-block ? It's valid CSS [1], Mozilla
ignores it and it ~may~ do what you want it to in MSIE.
[1] http://www.w3.org/TR/CSS21/visuren.html#propdef-display
Hi Bert, no, display:inline-block doesn't work however your
suggestion prompted to use the IE conditional comments in my html'
<.head> tag.
http://sl.lotusseeds.com/request2.html
<!--[if IE]>
<style>
#formWrapper {display: inline;
background: #fff;
}
</style>
<![endif]-->
It fixed partial problem, still the background color out of whack. IE
doesn't pick up the white background color I declared, on top of
that, when I scroll down, it shows a gap with a background image of
the #content ; if I click on a input field, it disappears.
See the screen shot.
http://sl.lotusseeds.com/ie2.jpg
I really appreciate if you have a clue how to fix it.
Best,
tee
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************