Mystery Border
Hi when i click a menu item it has a dotted border all the way around it and i cannot find where it is coming from please help have a look here: aboutus
Regards Alistair
Hi when i click a menu item it has a dotted border all the way around it and i cannot find where it is coming from please help have a look here: aboutus
Regards Alistair
Hi Alistair,
Try adding 'outline:none' to your ' ul#cssmw0 >li > a'  rules in the menu.css file:
ul#cssmw0 > li > a {
  background-image: none;
  border-style: none;
  border-width: 0px;
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: lighter;
  height: 29px;
  line-height: 32px;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  text-decoration: none;
  width: 172px;
  outline: none;
}Well done Neilo works a treat now thanks
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.