David Bailey wrote:
> Hi,
>
> I am having trouble with several things in IE with a site I'm working  
> on and seek some advice. I'm still grappling with a few areas of css  
> so the issues may be simple, but I just can't see them!
>
> Please look at http://www.webanz.com/webanz_new/index3.php.
> Stylesheets:
> http://www.webanz.com/webanz_new/styles/layout.css
> http://www.webanz.com/webanz_new/styles/layout_ie.css
> http://www.webanz.com/webanz_new/CSSMenuWriter/cssmw/menu.css
> http://www.webanz.com/webanz_new/CSSMenuWriter/cssmw/menu_ie.css
>   


This line above the doctype puts IE/6 > in quirksmode.
<!-- HEADER INCLUDE Goes here -->
If it is deleted and the width of this selector is reduced, you may 
avoid the float drop:
#left-panel { border: 1px solid fuchsia;
    float: left;
                      width: /*16%*/15%;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
}


It is difficult to bring your page up at all in the IE browsers because 
of the js errors.
It would probably be a good idea to validate the markup, too.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.webanz.com%2Fwebanz_new%2Findex3.php>

I think your chances of getting that site functional in IE/5 is slim to 
none.

Perhaps someone else on the list will provide more comprehensive 
solutions to all your questions...





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to