Posted by Jonathan N. Little on 04/29/06 07:24
freemont wrote:
<snip rant>
>
> Is there any possible "IE hack" that will make my menus work?
>
> Here's the template:
> <http://freemontsoffice.com/gilbert/index.htm>
>
> I know that it looks like crap- it's just a layout.
>
> Thanks for your time-
>
IE will only supports :hover pseudo-class on 'A' elements with href
attributes, .i.e., links. You have one of 3 choices that I can think of.
1) Use MS's conditional CSS doohickeys and for IE make you list static.
not pretty but IE uses can use your links.
2) Make IE CSS classes and use JavaScript to attach hover events to swap
classes to simulate the CSS pseudo-class on your elements Like
SuckerFish menus
3) use MS's proprietary HTC file to attach events to elements to do the
class swap simulate the CSS pseudo-class
http://www.vladdy.net/Demos/CSSNav.html
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|