On Sat, 22 Apr 2006 12:21:46 +0800, Iorhael <[EMAIL PROTECTED]> 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/

Give your web pages a full DOCTYPE to ensure they're all in standards mode:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd";>

Then add the missing # to the background-color in your #fun-facts style  
(validate your CSS).

HTH,
-- 
Andrew Gregory, <URL: mailto:[EMAIL PROTECTED] >
<URL: http://www.scss.com.au/family/andrew/ >
______________________________________________________________________
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