Posted by Neredbojias on 08/10/07 00:13
Well bust mah britches and call me cheeky, on Thu, 09 Aug 2007 22:48:10
GMT phl scribed:
> how do you get the div to make space so the horizontal scroll bar does
> not overlap the text in the bottom? I can just add space after the
> content but this shows as extra space in Firefox or opera.
That's simple. Use an ie conditional comment so that it only is read by
ie7.
<!--[if IE 7]>
<div><br></div>
<![endif]-->
....or whatever.
--
Neredbojias
Half lies are worth twice as much as whole lies.
Navigation:
[Reply to this message]
|