Re: [css-d] How to avoid quirks mode

2010-11-20 Thread David Laakso
On 11/20/10 11:13 AM, Keith Purtell wrote: I have a newbie question. I'm aware from discussion here that IE may run in "quirks mode" depending on how the html document is set up. - Keith Purtell Sort of like off-topic for this list but anyway with regard to "quirksmode" this article by G.

Re: [css-d] How to avoid quirks mode

2010-11-20 Thread Beth Lee
On Sat, Nov 20, 2010 at 9:13 AM, Keith Purtell wrote: > I have a newbie question. I'm aware from discussion here that IE may run > in "quirks mode" depending on how the html document is set up. But, it > wasn't until viewing a css tutorial on lynda.com that I saw a specific > way to prevent (most

[css-d] How to avoid quirks mode

2010-11-20 Thread Keith Purtell
I have a newbie question. I'm aware from discussion here that IE may run in "quirks mode" depending on how the html document is set up. But, it wasn't until viewing a css tutorial on lynda.com that I saw a specific way to prevent (most) IE quirks. Author Bill Weinman suggests the following code at