MyBB Community Forums

Full Version: JavaScript Dropdown Menus Explained
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
awesome thanks also how can i change the way they look
?
(2011-01-18, 05:53 AM)pumas09 Wrote: [ -> ]how can i change the way they look?

In global.css, change the attributes for .popup_menu etc.
Well I have this drop down menu working fine. Only problem I am having is that it is not working properly thru multiple browsers. Everything works great in IE but Firefox it does not work properly.

One problem I am having is the popup is right under my button in IE but in Firefox it comes up over the button. Any advice on how I can fix this?
So no one has a solution for mozilla?
Works fine for me in FireFox. Do you get the same problem with the Edit button menu?
Nice work AJS, i have done that,
When the mouse over is on a block it shows the text, as shown in the picture
[Image: 1_02_03_11_6_56_28.png]

i want that, each block show text, whether mouse over is on it or not, can it be possible? kindly guide
Find .popup_menu .popup_item in your themes global.css and change the colours.
thank you so much AJS Smile
Is there a way to make is display on mouse hover rather than on mouse click?
(2011-03-07, 12:19 AM)groovybluedog Wrote: [ -> ]Is there a way to make is display on mouse hover rather than on mouse click?

Not without editing the JavaScript itself.
Pages: 1 2 3 4 5 6 7 8