Re: css hover without link
..oO(ntbdy)
> Although DW doesn't seem to offer the option of using li:hover, I just went
>ahead and added it manually. It works, at least in the latest FF and IE.
>
> But I'd wonder in what browsers it would break.
You can apply :hover to almost any element. It works in all modern
browsers, but not in IE 6 and below.
And just in case you want to find out what stylesheets apply to a
particular element, check out the DOM Inspector or the Firebug extension
in the Firefox browser or Opera's Developer Console. All very nice and
very powerful tools.
Micha
|