|
uCoz Community Archives Locked makeing button >?< |
makeing button >?< |
i want to make a manu. and i want that when I'll take mouse on the icon it's picture changes.
i'm writting this in the css. .menu1{.................................} .menu1:hover{...............................} and it works. but i want to ask. how can i make it a link. I mean i'm makeing a table. <table><tr> and how can i make it a link? when i click on it i want it to go in something link. if i do this <table><tr> the link is only the text. but i want the link to be the whole button. wtah should I do? SORRY FOR MY ENGLISH |
Read the rules: http://forum.ucoz.com/forum/30-3739-1 Also your
question is not uCoz related, it is related to coding but I will answer.
Code .menu1 a:link {text-decoration:none; color:#FFFFFF;} .menu1 a:active {text-decoration:none; color:#FFFFFF;} .menu1 a:visited {text-decoration:none; color:#FFFFFF;} .menu1 a:hover {text-decoration:none; color:#000000;} [... With uCoz since December 2 2007 ...]
|
| |||
| |||
Need help? Contact our support team via
the contact form
or email us at support@ucoz.com.