Page 4 of 4

Problem in IE8

Posted: 18 Nov 2011, 18:47
by Stoker
Now I have a user who says he has the exact same problem with IE7
What was the solution?

Problem in IE8

Posted: 18 Nov 2011, 19:11
by Makis
FYI
Removing the fist line problem shifted to IE9
so both IE8 & 9 displaying it properly with that
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
Thank all for your time.


Edit: I think this is the solution

Problem in IE8

Posted: 18 Nov 2011, 19:19
by doktornotor
Makis wrote:FYI
Removing the fist line problem shifted to IE9
so both IE8 & 9 displaying it properly with that
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
Thank all for your time.
This does not make any sense, IE9 is the latest, plus there is no such problem on your or any other site with IE9, checked that yesterday. He must have the "compatibility" mode hard-enabled in his IE9 or something.

@Stoker: tell him to damn upgrade his browser. Even on XP there is IE8 available, absolutely no reason anyone would use such outdated junk.

Problem in IE8

Posted: 18 Nov 2011, 19:32
by Makis
doktornotor with respect I believe the meaning of that is not our browser

Problem in IE8

Posted: 18 Nov 2011, 19:45
by doktornotor
Do not understand you last comment, sorry... If

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
"fixes" the page in IE9 then the browser was not running in the IE9 mode and there is absolutely no reason why it would not do so on a page with pretty damn standard doctype - that is, no reason beyond user messing with the "compatibility" view settings for that page. From the doc I linked before:
When Internet Explorer encounters a webpage that does not contain an X-UA-Compatible header, it uses the <!doctype> directive to determine how to display the page. If the <!doctype> directive specifies a standards-based document type, Internet Explorer displays the page in IE9 mode.

Problem in IE8

Posted: 18 Nov 2011, 23:34
by Theriddler
i know both IE6 and IE7 has a bug with overflow

as read here http://remysharp.com/2008/01/21/fixing- ... w-problem/

Problem in IE8

Posted: 18 Nov 2011, 23:43
by Stoker
Finally I found the fix.
Open styles/prosilver/theme/colours.css
Find: #vertical-ticker{
Add after: position:relative;
Upload and refresh theme.

Problem in IE8

Posted: 18 Nov 2011, 23:59
by Stoker
And if you add this to yout tweaks.css it will even work in ie6

Code: Select all

* html #vertical-ticker li{
	height: 38px;
}