Hi,
I am having a problem with the width of an element not being true to its size only in IE7.
<ul>
<li>
<a href="#" onclick="show_the_below_div();">CLICK</a>
<div>
<p>Width needs to be as long as this paragraph is.</p>
</div>
</li>
<li></li>
</ul>
The div is positioned absolutely below the link element but in IE7 it doesn't expand to it's full width whereas in all other browsers it does.
Does anyone know of a hack?
Thanks in advance,
Dave