Log in

View Full Version : AnyLink CSS Vertical Menu



oziking
03-19-2008, 05:06 PM
i want help about the tutorial on
http://www.dynamicdrive.com/dynamicindex1/anylinkcss2.htm

how can i remove the bullets so that the menu starts along left corner of my table.

thanks

Medyman
03-19-2008, 06:47 PM
Change


.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}

to


.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
list-style:none;
}

oziking
03-20-2008, 08:31 AM
thanks Medyman
please help me how can i decrease indent from left. I want it to appear to the left of my table??
please guide me