DarkStar1 / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Tag Cloud Dashlet in ie8 #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tags are displayed in vertical list in ie8.
This does not happen in FF3.6

Please see the attached file.

Original issue reported on code.google.com by efesti...@gmail.com on 3 Mar 2011 at 5:15

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, I don't currently have an IE8 instance to test against, so if you can 
suggest a fix then please do. Otherwise this will need to wait until I can get 
hold of a VMware image with IE8 installed.

Original comment by will.abson on 4 Mar 2011 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by will.abson on 4 Mar 2011 at 5:24

GoogleCodeExporter commented 8 years ago
I have just noticed that the problem happens in ie8 in compatibility view and 
not in ie8 in normal mode.
So I think the problem is related to ie7 (and older) that doesn't support 
"display: inline-block;"

Original comment by efesti...@gmail.com on 4 Mar 2011 at 5:38

GoogleCodeExporter commented 8 years ago
I think I've fixed the problem.
In site-tags.css, change the following class like this:

.site-tags .tag
{
    display: inline-block;
    padding: 0.2em;
    /* fix IE bug not supporting inline-block: */
    zoom: 1;
    *display: inline;
}

Original comment by michael....@googlemail.com on 4 May 2011 at 2:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1265.

Original comment by will.abson on 9 Aug 2012 at 11:27