L
Leupi
I have a site that renders fine in Firefox and Opera but I am seeing
some very strange things in IE (surprise...). None of my navigation is
visible; it's there, if you mouse over where it should be you can click
on the hyperlink, you just can't see the hyperlink. This is happening on
two different navigation lists. My graphics are not showing up either,
if you mouse over them you will see the contents of the alt tag, but the
graphic itself is not visible. The page will not center in IE or
maintain the width that I set for it.
I have put the index.html and the style_1.css pages through the W3C
Validator and I am getting this issue with the html page:
"Line 10, Column 6: end tag for "HEAD" which is not finished.
</head>
Most likely, you nested tags and closed them in the wrong order. For
example <p><em>...</p> is not acceptable, as <em> must be closed before
<p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child
element that you did not include. Hence the parent element is "not
finished", not complete. For instance, in HTML the <head> element must
contain a <title> child element, lists (ul, ol, dl) require list items
(li, or dt, dd), and so on."
I can not find anything that I have done wrong with the <head> tag, not
sure what I am missing. There is also an ID error, I know what that is,
I just need to figure out how to fix it and still get the effect that I
want. I did delete that issue temporarily and it did nothing to fix the
issue however.
My CSS came out clean with the exception of a *html hack that is in
there for IE.
This is all very strange to me and I have been staring at it without any
success. If someone else could check it out I would certainly appreciate it.
http://www.policy.hu/asrar/index.html
Thanks for your time,
Todd
some very strange things in IE (surprise...). None of my navigation is
visible; it's there, if you mouse over where it should be you can click
on the hyperlink, you just can't see the hyperlink. This is happening on
two different navigation lists. My graphics are not showing up either,
if you mouse over them you will see the contents of the alt tag, but the
graphic itself is not visible. The page will not center in IE or
maintain the width that I set for it.
I have put the index.html and the style_1.css pages through the W3C
Validator and I am getting this issue with the html page:
"Line 10, Column 6: end tag for "HEAD" which is not finished.
</head>
Most likely, you nested tags and closed them in the wrong order. For
example <p><em>...</p> is not acceptable, as <em> must be closed before
<p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child
element that you did not include. Hence the parent element is "not
finished", not complete. For instance, in HTML the <head> element must
contain a <title> child element, lists (ul, ol, dl) require list items
(li, or dt, dd), and so on."
I can not find anything that I have done wrong with the <head> tag, not
sure what I am missing. There is also an ID error, I know what that is,
I just need to figure out how to fix it and still get the effect that I
want. I did delete that issue temporarily and it did nothing to fix the
issue however.
My CSS came out clean with the exception of a *html hack that is in
there for IE.
This is all very strange to me and I have been staring at it without any
success. If someone else could check it out I would certainly appreciate it.
http://www.policy.hu/asrar/index.html
Thanks for your time,
Todd