Hello friends
if i've a button of the following code
And its cssCode:<button type=submit name=s2>CLICK ME</button>
I wanna make the following changesCode:<style> button { cursor:pointer; color:#666; FONT-FAMILY: 'Tahoma'; padding: 1px 2px; background:url(1.gif) repeat-x left top; } </style>
if i've 1.gif and 2.gif ( images )
let the background be 1.gif
and
onmouseover will be 2.gif
and indeed
onmouseout will be 1.gif
How can i write it using css , cause i've tried million of time and it always gives me error
thanks in advance



Reply With Quote




Bookmarks