On Apr 22, 2006, at 1:21 PM, Iorhael wrote:

> Hi, I have added a javascript text box to three pages on the  
> following site and am trying to figure out why the widths of the  
> text box are so different between Firefox and IE...it is making  
> positioning a real pain! Does anyone know how I can minimize the  
> width differences between the two browsers? (Opera looks the same  
> as IE).
>
> http://www.drkdesign.com/parkerpennington/
>
> The text box appears on the following pages:
>
> --Profile
> --Programs
> --Gallery

Currently you use a DocType that triggers 'quirksmode' in all browsers.
If you use a full doctype, e.g
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
> "http://www.w3.org/TR/html4/loose.dtd";>
or
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http:// 
> www.w3.org/TR/html4/strict.dtd">

You should get much more consistent results.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to