Gunlaug Sørtun wrote:
> Virginia Murdoch wrote:

>> http://www.jd-associates.com.au/test/permissions/

Follow-up on general CSS-hackery... :-)

I advice you to place a dummy-style after each rule where you use the
voice-family hack. The reason is that some older IE/win-versions (5+)
may "eat" and ignore the rule following such a hacked rule.

#footer is one such rule that might be ignored by those.

Placing something like this:

.nonexistent {background: red; /* no such class */}

...after each of those voice-family hacked rules, means that all the
real rules will be applied.

        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