The Artima Developer Community
Sponsored Link

Web Buzz Forum
CSS: Dropdown menu does not work on IE 6 ?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Lee v

Posts: 403
Nickname: a1plus19
Registered: Apr, 2011

Lee - helping out tech stuff.
CSS: Dropdown menu does not work on IE 6 ? Posted: May 30, 2011 1:53 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Lee v.
Original Post: CSS: Dropdown menu does not work on IE 6 ?
Feed Title: IT Jungles
Feed URL: http://www.itjungles.com/rss
Feed Description: Learn all tech stuff at ITJungles.com
Latest Web Buzz Posts
Latest Web Buzz Posts by Lee v
Latest Posts From IT Jungles

Advertisement

In some cases, Dropdown Menu with CSS does not work as well on IE 6.

It only works on the later browser as IE7, IE8, Mozilla Firefox and ect

How do you fix that?

First, you need to download the file whateverhover.htc here and put it in CSS folder

Add the below code inside the <HEAD></HEAD> tag in the html file:

<!--[if gte IE 5.5]>

<![if lt IE 7]>

<style type="text/css">

div {behavior: url(css/whateverhover.htc);}

</style>

<![endif]>

<![endif]-->

Now CSS should works fine on all browsers and IE 6 will not have a problem.

Did you like this tip? {fblike}

Read: CSS: Dropdown menu does not work on IE 6 ?

Topic: Mac OS 10.6.8 ready to release to remove MacDefender malware Previous Topic   Next Topic Topic: Free Open Source Barcode & QR Code Writer for Windows, Mac & Linux

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use