Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Download and support for PhpBB3 Top Stats Mod
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 17 Nov 2011, 22:45
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!
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 17 Nov 2011, 22:59
Thank you pal but that messed up everything!!
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 17 Nov 2011, 23:20
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!
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 17 Nov 2011, 23:25
I apologize but maybe I didn’t understand where to use this, can you explain please?
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 17 Nov 2011, 23:29
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!
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 17 Nov 2011, 23:30
well... it doednt fixes the issue in IE8
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 17 Nov 2011, 23:32
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!
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 17 Nov 2011, 23:37
This is from a user
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
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 17 Nov 2011, 23:42
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!
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 17 Nov 2011, 23:50
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