Help For IE Workaround

liunx

Guest
Hello,

Basically what the title says. I re-did my blog to use CSS. However, since then Internet Explorer does not render the full page. The only way I can get it to is by hitting 'F11' twice. Works fine after that. I am completely stumped and exceedenly frustrated. I have spent the last 2 days on W3C site with Validater etc. I am still new at CSS and would happily accept guidance in this matter. Is there a way around this bug? Help please.

Versilleus

Here's the site. <!-- m --><a class="postlink" href="http://versilleus.blogspot.comdiv#sideBar">http://versilleus.blogspot.comdiv#sideBar</a><!-- m -->{float:right;margin:0px;padding:0px 25px 5px 5px;text-align:right;}

Other problems:
h2{padding: 5px 0px 0px 0px;
font-family: Helvetica Neue Black Condensed,Arial Black,MS Sans-Serif,Arial,"Times New Roman"; should be:
font-family: "Helvetica Neue Black Condensed","Arial Black","MS Sans-Serif",Arial,"Times New Roman"; the quotes!
and the errors in the html (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//versilleus.blogspot.com/">http://validator.w3.org/check?verbose=1 ... gspot.com/</a><!-- m -->)Thanks Fangs!

You've been a big help. Nice to have someone look at the code with fresh eyes. One problem with usingdiv#sideBar{float:right;margin:0px;padding:0px 25px 5px 5px;text-align:right;}. Floating the sidebar result in it being pushed to the bottom, after the 'div#mainClm' in lower resolutioins like 640x480. At least according to anybrowser.com. But if I don't use the float:right IE won't load the whole page. Ideas? thoughts?

Still getting a couple of errors on Validator I don't quite understand where they are from.
ex.
1. Line 116, column 16: document type does not allow element "div" here

<div id="header">

2. Line 129, column 17: document type does not allow element "div" here

<div id="mainClm">

Also how do I get Validator to recognize the Blogger tags ex $BlogArchiveURL$
Cheers,

Paul

http://versilleus.blogspot.com[/ul]...>http://versilleus.blogspot.com</a><!-- m -->
 
Back
Top