Hi,
I'm creating a website and would like to have a horizontal expandable (drop down) menu list. After doing a lot of search and reading, I found the the following methods:
- CSS - pseudo-class (:hover)
- Javascript - by using "onmouseover" or "onclick" detectors & Definition Lists (<dl>, <dt> and <dd>)
- Flash - by creating a flash movie/button and inserting it
When I create the menu with flash or javascript and try to view it in the browser (usually IE), my browser Popup blocker blocks some parts of the website and says:
"Did you notice the Information Bar? The information bar alerts you when Internet Explorer blocks a pop-up window or file download that might not be safe...."
But the thing is, when I go to another website that does have flash or javascript, I don't get this message.
Is there anyway I can prevent the popup blocker blocking my webpage?
And which method is recommended for creating an expandable menu?
I would really appreciate if anyone could help me out on this.
Thank you.
Sonya