CSS Navigation: tab rise up on rollover

I’m trying to get my navigation working so that when a person rollover the item the top rises above the other ones 10-20 pixels.

Trouble I’m seeming to be having is trying to get the bottom act as the anchor point and the text staying inline with the others.

http://174.121.224.249/~izzysbur/

Any suggestions?

How about this:


.menu a:hover {margin-top:-30px;}

That worked for me in testing. :slight_smile:

ha thanks! Guess it was easier than I though and made it out to be.