durdledoor
09-22-2006, 10:55 AM
Hi There
http://www.ja.net/temp/mark4.html
The page above contains a main content area. Within that 'centre-content' div, I've added a unordered list, to which I've added margins and borders, the effect of which you'll see by looking at Firefox.
The trouble is, IE knocks the alignment out with this list, so that the lines don't match.
I've worked out that the box model hack could stop this, so I added the following coding to the .ul specifications.
ul {
list-style:none;
padding: 0;
width: 643px;
voice-family: "\"}\"";
voice-family:inherit;
width: 500px;
margin-top: 80px;
font-family:"Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
font-style:italic;
font-size:24px;
}
However nothing happened? Would anyone know if I've implemented it incorrectly?
Or have I found the wrong solution?
Thanks very much for any help
durdledoor
http://www.ja.net/temp/mark4.html
The page above contains a main content area. Within that 'centre-content' div, I've added a unordered list, to which I've added margins and borders, the effect of which you'll see by looking at Firefox.
The trouble is, IE knocks the alignment out with this list, so that the lines don't match.
I've worked out that the box model hack could stop this, so I added the following coding to the .ul specifications.
ul {
list-style:none;
padding: 0;
width: 643px;
voice-family: "\"}\"";
voice-family:inherit;
width: 500px;
margin-top: 80px;
font-family:"Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
font-style:italic;
font-size:24px;
}
However nothing happened? Would anyone know if I've implemented it incorrectly?
Or have I found the wrong solution?
Thanks very much for any help
durdledoor