Preserved Topic: Table Cell Mouse Effect |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-06-2001 07:34
What I want to do is have when the curson hovers over the cell it glows... I know there's a javascripts able to do that but the java script is only able to do solid colors... I have a special design on the cell and when the mouse hovers over I just want the design to be brighter... I don't want to use hover image cause it'll take up a lot of space... |
Maniac (V) Inmate From: under the bed |
posted 05-06-2001 16:42
So, you don't want a solid color, and you don't want to use an image either, correct? |
Maniac (V) Inmate From: Brisbane, Australia |
posted 05-06-2001 16:43
Hummm... Well, I'm fairly certain that the only way you could do that would be to use IE's Lighting function. But I don't even know if they also decided to continue this feature theough into IE 5. It was in IE4 though. And of coures, it wouldn't work in any other browser. Further more, I can't remember how to do it so you'd have to search the net for it. Otherwise you'll have to use Images, which I would recomend, Just make sure your images aren't too big and optmise them correctly. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 05-06-2001 16:45
Oh yeah a Java app would work, nice one DL, that one slipped my mind. Although I really don't like Java apps either, I'd still recomend the Image Swap path. |
Paranoid (IV) Inmate From: other places |
posted 05-06-2001 17:13
How about manipulating the opacity to get the effect, like Mr. Max's script over in the sig forum does? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-06-2001 17:14 |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-06-2001 18:54
hmm, i think this will do it, but it only works in IE... |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-06-2001 19:09
I don't want to use image because I'll be having a lot of these cells and if I use image I'll have to make a lot of them... the opacity idea seems to work, I'll look into it, if I new where the script was. U-neek that was the script I was using.. it can only set solid colors and not change the background. |
Maniac (V) Mad Scientist From: Long Island, NY |
posted 05-06-2001 20:01
Karn: |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-06-2001 22:42
sorry I should of posted the link earlier...here... http://www.techgnome.barrysworld.net The cells on the left is what I want to glow when hover over... but not a solid color... |
Paranoid (IV) Inmate From: us |
posted 05-06-2001 23:05 |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-06-2001 23:58
I see... but even If I use an image swap won't I have to do the image thing for all my buttons which I'm gonna have a lot of them? |
Paranoid (IV) Inmate From: us |
posted 05-07-2001 00:15 |
Maniac (V) Inmate From: under the bed |
posted 05-07-2001 01:15
Okay. Here are a couple of solutions: |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-07-2001 03:43
DL-44 the fiirst one seems good here is something... the script I used before... |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-07-2001 05:08
Check out a thread at http://www.gurusnetwork.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=1&t=000099 |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-09-2001 00:45
Thanx that is exactly what I needed. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-09-2001 02:29
Check out the left side navigation at http://office.microsoft.com/. They're doing something very similar to put the border around the cells. Hope this helps as well. I was looking for a solution just like this for the longest time, and Microsoft's site had a perfect example that I reverse-engineered. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-09-2001 03:42
Also, check out http://development.runningwolf.com/development/code/border_test.htm |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-10-2001 23:37
Thanx... I've got it working and it's great... |