The website with info is  http://www.xs4all.nl/~peterned/csshover.html

The htc is can be downloaded at  http://www.xs4all.nl/~peterned/htc/csshover.htc

To load the hover htc put this in a <style> or in your .CSS:

body {
                behavior:url("../htc/csshover.htc");
        }

then to use it all you do is use :hover

So say we had 
odd {
     background-color: #fffffff
}

even {
  background-color: #CCCCCC
} 

for the hover affect all you do is 

odd:hover, even:hover {
    background-color: #FcFcFc
}

Those colors are completely random off the top of my head....

If'b ya need more help let me know I'll see what I can do :)


Adam H
   


On Tue, 1Feb 2005 10:18:22 +1100, Mike Kear <[EMAIL PROTECTED]> wrote:
> Adam, could you please post the CSS for this functionality please?
> I'm interested in having the hover thing working, but never managed to
> get the htc hack part right.
> 
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
> 
> 
> On Mon, 31 Jan 2005 16:13:10 -0500, Adam Haskell <[EMAIL PROTECTED]> wrote:
> > EEKS! why would you not want to use CSS?  do it one better with CSS
> > give them both a hover psudoclass with a background like yellow. Then
> > when the mouse is over a row it will be highlighted! If you want this
> > to work in IE you, need the htc hack, everythinghover or something
> > like that. We've reacently started using it here and no problems yet.
> >
> > Adam H
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192503
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to