jwboyte
12-26-2005, 04:18 PM
I could really use some help. I've been playing with CSS now for a while, but I have some knowledge gaps. The thing(s) that are making my hair gray right now are the following:
I'm using list items without bullets for a list of news headlines, but Mozilla insists on indenting each item, even though I set the margins to 0, indents, etc:
list-style : none outside none;
list-style-type : none;
list-style-image : none;
margin-left : 0px;
margin-right : 0%;
word-spacing : normal;
display : inline;
text-indent : 0%;
padding: 6px;
text-decoration : none;
margin : 0px;
width : 100%;
line-height : normal;
I can get it to work using the "inline" setting for the display property, but would like to use the "block" to take advantage of some spacing and other display tricks. When using "block", it looks great in IE, but gets pushed over at least 15pxs in Mozilla. Any clue how to get this to line up flush on the left?
Also, Is there a property to control the spacing of the line items in general?
Many thanks to anyone who can help!! :cool:
JB
I'm using list items without bullets for a list of news headlines, but Mozilla insists on indenting each item, even though I set the margins to 0, indents, etc:
list-style : none outside none;
list-style-type : none;
list-style-image : none;
margin-left : 0px;
margin-right : 0%;
word-spacing : normal;
display : inline;
text-indent : 0%;
padding: 6px;
text-decoration : none;
margin : 0px;
width : 100%;
line-height : normal;
I can get it to work using the "inline" setting for the display property, but would like to use the "block" to take advantage of some spacing and other display tricks. When using "block", it looks great in IE, but gets pushed over at least 15pxs in Mozilla. Any clue how to get this to line up flush on the left?
Also, Is there a property to control the spacing of the line items in general?
Many thanks to anyone who can help!! :cool:
JB