Page 1 of 1
Missing <li> element
Posted: Mon Jun 18, 2007 8:23 pm
by atomickarma
Hi
on
www.gadgetmonkey.net, I have an unordered list of 4 elements, all correctly tied up in tags. However while it is perfectly viewable in Firefox, in IE 7, the 1st element in the list is completely missing, and I cannot work out where it is.
I wonder if anyone else has had this problem?
Thanks for reading
Christian
Re: Missing <li> element
Posted: Tue Jun 19, 2007 7:14 am
by RonnyK
Did you do anything specific in that menu-parent, de-activate entries, not-show in menu, or anything similar.
Ronny
Re: Missing <li> element
Posted: Tue Jun 19, 2007 7:43 pm
by atomickarma
Hi Ronny
No, it's simply a list in the summary area of the news mod (suddenly occurs to me I should have mentioned that bit already)
I'm using this in the css:
Code: Select all
.NewsSummarySummary li {
margin: -6px 0 0 8px;
line-height: 170%;
}
.NewsSummarySummary ul {
list-style: none;
padding: 0;
margin: -90px 0 0 170px;
}
Any thoughts?
Re: Missing <li> element
Posted: Tue Jun 19, 2007 8:03 pm
by RonnyK
Christian,
I can't really see what you mean, I'm looking at the page in IE7 and see a menu on the left which starts with element1 being home.
Can you post two images of the effect you see...
Ronny
Re: Missing <li> element
Posted: Tue Jun 19, 2007 8:10 pm
by RonnyK
Christian,
I now see what you mean, it is the list inside the four boxes. If you use the webdeveloper extension in FF2, you'll see that when content is available, the box is to small for the content, IE7 might have a problem with the positioning then.
Use "CSS -> View Style sheetinformation" in FF-webdeveloper and hover to see the effects..
Ronny
Re: Missing <li> element
Posted: Tue Jun 19, 2007 8:12 pm
by atomickarma
Hi Ronny - caught me as I was about to post the jpegs then!
I'll try that and let you know, thanks