> The
> border appears in all states of the A element except for HOVER.
>
> http://clients.hairydogdigital.com/grace-pointe-community/staging/
>
To make inline-block work in IE you need to nudge it a little. Set the
element to inline and then trigger hasLayout. e.g.
#footer .links ul li { display: inline; zoom: 1; }
This should be In a separate stylesheet (preferable) or hidden from
standards compliant browsers with a hack.
Here is some info on hasLayout -
<http://www.satzansatz.de/cssd/onhavinglayout.html
>
Cheers, Tim
______________________________________________________________________
css-discuss [[email protected]]
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/