Hi Everybody! CowGirl is here!!!!!!!!!!!!!!!!!!!!!!
In my code, I have a <ul id='indexbox'></ul>, which contains various <li></li>. I want to add padding to the left of the entire <ul id='indexbox'></ul> (or margin, depending upon which gives the desired affect - moving the entire <ul></ul> to the right).
Here is the question! Which of the below two css rules should I add the padding (or margin) to? Or does it not matter?
(1) #indexbox{
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
}
OR
2) ul#indexbox li{
text-align: justify;
padding-bottom: 2px;
padding-top: 2px;
}
Big Hugs, CowGirl!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Reply With Quote
Bookmarks