Re: [css-d] Help with IE discrepancies

2006-06-14 Thread css
On Tue, Jun 13, 2006 at 11:36:15AM -0600, Josh Stephenson wrote: > Familiarize yourself with the box model hack: > http://css-discuss.incutio.com/?page=BoxModelHack Thanks for this, very helpful! This has worked for things like positioning my boxes so they don't overlap in IE, and they still look

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread cj
to get the same box model for ie6 that all other browsers have, simply put a standards doctype on your pages. this will then give ie6 and all future versions the w3c box model and means that you only have to "hack the dead" (as in ie versions that are no longer supported, such as ie5 and below) to

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread Josh Stephenson
Familiarize yourself with the box model hack: http://css-discuss.incutio.com/?page=BoxModelHack The best one though is probably this one: http://virtuelvis.com/archives/2004/02/css-ie-only [EMAIL PROTECTED] wrote: > Hi there, > > I've created a page for a client and used CSS for layout. I'm a >

[css-d] Help with IE discrepancies

2006-06-13 Thread css
Hi there, I've created a page for a client and used CSS for layout. I'm a beginner to that, but it worked neater than tables. Except one problem... it looks fine on Firefox but not on IE. How can I get IE to behave the same way? The main problem is with the "Are you a..." nav bar and the purple