>>> hard time getting a handle on how to ensure all of my content is in the
>>> right place in Internet Explorer 7 and 6. .

>> You are running Proprietary HTML not XHTML strict. The resolution of this
>> issue is best left to a list pro.

> I assume you are referring to the DOCTYPE ?  Is the HTML proprietary because
> of the javascript for flash ( from Adobe) ? Should this be transitional or
> another HTML Doctype altogether ?

I'm not a list pro and this may offer little in terms of resolution, but...

As I understand it, Internet Explorer doesn't support XHTML, so even if 
you specify XHTML in the doctype and even if you made server-side 
adjustments to _ensure_ that you were sending XHTML to the browser, IE 
simply won't render it as XHTML, using instead it's own HTML interpretation.

I've yet to see the real benefit to using XHTML over well-formed HTML 
and tend to use this doctype for everything as a consequence:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd";>

It seems to deliver more consistent and predictable results cross-browser.

Hope it helps.
--Bill


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bill Brown, MacNimble.com :: "From dot concept to dot com since 1999"
WebDevelopedia.com, TheHolierGrail.com, Cyber-Sandbox.com, Anytowne.com
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to