Jump to content
MakeWebGames

Main Menu help!


jimmytubbs

Recommended Posts

Re: Main Menu help!

Two words of caution when using css style sheets and html markup for these menus.

Browser differences.

 

IE doesn't support the onhover event on anything except for the a tag.

 

Document Type

Almost all of these css drop down menus fail in IE if you aren't using an XHTML doc type.

YAHOO solves these problems by providing an API that normalizes these things, which is why I recommend it. Of course this means that css based drop down menus are good to use, but you should be aware of the potential pitfalls.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...