My css javascript menu doesn't work on IE6. No rollovers, no drop downs.
Return to Recent Questions
Q:
Everything works perfectly on Firefox, nothing works on IE6.
No rollovers, no drop downs.
A:
You should the following parameters
var menuBorderWidth="0";
var itemBorderWidth="0";
These parameters cannot be empty.
Return to Recent Questions
|