|
|
 |
Re: FN-FORUM: Please Please help
date posted 4th May 2007 10:23
[EMAIL REMOVED] wrote:
> Hi,
>
> Right I've cut this right back. The only thing here is the basic layout.
>
> So someone please help me, I can't see what is causing the problem with IE.
>
> http://www.linkhomes2000.co.uk/trials/trial-basic-index.php
>
> The layout works fine in:
>
> FF
> Opera
>
> But in IE the sidebar leaves a small space on the right which can be seen,
> but when you enter content is very clear.
> Please what am I doing wrong, I can't find the answer...
>
> Honestly it is lean and mean now......
add display:inline to div.content and see what happens.
you have a floated element with a width set, this generally triggers an
IE float bug, display:inline on the floated element often cures it.
hth
I'd also avoid horizontal padding on any element, as that is a pain for IE5
|
 |
|