Doug Waddell wrote:
> Hi folks, This is my first post, so please excuse me if these have 
> been asked before.

No problem.

> I'm co-developing a small web site with someone who wants to do it in
>  all tables. I convinced him to go the css route, but am now 
> experiencing troubles. I can already hear the "I told you so" 
> lecture.

I hear horses still do more miles to the gallon than cars :-)

> http://www.apropel.com/dev/DEV-4/About/history.html

> Any help would be much appreciated, but a solution to number 1 would 
> make me believe that the pursuit of css is worthwhile.

Add the following packet to the bottom of your stylesheet...

        * html #wrapper {overflow-x: hidden;}
        * html #leftside {overflow-x: hidden; margin-right: -10px;}
        * html #leftside a {height: 1%;}
        * html #beernav {text-align: center;}
        html {font-size: 100%;}

...and IE6 will won't know what hit it - on all 4. I added a fix for
IE/win's 'em font-resizing bug'[1] while I were at it, since that bug
can ruin the best designs in that bugger.

regards
        Georg

[1]http://www.gunlaug.no/contents/wd_additions_13.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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