Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Acmlmboard support?.
Acmlm's Board - I2 Archive - Acmlmboard support? - Javascript for button drop down menus | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
frantik

Paragoomba
Level: 15

Posts: 58/66
EXP: 13104
For next: 3280

Since: 03-15-04

Since last post: 400 days
Last activity: 339 days
Posted on 05-03-04 06:03 AM Link | Quote
Hello,

I've noticed that the drop down menus on the message entry page (like for font color or smilies) disappear after a short time after you move the pointer from the menu. A lot of the time i end up having to click the list a few times to get the smiley i need cause i'll move the mouse outside of the menu.

I assume this is done with an onMouseOut. You might consider waiting for an onMouseUp instead, as this is how most drop down menus work. When you click outside of the menu the menu disappears but if you click on the menu it selects the item. You could then get rid of the timer subroutine as well.

the onMouseUp will have to be detected in the Body element though, not the menu element.

it looks like the defaultButton() function is where you'll need to go first

function defaultButton(image,name,onClick,onMouseOver,onMouseOut) {
if(checkBrowser()) {document.write(createButton(image, name, "onClick='"+onClick+"' onMouseOver='"+onMouseOver+"' onMouseOut='"+onMouseOut+"'", "a48282","c3acac","865859" ) ) }
}
Sandy53215
Acmlm (10:55:31 PM): they're having fun for the first time in so long
Level: 47

Posts: 43/948
EXP: 713034
For next: 53169

Since: 03-15-04
From: Milwaukee, Wisconsin (U.S.A)

Since last post: 1 day
Last activity: 4 hours
Posted on 05-03-04 10:57 PM Link | Quote
Yeah that happends to me sometimes but im sure its not one of the biggest worries. Although that would be nice to have.

Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Acmlmboard support? - Javascript for button drop down menus | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.002 seconds.