• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

CSS -- Mouse Over Images.

njc

Gawd
Joined
Apr 30, 2002
Messages
581
Desigining my first website in a long time, and i'm trying to go the css route.

the splash screen slash menu is going to be a 3x5 grid of images. each one will be a link, and i'd like to make each image have an alternate image which would show when mouse-overed. i can only find a:hover stuff on google. is this even possible with CSS or am i going to have to use javascript or something
 
To be a bit more explicit than the above post, IE does not support :hover on anything but anchor tags. This is a browser deficiency and a persistent source of frustration for cross-platform web developers. Although, if you can work it into your design, this is an interesting solution.
 
This may be somewhat challenging for a beginner, but I think it would pay off. Check out this example and see how they did it in this tutorial. Pretty nice that you can get a funky image map kind of thing with just a plain old <ul>.
 
HorsePunchKid said:
This may be somewhat challenging for a beginner, but I think it would pay off. Check out this example and see how they did it in this tutorial. Pretty nice that you can get a funky image map kind of thing with just a plain old <ul>.

that looks interesting. i'm going to get a chance to try it out this week when i get some free time. i'll post my findings and hopefully some results.

thanks
n
 
Back
Top