Problem in IE8

Download and support for PhpBB3 Top Stats Mod
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 »

Checked with IE8 in Windows XP Mode, messed up. Try

Code: Select all

#vertical-ticker li {
display : inline-block;
}
and see if it fixes it. IE - piece of extreme 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 »

Thank you pal but that messed up everything!!
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 »

Where did it mess up everything? In IE8? That is supposed to be used for IE8 only, not for any other browser. Will not work with <IE8 and is plain unneeded for any reasonable other browser out there.
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 »

I apologize but maybe I didn’t understand where to use this, can you explain please?
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:I apologize but maybe I didn’t understand where to use this, can you explain please?
Well. First of all, go and check whether it fixes the issue in IE8. If not, no point in explaining how to do the rest.
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 »

well... it doednt fixes the issue in IE8
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 »

OK, sorry, no other idea then. (Again, hope you purged the cache and force-reload the page to check.) Tell your users to use nonbroken browsers.
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 »

This is from a user

Image

I told him to watch Stoker’s site and he said it’s all right, (with the same browser)
Anyway
Thanks a lot for your time :)
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 »

Look, the browser is POS, to put it mildly... I long ago gave up fixing valid code for broken browsers, it is users' problem that they are using them.

You can wrap the scrolling stuff between

Code: Select all

<!--[if !(IE 8)]>
....
<![endif]-->
and it will not scroll and overflow in IE8. Reference.
Support requests via PM go straight to /dev/null!
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 »

I just took a look at your site.
You dont have this in your colours.css

Code: Select all

/* Top Stats Mod */
#vertical-ticker{
	height:132px;
	overflow:hidden;
}

#vertical-ticker li{
	display:block;
}
Its part of the mod. You need it.
Board rules! No PM support
Locked