Now I have a user who says he has the exact same problem with IE7
What was the solution?
Problem in IE8
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Problem in IE8
Board rules! No PM support
- Makis
- BBCoder III
- Posts: 91
- Joined: 10 Mar 2010, 18:01
- BBCodes: 67
- Favourite MOD: Welcome On Index
- Location: Athens Greece
Problem in IE8
FYI
Removing the fist line problem shifted to IE9
so both IE8 & 9 displaying it properly with that
Thank all for your time.
Edit: I think this is the solution
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
- doktornotor
- BBCoder IV
- Posts: 167
- Joined: 14 Sep 2011, 23:20
- BBCodes: 30
- Favourite MOD: Thanks for Posts
- Contact:
Problem in IE8
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.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.
@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!
- Makis
- BBCoder III
- Posts: 91
- Joined: 10 Mar 2010, 18:01
- BBCodes: 67
- Favourite MOD: Welcome On Index
- Location: Athens Greece
Problem in IE8
doktornotor with respect I believe the meaning of that is not our browser
- doktornotor
- BBCoder IV
- Posts: 167
- Joined: 14 Sep 2011, 23:20
- BBCodes: 30
- Favourite MOD: Thanks for Posts
- Contact:
Problem in IE8
Do not understand you last comment, sorry... If "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:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
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!
- Theriddler
- BBCoder II
- Posts: 18
- Joined: 27 Oct 2011, 01:24
- BBCodes: 4
- Location: The Netherlands
Problem in IE8
i know both IE6 and IE7 has a bug with overflow
as read here http://remysharp.com/2008/01/21/fixing- ... w-problem/
as read here http://remysharp.com/2008/01/21/fixing- ... w-problem/
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Problem in IE8
Finally I found the fix.
Open styles/prosilver/theme/colours.css
Find:
Add after:
Upload and refresh theme.
Open styles/prosilver/theme/colours.css
Find:
#vertical-ticker{
Add after:
position:relative;
Upload and refresh theme.
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Problem in IE8
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