[solved] Removal of line under menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am

[solved] Removal of line under menu

Post by wibby »

Hi guys could someone tell me what part of the css i need to change to get rid of the black line under the menu?

Here
http://www.rjlewis.co.uk/index.php?page=our-services-3

Also here
http://www.rjlewis.co.uk/index.php?page=our-services-2

Thanks
Wib
Last edited by wibby on Wed Jul 16, 2008 12:07 pm, edited 1 time in total.
cyberman

Re: Removal of line under menu

Post by cyberman »

It comes from your CSS ;)
#menu_vert li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #000000;
display: block;
}
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am

Re: Removal of line under menu

Post by wibby »

Doh! thank you cyberman
Post Reply

Return to “Layout and Design (CSS & HTML)”