Arno @ Raketnet wrote:

> ... but there's still the styling problem in IE.
> There's no borders around the boxes to be filled in and IE doesn't seem
> to care about the line-height property in those boxes.

Yes, IE/Win ignores line-height in presence of replaced contents (like
images, <input>, ...), see [1].   No easy workaround. You can try to use
margins/paddings to get your desired spacing in IE/Win.
About the borders: I see that you used 0.5px as border width, using 1px
seems to give better results. But please note that styling of these elements
is difficult, and much depended on OS and browsers.

> Then there's still the problem with the footer in Opera, which is broken
> into two/three lines, where it should be centered under the content. I
> can't figure out the problem.

Opera 8 doesn't show the problem, Op7.5 does.  It seems a (fixed) bug.
Adding clear:both to the footer makes it on a single line, but also pushes
it down, revealing that it might be (wrongly) affected by the content in the
scrolling div.  I haven't looked further.

hth,
Bruno

[1] http://www.positioniseverything.net/explorer/lineheightbug.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to