| Author |
Message
|
| waynelyp90 |
Posted: Tue Jan 30, 2007 12:00 am Post subject: Problem with IE viewing |
|
|
 New Member

Joined: Dec 04, 2006 Posts: 19 Location: Malaysia
|
My blog htp://yp90.blogspot.com works well while viewing in Firefox but in IE the third column went right to the bottom.
Anyone knows what is the problem? Please help... I've been waiting for rescue for a whole long time...  |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| Shawn |
Posted: Wed Feb 07, 2007 12:53 am Post subject: |
|
|
 Site Developer

Joined: Sep 06, 2006 Posts: 324 Location: Canada
|
Hello waynelyp90
Sorry, we didn’t answer you sooner however sometimes forum posts get berried before we get a chance to see them...
I took a look at your blog, but I am using IE 7 and everything loaded fine, however I seem to believe it is something on your right hand menu that may be causing the issue!
I then proceeded to test it in Opera, FireFox and again I don't see the issue, however it doesn't mean its not there I am sure maybe it’s a conflict with IE 6 & lower!
I would start with the right hand side removing some of the things you have added to see if the problem is one of them..
Start with the BBC News Source and work you way up!
I wish I was more help; I'll take a look at it again when I am on the other computer that still uses IE 6...
Shawn _________________ | Affordable Web-Hosting | FREE Blog Directory |
PC Windows Tips |
Ultra Game Play |
|
| Back to top |
|
 |
| Shawn |
Posted: Wed Feb 07, 2007 1:05 am Post subject: |
|
|
 Site Developer

Joined: Sep 06, 2006 Posts: 324 Location: Canada
|
I also see this error when running your blog through W3C
Line 1180 column 9: end tag for "MainOrArchivePage" omitted, but OMITTAG NO was specified. </div></div></div>
When viewing your source MainOrArchivePage is outside the scope of the 3 div class...
Example your source code
| Code: | <div class="box"><div class="box2"><div class="box3">
<MainOrArchivePage>
<h2 class="sidebar-title">Feeds</h2>
<p><a href="http://feeds.feedburner.com/yp90" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> ;;<a href="http://feeds.feedburner.com/yp90" rel="alternate" type="application/rss+xml">Subscribe in a reader</a></p>
<p><a href="http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/yp90"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" style="border:0" alt="Add to Google"/></a></p>
<p><a href="http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/yp90" title="Simple Life of YP"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="" style="border:0"/></a></p>
<p><a href="http://www.bloglines.com/sub/http://feeds.feedburner.com/yp90" title="Simple Life of YP" type="application/rss+xml"><img src="http://www.bloglines.com/images/sub_modern11.gif" alt="Subscribe in Bloglines" style="border:0"/></a></p>
<p><a href="http://www.feedburner.com" target="_blank"><img src="http://www.feedburner.com/fb/images/pub/powered_by_fb.gif" alt="Powered by FeedBurner" style="border:0"/></a></p>
</div></div></div> |
Try placing the < MainOrArchivePage > before the < div class="box" >< div class="box2" >< div class="box3" >
As it should have its own element and CSS style already assigned so it shouldn't need to be wrapped around those other three DIV's
I also noticed this in the footer
| Code: |
<div id="footer"><div><div><hr />
</div></div></div>
<!-- End #footer -->
</div>
|
Not sure of the purpose of all the exrta DIV's but that can be done with one DIV
| Code: | <div id="footer">
<hr />
</div>
<!-- End #footer --> |
I would also consider fixing all these errors ...302 errors to be exact..
http://validator.w3.org/check?uri=http%3A%2F%2Fyp90.blogspot.com%2F
Hope this helps
Shawn _________________ | Affordable Web-Hosting | FREE Blog Directory |
PC Windows Tips |
Ultra Game Play |
|
| Back to top |
|
 |
| Icaterus |
Posted: Sun Feb 11, 2007 12:35 am Post subject: |
|
|
 Primary member

Joined: Dec 03, 2006 Posts: 70 Location: Wellington, New Zealand
|
It works fine for me in IE7 . You might not have to go through all the trouble if everyone upgrades to version 7 now.
But I had the same problem when I first set up my wordpress template... The right sidebar was pushed down below all my content in IE. So I emailed the creator of the template, and it turned out he made a mistake in it. He had two div tags accidentally in the wrong order... So fixing those divs up might be the solution. _________________ NZ Protagonist - My screenwriting blog.
Thanks for watching as I fall. |
|
| Back to top |
|
 |
| mrLenin |
Posted: Tue Apr 10, 2007 9:47 am Post subject: |
|
|
 New Member

Joined: Apr 05, 2007 Posts: 11
|
Open your code in special editors like dreamviewer or zend editor.They have tags highlight and you will be able to see if you have extra tags. _________________ enzine articles www.articlepros.com
article submission www.articlerobot.com |
|
| Back to top |
|
 |
|
|