Dan Wadleigh wrote:
> The site displays as desired in IE7/FireFox etc, but, the left column
>  content appears to have an extra margin-top type setting: 
> http://dev.fowlersoftware.com/

Not sure what you mean by that.

1: you have:

.left {margin-top: 65px;}

...and that's the only margin-top I can see in my browsers.

2: the /italic/ bug is really bugging IE6 - causing '.left' to drop
below '.center'.
Adding...

.tboxcontent {width: 158px; overflow-x: hidden;}

...will fix that.

3: do a font-resize test in every browser you can lay your hands on. Let
IE/win in on it too. Check if you're happy with the result, as there are
a few weak spots in there, and some users may need to resize text.
Some users (like myself) may even have their browser(s) preset at a
larger 'minimum font size' than your choices.

4: *not CSS-related*, but XHTML 1.1 is not meant to be served as
'text/html' - ever.
Ref: <http://www.w3.org/TR/xhtml-media-types/#summary>

Advice: use XHTML 1.0 Strict or HTML4.01 Strict instead.

> [...]  I have heard repeatedly lately, "...I didn't know you could do
>  layout with style sheets..."

:-)

...what else, if not layout, should we use stylesheets for..?

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to