Jump to content
MakeWebGames

Looking for help with drop down menus


KyleMassacre

Recommended Posts

Im looking to make drop downs for my main menu links that will work with my existing CSS code can anyone help?

[CSS]#mid_r_content .menu_side ul.main_menu li a {

display: block;

width: 160px;

height: 32px;

text-indent: 35px;

line-height: 32px;

color: #ffffff;

text-decoration:none;

background: url(images/menu_link.png) no-repeat;

}

#mid_r_content .menu_side ul.main_menu li a:hover {

color: red;

background: url(images/menu_link_hover.png) no-repeat;[/CSS]

this is the code for my main menu links on the side bar

Link to comment
Share on other sites

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.   Paste as plain text instead

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