![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
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
}
__________________
Visit: http://www.somaiya.edu |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Let's get this over and done with, once and for all [CSS enthusiasts this way] | megamind5005 | HTML / XHTML / CSS | 16 | Nov 10th, 2005 3:03 PM |