I cannot see the shadow on the top items in my drop down menu example.
Return to Recent Questions
Q:
I cannot see the shadow on the top items of the menu. Can you help me?
A:
Now you have shadow the submenus only, if you want to have shadow
for the top items you should set the following parameters:
//--- Transitional Effects & Filters
var shadowLen=4;
var shadowColor="#B1B1B1";
var shadowTop=1;
You can see the shadow in Internet Explorer 5+ only.
See more info here:
http://deluxe-menu.com/filters-and-effects-sample.html
Return to Recent Questions
|