You'll need to explain what's going wrong... What are you trying to fix, and what is happening instead?
On Feb 25, 3:08 pm, 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]
