From: "Don Hinshaw" <[EMAIL PROTECTED]>
I have a question about this: if using a DOCTYPE of:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Is there any way to put IE into quirks mode such that CSS
expressions can safely be used? Is it even necessary?
I am trying to implement a solution using them and do not want to
create more problems.
It depends on the expression. We write ours with standards mode in
mind. Others don't. Check the expression first to make sure what mode
it is written for. If you're not sure, try it in standards mode and
see if it works - note that it might cause IE to freeze. To drop IE
into quirks mode, omit the url (the second line) in the DOCTYPE or
place a comment above the DOCTYPE.
Al Sparber
PVII
http://www.projectseven.com
"Designing with CSS is sometimes like barreling down a crumbling
mountain road at 90 miles per hour secure in the knowledge that
repairs are scheduled for next Tuesday".
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/