chordsoflife Posted May 3, 2008 Share Posted May 3, 2008 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> Quote Link to comment Share on other sites More sharing options...
chordsoflife Posted May 4, 2008 Author Share Posted May 4, 2008 Figured it out good enough. If anyone wants to know how to do it, post in here or PM me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.