Nick Lo wrote:
I've just released...

http://www.mccn.org.au/

...and realised a little late that some last minute tweaks (possibly)
 have thrown out the "Stay Informed" column on the home page in PC IE
5.

Some stuff in there widens the column in IE5/win.

For a start, take out (or hack) the width:
        ul#subscribe li a
        {
                color: #fff;
                font-weight: bold;
                /*width: 285px;*/
        }

Then you can make it look a little better in IE5/win, using old quirks
mode unitless values.

@media all {
* html div#features
        {
                width: 310;
                margin: 0 -10;
                padding: 1;
        }
}

The above is not a complete fix, but will make it work somewhat. Lots of
box-model problems and other weaknesses still in there...

Oh and if there are any other things people would like to point out please feel free.

Font-resizing breaks the "subscribe" line-up. Text overflowing.

regards
        Georg


****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to