Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 09:26 PM
JW
Guest
 
Posts: n/a
Default Rendering problem: IE vs Mozilla (redux)

A while ago I posted a page with some rendering differences between IE and
Mozilla/Firebird. It's been a while since I revisited it, but I've modified
things so that the HTML and CSS pages validate.

http://zdub.home.mindspring.com/csstest

The test1 & test2 pages show some big differences between the two browser
families. The first difference (with two variations) is in the highlighting of
a graphic link. The second is in the text resizing. The differences are
described on the pages themselves.

(style sheet at http://zdub.home.mindspring.com/csstest/styles.css)

Are these just rendering differences that I have to live with? I'd appreciate
any comments or suggestions.

jon
--
jwayne@_myrealbox_no_spam.com
--
jwayne@_myrealbox_no_spam.com
  #2  
Old July 20th, 2005, 09:26 PM
Jonathan Snook
Guest
 
Posts: n/a
Default Re: Rendering problem: IE vs Mozilla (redux)

"JW" <leowayne@comcast.net> wrote in message
news:ti0knvcf6sjukjkrtp3ep200best54oelb@4ax.com...[color=blue]
> a graphic link. The second is in the text resizing.[/color]

The text doesn't resize in IE because you have the font set using 'px' for
the body tag in your CSS. Use % or em's instead.

Jonathan

--
http://www.snook.ca/


  #3  
Old July 20th, 2005, 09:27 PM
JW
Guest
 
Posts: n/a
Default Re: Rendering problem: IE vs Mozilla (redux)

"Jonathan Snook" <goto_www.snook.ca@snook.ca> wrote:
[color=blue]
>"JW" <leowayne@comcast.net> wrote in message
>news:ti0knvcf6sjukjkrtp3ep200best54oelb@4ax.com.. .[color=green]
>> a graphic link. The second is in the text resizing.[/color]
>
>The text doesn't resize in IE because you have the font set using 'px' for
>the body tag in your CSS. Use % or em's instead.[/color]

Yes, but why then does Mozilla / Firebird resize the text?

jon

--
jwayne@_myrealbox_no_spam.com
  #4  
Old July 20th, 2005, 09:27 PM
William Tasso
Guest
 
Posts: n/a
Default Re: Rendering problem: IE vs Mozilla (redux)

JW wrote:[color=blue]
> "Jonathan Snook" <goto_www.snook.ca@snook.ca> wrote:
>[color=green]
>> "JW" <leowayne@comcast.net> wrote in message
>> news:ti0knvcf6sjukjkrtp3ep200best54oelb@4ax.com...
>>
>> The text doesn't resize in IE because you have the font set using
>> 'px' for the body tag in your CSS. Use % or em's instead.[/color]
>
> Yes, but why then does Mozilla / Firebird resize the text?
>[/color]

because it can?

note: 'why' questions are notoriously difficult to answer.

--
William Tasso - http://WilliamTasso.com


  #5  
Old July 20th, 2005, 09:27 PM
Jonathan Snook
Guest
 
Posts: n/a
Default Re: Rendering problem: IE vs Mozilla (redux)

"JW" <leowayne@comcast.net> wrote in message
news:1ejmnvgmqkkr5hpm3icrqsilvknfvrk2ha@4ax.com...[color=blue]
> Yes, but why then does Mozilla / Firebird resize the text?[/color]

Because the people who developed the browser felt all text should be
resizeable. Those people who developed IE6 felt that it shouldn't when set
to "px".

Jonathan


--
http://www.snook.ca/


  #6  
Old May 23rd, 2006, 05:43 PM
Newbie
 
Join Date: May 2006
Posts: 2
Default wow.... are you in for a suprise

You wrote: "Yes, but why then does Mozilla / Firebird resize the text?"

As you learn more about web development you'll realize that each browswer does some things differently. Nowadays, most of the newer browsers try to do at least most things the same way by following "standards" that are created through a somewhat democratic process. Microsoft on the other hand is not so concerned with that concept. Between the features that they purposely implement differently and the features that don't work right because of bugs in Internet Explorer.... making feature rich web pages that work properly on both Internet Explorer and the other browsers gets to be quite a challenge.

Ken
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles