The page is suppose to display a bunch of horizontal boxes with gauges in them. It does this using display:inline-block; inline gave me a world of issues as well.
div.box {text-align:left;display:inline-block; margin-right:1px;margin:2.5px; height:230px; width:255px; border: thin groove black; cursor:pointer; vertical-align:top; overflow:hidden;}
I have !Doctype declared at the top, so it's not that...
Do ie8 and ie9 still have issues with inline-block?
I also use vertical-align - maybe this is the problem?

New Topic/Question
Reply



MultiQuote



|