• Page 1 of 1
  • 1
makeing button >?<
aquagnuzz
Posts: 5
Reputation: 0

Message # 1 | 10:26 AM
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>
<td class="menu1">category1</td>
<td class="menu1">category2</td>
</tr></table>

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>
<td class="menu1"><a href="link">category1</a></td>
<td class="menu1"><a href="link">category2</a></td>
</tr></table>

the link is only the text. but i want the link to be the whole button. wtah should I do?

SORRY FOR MY ENGLISH

Dartz
Posts: 1931

Message # 2 | 12:03 PM
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.


Your CSS is wrong. This is how it should be.

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 ...]
aquagnuzz
Posts: 5
Reputation: 0

Message # 3 | 2:09 PM
Dartz, thanks i'll try. smile smile + from me biggrin

Added (2010-04-10, 8:09 Am)
---------------------------------------------
doesn't works

Dartz
Posts: 1931

Message # 4 | 9:17 PM
Put table inside a table.
[... With uCoz since December 2 2007 ...]
  • Page 1 of 1
  • 1
Search:
Support
Need help? Contact our support team via the contact form or email us at support@ucoz.com.