Log in

View Full Version : Resolved 2 Problems with menu



robin9000
02-05-2009, 03:01 AM
first problem is for some reason I can't get it to strech 100% of the screen

second problem I want to get rid on the red boarder around the menu.

here are a few of the pages to help

http://www.robinsden.110mb.com/menuscripts/testpage.shtml

that first one shows the menu

This secound one shows my css.

http://www.robinsden.110mb.com/menuscripts/jqueryslidemenu.css

It's from dynamic drive.

The origonal menu I started with is this the one below

http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/

Thanks for the help.

Nile
02-05-2009, 03:06 AM
In menuscripts/divtag.css
change:


#container
{
margin: 0 auto;
width: 770px;
border: 1px solid red;
}


To:


#container
{
margin: 0 auto;
width: 100%;
border: none;
}