No clue why page breaking in Ie 7 and 8
#1
Posted 26 December 2010 - 02:04 PM
I am really getting confused why the page breaks in IE7 and 8 badly i have used conditional style sheet to fix some errors in IE6 but i thought IE 6 is the browser that needs hack but really confused what has gone wrong however the site shows fine in opera firefox and chrome
here is the link
#2
Posted 26 December 2010 - 02:10 PM
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E)
Timestamp: Sun, 26 Dec 2010 14:08:28 UTC
Message: Syntax error
Line: 3
Char: 2
Code: 0
URI: http://www.webdesign...lltopcontrol.js
Message: Syntax error
Line: 3
Char: 2
Code: 0
URI: http://www.webdesign...ery.ifixpng2.js
Tried validating as well? There are errors and, for a start, you've not closed the <script> on line 15
#3
Posted 26 December 2010 - 02:17 PM
zed, on 26 December 2010 - 02:10 PM, said:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E)
Timestamp: Sun, 26 Dec 2010 14:08:28 UTC
Message: Syntax error
Line: 3
Char: 2
Code: 0
URI: http://www.webdesign...lltopcontrol.js
Message: Syntax error
Line: 3
Char: 2
Code: 0
URI: http://www.webdesign...ery.ifixpng2.js
Tried validating as well? There are errors and, for a start, you've not closed the <script> on line 15
on line 4 i have title tag?
<title>Index</title>
and in validation are there any major errors that is breaking the page so badly
#4
Posted 26 December 2010 - 02:37 PM
#5
Posted 26 December 2010 - 08:59 PM
.ribbon.featuresis giving you the problem
and clear:both in .right
This post has been edited by mteam: 26 December 2010 - 09:19 PM
#6
Posted 26 December 2010 - 09:40 PM
#8
Posted 27 December 2010 - 12:23 AM
although main positioning issue is fixed
#10
Posted 27 December 2010 - 12:47 AM
mteam, on 27 December 2010 - 12:34 AM, said:
lol when i remove clear:both from right which i put in conditional stylesheet for ie6 the page breaks in ie6 but shows fine in ie8 and when i add it breaks in ie8 so conditional style sheet not working?
<!--[if IE]><style type="text/css">
.right{
float:right;
clear:both;
} </style><![endif]-->
This post has been edited by sash_oo7: 27 December 2010 - 12:47 AM
#11
Posted 27 December 2010 - 11:48 AM
If not this will target ie6 only
<!--[if IE 6]>
<style type="text/css">
.right{
float:right;
clear:both;
}</style>
<![endif]-->
- ← Image png with round corners not well rendered on IE7
- Web Browsers
- Cross brwoser inline block remains a issue for Ie6 and 7 →
Help


















