Quote:
Originally Posted by joeycano
I noticed that drop downs on the navbar go behind the chat screen when you click to pull them down.
An example of a drop down is "Quick Links".
|
To fix this long standing issue you need to edit a Flashchat file.
Edit
flashchat_inc.php (in the chat folder).
Find ;
Code:
so.write("flashchatcontent");
Add above it ;
Code:
so.addParam("wmode", "transparent");
The menus should no longer hide behind Flashchat.