Closed GoogleCodeExporter closed 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
Original comment by will.abson
on 4 Mar 2011 at 5:24
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
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
This issue was closed by revision r1265.
Original comment by will.abson
on 9 Aug 2012 at 11:27
Original issue reported on code.google.com by
efesti...@gmail.com
on 3 Mar 2011 at 5:15Attachments: