William Graeber wrote:
> What would be the most correct way to make this validate? I put it
> after a block of:
>         voice-family: "\"}\"";
>         voice-family:inherit;
> In the link style - it fixed the problem and validates, but is this
> the "most correct" way of doing it?

I'm not fond of the voice-family hack, and I have no opinion on what's
"most correct" :-)

I would actually style that link this way...

#side a {
        display: inline-block;
        }
        
#side a {
        margin: 0;
        padding: 5px;   
        display: block;
        border-bottom: 1px dotted #000;
        color: #000;
        text-decoration: none;
        }

...since that will be the least problematic 'hasLayout' triggering in
this particular case. No non-valid 'zoom' or other unsafe hacking needed.

regards
        Georg
-- 
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