SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Resource

Hover Behavior

Categories...
Client User Group
Internet Explorer
Language
JavaScript
Product
IE5
Task
Layout Enhancement, Rollovers
Technology
CSS, IE5 Behaviors

Sponsored Links
Developer's Paradise : Inside Technique :
Hover Behavior
Submission by SiteExperts Staff

Go to the resource:
Hover Behavior

Add to Assistant

Short Description
A simple behavior for Internet Explorer 5 that adds CSS hover effects to any element.

Long Description
We demonstrate compound class-names and Internet Explorer 5.0 behaviors to add CSS hover effects to any element in your page. This behavior is extremely simple and automatically degrades in other browsers.

Author
Scott Isaacs
Date/ Version
3/22/1999
Submission URL
http://www.SiteExperts.com/ie5/htc/ts03/page1.asp
Submission Date
Mar 22,1999
Last Update
Mar 22,1999
 

Discussion and Rate this Resource
Overall Rating: 4.3

Kester on Jul 28, 2004 at 10:49:49 AMRating: 5
This supplied the last step necessary for me to redesign my library's online catalog using CSS buttons, and optimized for all browsers. I had the hover effect working for everything but IE, but this script solved that problem. Thanks!!
Garrett Smith on Jun 16, 2001 at 8:54:30 AMRating: 1
Another IE5 only windows only script. IE5 should support eventListener, but since it doesnt, I developed a script on my site. Here is the url. http://dhtmlkitchen.com/dhtml/hover/hover.html
Saint Jude on Jun 14, 2001 at 12:21:27 PMRating: 2

It's true about the IE only thing, but it looks good. Not sure I'll start using the dowload yet. Need a pointer to this behaviour malarky before I start using it.

Keep up the good work.

dadams on Feb 14, 2001 at 8:13:59 AMRating: 3
Nice simple intro to behaviors. But simpler to is inline class name changes, i.e.<BUTTON class=command name=cmdUpload onmousedown="this.className='down';" onmouseout="this.className='command';" onmouseover="this.className='over';" onmouseup="this.className='over';">Upload</BUTTON>
wcreswell on Feb 14, 2001 at 4:04:03 AMRating: 3

Is it really a good idea to build a web design around IE only?

More Ratings/ Comments


To rate and comment on a resource, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password

Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.