PDA

View Full Version : how do I remove drop shadow from popup menu?



Shari Hes
Wed 7th Jan '04, 11:45am
it looks horrible with black background >.<~~~~~~~~~~~~
and I'm sure there's nothing I can do with it in CSS, or is there?

thanks ^^

cirisme
Wed 7th Jan '04, 3:00pm
I like it ;)

Open clientscript/vbulletin_menu.js find this:


popupobj.style.filter += "progid:DXImageTransform.Microsoft.shadow(direction =135,color=#8E8E8E,strength=3)";

and delete. then ctrl-F5 reload to get the changes

Shari Hes
Wed 7th Jan '04, 8:00pm
wow, Thank you ^O^