Posted by Jonathan N. Little on 09/29/07 13:51
Beauregard T. Shagnasty wrote:
> Blinky the Shark wrote:
>
>> Beauregard T. Shagnasty wrote:
>>> Notice the Firebug error as well:
>>> "Unknown property 'behavior'. Declaration dropped."
>> Yeah. What's that about?
>
> It's called in the CSS.
>
> /* attach HTC file for MSIE */
> ul.buttonbar li {
> behavior: url(IEFixes.htc);
> }
>
> ..and is this file:
> http://www.priorysingers.org.uk/IEFixes.htc
>
> ..but don't ask me why.
>
behavior is MS's proprietary CSS thingie. I use it to load IEFixes.htc
which is a JScript (yes JScript not JavaScript) bit that allows your to
use :hover and :active like pseudo classes on non-links with MSIE5+
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|