![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
div { color: blue } div:HOVER { color: red } div:HOVER a { color: blue } div b:HOVER { color: blue } Try that in Mozilla or Opera 7.5 - probably not in Opera 7.2. Lauri Raittila <lauri (AT) raittila (DOT) cjb.net> wrote: That worked best in Opera 7.21beta 6 or 10 or something (if someone wants to know, google opera.beta for my bug charts, that version had bug that this didn't work for display:table etc.). Has not worked on any release version of Opera IIRC. I haven't tested since O7.5b2 and not on mozilla since firbird. The best I could get for :visited was to apply a DirectX filter in IE. The style is brought in through a javascript loader only for IE 5.5+. I was reluctant to use this, for IE, because sometimes the DirectX filters can be broken. If you rely on them, it could break on you. So instead of a background color, which if the DX alpha failed to work would entirely cover the 'link' text, I used a transparent gif. This gives you the necessary 'hot' area on the visited link. The linkbutton is, in a non-styled version, a left aligned img inside an anchor element. |
![]() |
| Thread Tools | |
| Display Modes | |
| |