Jump to content

[SOLVED] a:hover... to the left.


chordsoflife

Recommended Posts

Hey all,

 

I'm trying to make my navigation add some to the left when hovering/selected, but I'm not sure how to tell it to do that.

 

Here's the link (I'm going to keep trying so god knows what it'll look like when this is being read):

http://www.test.burlingtonunderground.com/team.php

 

Here's the code:

#teamMenu { float: right; border: #FF0000 solid 1px; margin-right: -16px; }
#teamNav dd { height: 36px; }
#teamNav a, #teamNav a:visited { display:block; color:#fff; padding:5px 5px 5px 20px; background: #323232; width:125px; }
#teamNav a:hover { display:block; padding:5px 5px 5px 20px; background: #323232; width: 135px;}

 

<div id="teamMenu">
<dl id="teamNav">
	<dd><a href="#" title="Wallpaper">Desktop Wallpaper</a></dd>
	<dd><a href="#" title="Stickers">Stickers</a></dd>
	<dd><a href="#" title="Accessories">Accessories</a></dd>
</dl>
</div>

Link to comment
https://forums.phpfreaks.com/topic/104008-solved-ahover-to-the-left/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.