Page 2 of 4

Problem in IE8

Posted: 17 Nov 2011, 22:45
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.

Problem in IE8

Posted: 17 Nov 2011, 22:59
by Makis
Thank you pal but that messed up everything!!

Problem in IE8

Posted: 17 Nov 2011, 23:20
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.

Problem in IE8

Posted: 17 Nov 2011, 23:25
by Makis
I apologize but maybe I didn’t understand where to use this, can you explain please?

Problem in IE8

Posted: 17 Nov 2011, 23:29
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.

Problem in IE8

Posted: 17 Nov 2011, 23:30
by Makis
well... it doednt fixes the issue in IE8

Problem in IE8

Posted: 17 Nov 2011, 23:32
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.

Problem in IE8

Posted: 17 Nov 2011, 23:37
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 :)

Problem in IE8

Posted: 17 Nov 2011, 23:42
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.

Problem in IE8

Posted: 17 Nov 2011, 23:50
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.