|
|
 |
Re: FN-FORUM: IE problem (what else)
date posted 3rd May 2007 14:20
Hi David,
You may well find that the problem has to do with clearing. IE6 has
some real issues with positioning in floated layouts, so if you are
using floats then it is a really good idea to use clearing. I have a
general style called clearboth that looks like this:
.clearboth {
clear: both;
}
and I use it like this:
Also, I would definitely try to radically cut down on the number of
style sheets you are using, and try to get away without using any
hacks until you know you have to use them.
Regards,
Ian.
--
On 3 May 2007, at 1:46 pm, [EMAIL REMOVED]
[EMAIL REMOVED] wrote:
>
> Hi,
>
> If you have sometime could you please take a look here:
>
> http://www.linkhomes2000.co.uk/trials/basic-index.php
>
> Please, please bear in mind it is very early days. It is a mess, so
> if you
> could just answer the question ( NO OFFENCE INTENDED)
>
> The sidebar is pushing out in IE, thus stopping the masthead and
> sidebar
> aligning correctly. I've tried everything I can think of:
>
> Removing padding for IE
> less margin-left for IE
> reducing main-content div for IE
> increasing size of nav div for IE
>
> and much more, but have no idea what is causing the problem, so
> everything
> is just guess work.
>
> Also IE ignores the hover color on top row in nav bar.
>
> Any help appreciated,
>
> TIA
>
> David G)
> ---------
> //////////////////////////////////////////////////////////////////////
> /////////
> P_S if to untidy let me know and I will tidy up then repost, I
> understand
> that there are many style sheets, its just the way I work when
> starting
> out......
> //////////////////////////////////////////////////////////////////////
> ////////////
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|