Jump to content

Dropdown box Design


Mod-Jay

Recommended Posts

Hi i am trying to make a dropdown box, the drop down works but the design does not. im trying to make it have a border on everyone on hover and normal. whats it does it leaves the top border empty on the top and it works for the rest. i want it to have the borders on it on normal too. if you need pictures/more explanation please post about it. Thanks!

 

#menus a.fly {
display: block;
width: 184px;
height: 22px;
overflow: hidden;
line-height: 15px;
color: green;
text-decoration: none;
text-align: left;
border-bottom: 2px solid white;
}

#menus a.fly span {
display: block;
padding: 3px 4px 0;
}


#menus a.fly:hover {
color: red;
margin: center;
border-right: 2px solid white;
border-left: 2px solid white;
background-color: #898989;
background-position: 1px -48px;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.