| java_roshan |
Aug 16th, 2006 1:54 PM |
A gap even though margin and padding are specified to zero.
Can someone help me out with this problem at this page
http://n.1asphost.com/rosty/kjsc/index.asp
Though I have set the margin and padding of the list menu (navigation menu on the left) as zero the list is displayed slightly away from the left of the div containing it.
:
/*the left div CSS */
.leftcontainer{
background-color:#ABA08E;
float:left;
padding-left:0px;
padding-top:1px;
padding-bottom:1px;
padding-right:1px;
border:2px outset #ABA080;
width: 25%
}
/*the CSS code for UL*/
.menu ul{
margin: 0;
padding: 0
}
|