Jump to content

CSS Bullet code


loster

Recommended Posts

8) - Hi,

I found the below code and was looking to use it unless anyone in here happened to have anything better.  We are looking to make our menu "highlight" when dragged over instead of just "underline" the hyperlink when dragged over.  In case you want to take a look at what I am talking about, you can see our menus here http://www.sunera.com/.  Just trying to bring this site into the year 2000 from the 90s.  Thanks,

 

 

ul.SimpleMenu2 {

  list-style-type: none;

  margin-left: 0px;

  padding-left: 0px;

}

ul.SimpleMenu2 li {

  background-color: #C0C0C0;

  border-style: outset;

  border-width: 1px

}

ul.SimpleMenu2 li a {

  display: block;

  width: 8em;

  text-decoration: none

}

ul.SimpleMenu2 li a:hover {

  background-color: #D0D0D0

}

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.