Problem in IE8

Download and support for PhpBB3 Top Stats Mod
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Problem in IE8

Post by Stoker »

Now I have a user who says he has the exact same problem with IE7
What was the solution?
Board rules! No PM support
User avatar
Makis
BBCoder III
BBCoder III
Posts: 91
Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece

Problem in IE8

Post 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
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

Problem in IE8

Post 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.
Support requests via PM go straight to /dev/null!
User avatar
Makis
BBCoder III
BBCoder III
Posts: 91
Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece

Problem in IE8

Post by Makis »

doktornotor with respect I believe the meaning of that is not our browser
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

Problem in IE8

Post 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.
Support requests via PM go straight to /dev/null!
User avatar
Theriddler
BBCoder II
BBCoder II
Posts: 18
Joined: 27 Oct 2011, 01:24
BBCodes: 4
Location: The Netherlands

Problem in IE8

Post 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/
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Problem in IE8

Post by Stoker »

Finally I found the fix.
Open styles/prosilver/theme/colours.css
Find: #vertical-ticker{
Add after: position:relative;
Upload and refresh theme.
Board rules! No PM support
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Problem in IE8

Post 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;
}
Board rules! No PM support
Locked