toplisek
04-16-2007, 01:39 PM
I have code like
#mainctnR{
width: 555px;
border-left: 1px dotted #CCCCCC;
margin-left: 174px;
text-align: left;
padding-top: 5px;
padding-right: 0px;
padding-left: 10px;
padding-bottom: 15px;
}
there is also define ul and bullet list like
ul { list-style-type:none; margin:0px; padding:0px }
li {
background: transparent url(index_files/bullet1.gif) no-repeat 0% 0%;
padding-left:15px;
margin-top:7px;
line-height:10px;
}
How to define name for this ul that it will be within div?
#mainctnR{
width: 555px;
border-left: 1px dotted #CCCCCC;
margin-left: 174px;
text-align: left;
padding-top: 5px;
padding-right: 0px;
padding-left: 10px;
padding-bottom: 15px;
}
there is also define ul and bullet list like
ul { list-style-type:none; margin:0px; padding:0px }
li {
background: transparent url(index_files/bullet1.gif) no-repeat 0% 0%;
padding-left:15px;
margin-top:7px;
line-height:10px;
}
How to define name for this ul that it will be within div?