Hi!
I was able to remove the bullets which for some reason where showing up in FFF but not in IE on the product detail list by entering the following code into the stylesheet
#productDetailsList li {
list-style-type: none;
}
now how do I get rid of that unwanted indentation which shows up only in FF ?.
I've already tried the following code
#productDetailsList li {
list-style-type: none;
margin: 0px;
}
with no success.
see here http://www.hbwatches.com/paw-1300-1v...tch-p-329.html
TIA



