|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||||||
|
||||||||
|
Mouse Move...
I have a style set that formats form buttoms to look a little different. It is as follows:
php Code:
The buttons themselves work great. I display them using: php Code:
The problem is that I would like to somehow change the mouse when moved over the button to the hand icon, like if it was an hyperlink. Any ideas? |
|
#2
|
|||
|
|||
|
RE: Mouse Move...
<input type="submit" value="Administrative Items" class="button" onMouseOver="this.className = 'something'" onMouseOut="this.className = 'button'">
|
|
#3
|
|||
|
|||
|
RE: Mouse Move...
OK. I see what you wrote. But I am still lost. How do I define the graphic to use? Is there a way to have it act like a hyperlink?
<input type="submit" value="Administrative Items" class="button" onMouseOver="this.className = 'something'" onMouseOut="this.className = 'button'"> |
|
#4
|
|||
|
|||
|
RE: Mouse Move...
oh yeah sorry, i missread the question
in your stylesheet, Code:
.button { width:270; font: 14px verdana; font-weight: bold; border: 1px solid #cccccc; background-color: #CCCCCC; padding-top:0px; padding-bottom:0px; padding-left:0px;CURSOR:HAND;}
so you wouldn't need the onMouseOver's and Out's |
|
#5
|
|||
|
|||
|
RE: Mouse Move...
Cool. Worked!
|
|
#6
|
|||
|
|||
|
RE: Mouse Move...
great
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Mouse Move... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|