|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
underlining the hyperlink on mouseover
hey i want the link to be underline only when my mouse is placed on it. My second problem is to make the cursor change to hand on mouseover of Listbox. To achieve this i am using onmouseover = "this.style.cursor = 'hand'" in both <select> and <option> tag but i am not able to get the desired result also i cant use the title attribute in both the tags.
Can someone help me regarding this thanx in advance. |
|
#2
|
||||
|
||||
|
you could add that into single thread hithere...
anyway to make the mousr cursor appear as hand over something, add this to the style of that element: <select name="MyCombo" style="cursor: hand;"> ... |
|
#3
|
||||
|
||||
|
hmmm. didn't work for me. Any ideas? Maybe it doesn't work in IE 6....
...didn't work in Firefox either. ....ok, it works for me on other elements, but not the <select> tag. |
|
#4
|
||||
|
||||
|
oops, you're correct..... I'll check it out when I have time. weird that combo box is not supporting such thing.
|
|
#5
|
||||
|
||||
|
well, weird as it may sound, as far as I found, combo box simply does not support such thing. the only solution is to build your own combo box which is obviously craziness. I fear you'll have to give up on displaying different cursor over combo, at least until some new browser will come which do support such trivial thing.
let us know if you somehow find solution for this... |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > underlining the hyperlink on mouseover |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|