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
https://forums.phpfreaks.com/topic/211509-css-bullet-code/
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.