I'd recommend changing the order of your IE if statement.

have all IE fixes up front and then specialise after that.

However, I'm not entirely clear what the problem is to be fixed?



William Donovan



On 27 February 2010 01:11, DeZiner76hd <[email protected]> wrote:

> Can anyone help me out here?
> Thank you in advance
> DeZiner
>
> On Feb 25, 10:08 am, DeZiner76hd <[email protected]> wrote:
> > I know that if a person is stillusing ie5 they should upgrade but I
> > have a client that wants this fix. Does anyone have an idea what code
> > I could replace this with?
> > See Below
> >
> > <!--[if IE 5]>
> > <style type="text/css">
> > /* place css box model fixes for IE 5* in this conditional comment */
> > .twoColFixLtHdr #sidebar1 { width: 230px; }
> > </style>
> > <![endif]--><!--[if IE]>
> > <style type="text/css">
> > /* place css fixes for all versions of IE in this conditional comment
> > */
> > .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
> > .twoColFixLtHdr #mainContent { zoom: 1; }
> > /* the above proprietary zoom property gives IE the hasLayout it needs
> > to avoid several bugs */
> > </style>
> > <![endif]--></head>
>
> --
> --
> You received this because you are subscribed to the "Design the Web with
> CSS" at Google groups.
> To post: [email protected]
> To unsubscribe: [email protected]
>

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to