On 05.04.2012 22:59, Stuart King wrote:
WEBSITE URL:
http://pinanapavalley.com

In addition to what others have written, a few browsers may also "jump in and out of styles on comments" because you haven't closed the "hide from IE-Mac" hack near the top of the stylesheet...

/* \*/
* html #holder {
width: 956px;
w\idth: 960px;
}

...should have been written like this...

/* \*/
* html #holder {
width: 956px;
w\idth: 960px;
}
/* */

Better still: ignore old IE-Mac, and move/group whatever hacks you need for old IE-win versions to the bottom of the stylesheet.

I checked in IE8 and older, and in Opera 11.62. Doesn't look good, and although it is possible to override styles to fix the navigation in all these it is better to clean up the stylesheet. I will especially point out that you should remove commented-out styles, and write any comments you want/need in such a way that the do not act as hacks in any browser - unless when you want them to.

regards
        Georg
______________________________________________________________________
css-discuss [css-d@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