html - Internet Explorer 8: list problem -
There is an unordered list, and one of the list items contains two links, for some reason, Internet Explorer 8 out of the list As part of the list, the first list is visible outside and apparently shows it out of the included divas, this is what it looks like (those two rows should be on one line!):
html:
& lt ;! - These div create background image - & gt; & Lt; Div class = "box" & gt; & Lt; Div class = "boxBody" & gt; & Lt; Ul & gt; & Lt; Li & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "" & gt; & Lt; / A & gt; & Lt; A href = "" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Div & gt; & Lt; / Div & gt;
CSS:
li {list-style-type: square; Margin-left: 25px; Font-size: 12px; }
EDIT: When stepping through the code, I have come to know that due to link between Li, there is some reason why the problem is. Nobody knows why this will happen?
I do not think there may be any problem with linking inside the li. Either way are you using any reset CSS? (To reset some CSS code lights, UL etc ..?)
Comments
Post a Comment