View Single Post
Old 09-24-2007, 04:45 PM   #3
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Wink Re: Here's something that bugs

Since I released some today, I'd feel bad if I didn't at least try to help.

There's probably an easier way than using JS to remove the banner, though. Try setting the CSS z-index attribute for the drop-down menus to something nice and high, like:

.vbmenu_control {
z-index: 100;
}
chaosprime is offline   Reply With Quote