IE7 has its shortcomings (haslayout). You can more easily develop for
standards compliance with IE8 and use the Developer tool to toggle the
Browser mode between IE6, 7 and 8.
Depending upon your DTD, each browser mode will have a different outcome.
You should be targeting HTML 4 transitional and maybe using conditional
comments to use different stylesheets for each IE version.
Maybe, because there is a trick that the other browsers use to prime the
default element style rules.
You should also use IE8 because it has the inbuilt Developer tool to examine
the DOM and to validate your markup and layout. The number of errors in your
markup can determine which rendering mode your browser will adopt. Try the
Tidy HTML extension for FX and compare it to the W3c validators.
Regards.
"Taka Morobi" <(E-Mail Removed)> wrote in message
news:giO9n.61987$Db2.26434@edtnps83...
>
> "rob^_^" <(E-Mail Removed)> >
>> Why are you using IE7 to 'test' your dreamweaver (v?) site. A
>> misunderestimation of DTD's is underlying the issue.
>>
>
> Rob, every web designer that uses DW, uses browsers to preview local
> changes before uploading. That's a no-brainer. And (unfortunately),
> because IE is still the most popular browser (not for long), we all make
> sure sites appear decently in IE.
>
> The word "misunderestimation" is not a word in the English language; so if
> you could translate for our Anglo Saxon audience, that would be
> appreciated.
>
> Taka
>
|