View Full Version : Viewing Glitch in IE
Templarian
July 14th, 2007, 02:03 PM
IE6: Renders weird (view the Design Docs its very evident).
FF2.0: Lags
Safari: Views good.
http://www.templarian.com/?p=test
http://www.templarian.com/u/ustyle.css
http://www.templarian.com/u/ulayout.txt
^Heres its layout file.
:fab: Thanks. I just can't figure it out.
//edit, did more testing, not JS or any of the actual layout of the content but the way the layout file is set up. Like do I have to many divs in the layout?
noTime
July 15th, 2007, 05:52 AM
<style type="text/css">
#s_1 { margin: 0 auto }
</style>
<!--[if lt IE 7]>
<style type="text/css">
#s_1 { margin: 0 auto; width: 770px }
</style>
<![endif]-->
Templarian
July 15th, 2007, 02:02 PM
Thanks for telling me that it was glitching in IE7, but heres what I'm talking about it appears to be not rendering text as I scroll things flash in and out. (I selected some text to show that it starts to render it when its selected).
http://www.templarian.com/u/ufile/siteglitch.png
noTime
July 18th, 2007, 10:07 AM
I told you the page looks incorrectly on IE6. As you know, "lt IE 7" means "less than IE7".
I faced this problem recently. Now, those stupid idiots from the company we all know haven't fixed the Peek-a-Boo bug. At least it's easy to fix - display: inline your div. That's all, mate. I tried this by myself (http://sunrisestory.net/). ;)
zellers
July 18th, 2007, 08:34 PM
I wonder why FF2 would lag... I thought it had a FASTER renderer.... Makes no sense 2 me
Templarian
July 19th, 2007, 02:25 PM
Thank you noTime so much the fix worked great just had to add it to the section tags and it seemingly fixed up everything.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.