Hi all, I'm trying to get my div to be the width of my content, I can get it working in all the other browsers except for IE, using:
div#quoteHolder {
height: 85px;
display: inline-block;
}
Does anyone know how to fix this in IE?
Oh and this is the html code..
<div id="quoteContainer">
<div id="quoteHolder">
<h2>"If you were lucky and lived in Port Melbourne, it might even be your local"</h2>
<h3>The Age, Epicure. JUNE 22nd 2004</h3>
</div>
</div>