Hello,
I have a marquee , see the following code:
and i have custimize CSS Menu, see the following code:HTML Code:<marquee behavior = "scroll" direction = "right" scrollamount="5" onmouseover="this.stop()" onmouseout="this.start()> Hello World! </marquee >
menu build:HTML Code:/* Main Menu */ .bevelmenu{ list-style-type: none; margin: 0; padding: 3px 5px; width: 100px; } .bevelmenu li a{ display: block; width: 122px;; padding: 3px 5px; text-decoration: none; font-weight: bold; background-color: #FDF2DF; border: 2px solid #FDF2DF; text-decoration:none; } .bevelmenu li a:hover{ color: black; background-color: #FFD58F; border-style: outset; } html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */ border-style: inset; }
test now! if you moved a mouse cursor on the menu the marquee will be stopped and hidden!HTML Code:<ul class="bevelmenu"> <li><a href="info.py?id=1">Main information...</a></li> </div>
any idea about it?
Thanks,



Reply With Quote


Bookmarks