What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JavaScript and Mouse overs... hmmm....

JavaScript and Mouse overs... hmmm....
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: JavaScript and Mouse overs... hmmm....
Well, looking into the source of that site, I see it simply uses a hover CSS bit in the menu DIV.

HTML:
code:
<div id="herehovers">
<a href="/index.htm">Index</a>
</div>

CSS:
code:
#herehovers {
/* how the normal things look */
}

#herehovers:hover {
/* how it looks when the mouse is over */
}

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

09-16-2005 08:41 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JavaScript and Mouse overs... hmmm.... - by stoshrocket on 09-16-2005 at 08:20 PM
RE: JavaScript and Mouse overs... hmmm.... - by Ezra on 09-16-2005 at 08:25 PM
RE: JavaScript and Mouse overs... hmmm.... - by absorbation on 09-16-2005 at 08:26 PM
RE: JavaScript and Mouse overs... hmmm.... - by stoshrocket on 09-16-2005 at 08:32 PM
RE: JavaScript and Mouse overs... hmmm.... - by L. Coyote on 09-16-2005 at 08:41 PM
RE: JavaScript and Mouse overs... hmmm.... - by Eljay on 09-16-2005 at 08:41 PM
RE: JavaScript and Mouse overs... hmmm.... - by stoshrocket on 09-16-2005 at 08:45 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On