Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 10:30 PM
Ryan W Sims
Guest
 
Posts: n/a
Default cross-platform CSS

I use a PC almost exclusively, and I was recently very surprised at the
difference in my page when viewed in IE for the Mac (sorry, I couldn't
figure out how to get the version...it was OS9 if that helps). Is there
any tool out there that offers some kind of Mac browser emulation? Or a
list of rules-of-thumb to keep in mind? I've been checking through the
compatibilty lists, and found them only semi-helpful.

-=-
Ryan W Sims
  #2  
Old July 20th, 2005, 10:30 PM
Andreas Prilop
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Ryan W Sims <ryan@ryanwsims.com> wrote:
[color=blue]
> my page[/color]

Give URL!

--
Top-posting.
What's the most irritating thing on Usenet?
  #3  
Old July 20th, 2005, 10:30 PM
Ryan W Sims
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Andreas Prilop wrote:
[color=blue]
> Give URL!
>[/color]

very sorry! forgot. mea culpa.

http://www.ryanwsims.com


--
Ryan W Sims
http://www.ryanwsims.com
  #4  
Old July 20th, 2005, 10:30 PM
Andreas Prilop
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Ryan W Sims <ryan@ryanwsims.com> wrote:
[color=blue]
> http://www.ryanwsims.com[/color]

I wouldn't be surprised if Macintosh Internet Explorer doesn't apply
your stylesheet since you write

| <link rel="stylesheet" type="text/css" href="style.css">
| <html>
| <head>
| <title>RyanWSims.com</title>
| </head>
| <body>

Put <link> inside <head>...</head> and correct also the other errors:
<http://uk.htmlhelp.com/cgi-bin/validate.cgi?url=http://www.ryanwsims.com>

--
Top-posting.
What's the most irritating thing on Usenet?
  #5  
Old July 20th, 2005, 10:30 PM
Darin McGrew
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Ryan W Sims <ryan@ryanwsims.com> wrote:[color=blue][color=green][color=darkred]
>>> I use a PC almost exclusively, and I was recently very surprised at the
>>> difference in my page when viewed in IE for the Mac (sorry, I couldn't
>>> figure out how to get the version...it was OS9 if that helps). Is there
>>> any tool out there that offers some kind of Mac browser emulation? Or a
>>> list of rules-of-thumb to keep in mind? I've been checking through the
>>> compatibilty lists, and found them only semi-helpful.[/color][/color][/color]
[color=blue]
> http://www.ryanwsims.com[/color]

Well, for starters, you're using microfonts (e.g., "font-size: 60%" for
text content). My browser on MS Windows (Opera) allows me to enforce a
minimum font size, so your content is legible. But my browser on Mac OS X
(Safari) doesn't, so your content is illegible.
--
Darin McGrew, mcgrew@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, darin@htmlhelp.com, http://www.HTMLHelp.com/

"Good teachers are costly. Bad teachers cost more." - Bob Talbert
  #6  
Old July 20th, 2005, 10:30 PM
Ryan W Sims
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Darin McGrew wrote:

you're using microfonts (e.g., "font-size: 60%" for[color=blue]
> text content). My browser on MS Windows (Opera) allows me to enforce a
> minimum font size, so your content is legible. But my browser on Mac OS X
> (Safari) doesn't, so your content is illegible.[/color]

How small would you consider legible?
--
Ryan W Sims
http://www.ryanwsims.com
  #7  
Old July 20th, 2005, 10:30 PM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: cross-platform CSS

On Wed, 28 Jan 2004, Ryan W Sims wrote:
[color=blue]
> How small would you consider legible?[/color]

How frequently does a frequently discussed issue have to be discussed
until you read it?

usenet groups aren't a question and answer desk: you're supposed to
participate a bit so that you know what gets discussed and what the
standard replies are.

The only logical answer for regular text is 1.0em. But admittedly
others will consider that logical answer to be impractical until the
major vendor teaches its lusers to adjust their browser for
themselves.
  #8  
Old July 20th, 2005, 10:30 PM
Beauregard T. Shagnasty
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Quoth the raven named Ryan W Sims:
[color=blue]
> Darin McGrew wrote:
>
> you're using microfonts (e.g., "font-size: 60%" for
>[color=green]
>> text content). My browser on MS Windows (Opera) allows me to enforce a
>> minimum font size, so your content is legible. But my browser on Mac OS X
>> (Safari) doesn't, so your content is illegible.[/color]
>
> How small would you consider legible?[/color]

100%. That is your visitor's default size. Your visitors are
important; we don't care how it looks in /your/ browser.

You're young, and probably have excellent vision. I'm an old guy with
bifocals and I turned away from your page the second I found I
couldn't read it. [Well, not really, but you get the idea.]

--
-bts
-This space intentionally left blank.
  #9  
Old July 20th, 2005, 10:30 PM
Stan Brown
Guest
 
Posts: n/a
Default Re: cross-platform CSS

It seems "Alan J. Flavell" wrote in
comp.infosystems.www.authoring.stylesheets:[color=blue]
>On Wed, 28 Jan 2004, Ryan W Sims wrote:
>[color=green]
>> How small would you consider legible?[/color]
>
>How frequently does a frequently discussed issue have to be discussed
>until you read it?
>
>The only logical answer for regular text is 1.0em.[/color]

Should that be 100% to avoid the MSIE bug?

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
  #10  
Old July 20th, 2005, 10:30 PM
Darin McGrew
Guest
 
Posts: n/a
Default Re: cross-platform CSS

I wrote:[color=blue][color=green][color=darkred]
>>> you're using microfonts (e.g., "font-size: 60%" for text content). My
>>> browser on MS Windows (Opera) allows me to enforce a minimum font size,
>>> so your content is legible. But my browser on Mac OS X (Safari)
>>> doesn't, so your content is illegible.[/color][/color][/color]

Ryan W Sims wrote:[color=blue][color=green]
>> How small would you consider legible?[/color][/color]

Beauregard T. Shagnasty <a.nony.mous@example.invalid> wrote:[color=blue]
> 100%. That is your visitor's default size. Your visitors are
> important; we don't care how it looks in /your/ browser.[/color]

Bingo.

You can go smaller with legalese and similar fine print that the average
reader can ignore. But I wouldn't go smaller than about 85% even then.

But it's a mistake to reduce the font size for normal text content.
--
Darin McGrew, mcgrew@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, darin@htmlhelp.com, http://www.HTMLHelp.com/

"Always remember that you are unique. Just like everybody else."
  #11  
Old July 20th, 2005, 10:30 PM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: cross-platform CSS

On Wed, 28 Jan 2004, Stan Brown wrote:
[color=blue]
> It seems "Alan J. Flavell" wrote in[color=green]
> >
> >The only logical answer for regular text is 1.0em.[/color]
>
> Should that be 100% to avoid the MSIE bug?[/color]

It's true that the logical answer sometimes has to be avoided in the
face of sufficiently crass bugs. But my main point was that repeating
the whole of the previous discussions for the benefit of those who
decline to read them is not an efficient way to utilise the usenet
resource.

h.t.h
  #12  
Old July 20th, 2005, 10:30 PM
kchayka
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Beauregard T. Shagnasty wrote:[color=blue]
> Quoth the raven named Ryan W Sims:
>[color=green]
>> Darin McGrew wrote:
>>[color=darkred]
>>> you're using microfonts (e.g., "font-size: 60%" for[/color]
>>
>> How small would you consider legible?[/color]
>
> 100%. That is your visitor's default size.[/color]

I'd suggest not setting any size at all, except for select parts like
copyright notices and headings. Those should be set in % units, nothing
smaller than 80% if you expect anyone to actually read it.

--
To email a reply, remove (dash)un(dash). Mail sent to the un
address is considered spam and automatically deleted.
  #13  
Old July 20th, 2005, 10:30 PM
Beauregard T. Shagnasty
Guest
 
Posts: n/a
Default Re: cross-platform CSS

Quoth the raven named kchayka:
[color=blue]
> Beauregard T. Shagnasty wrote:
>[color=green]
>> Quoth the raven named Ryan W Sims:
>>[color=darkred]
>>> How small would you consider legible?[/color]
>>
>> 100%. That is your visitor's default size.[/color]
>
> I'd suggest not setting any size at all,[/color]

Agreed, it's not normally necessary, though in some of the zillions of
threads on the subject, it's been mentioned that some versions of some
browsers can't figure it out if omitted. Then too, body { font-size:
100%; } is a reinforcement that the author understands. <g>
[color=blue]
> except for select parts
> like copyright notices and headings. Those should be set in %
> units, nothing smaller than 80% if you expect anyone to actually
> read it.[/color]

Personally, I use no less than 85%, for small amounts of legalese, or
perhaps a footer.

--
-bts
-This space intentionally left blank.
  #14  
Old July 20th, 2005, 10:31 PM
Stan Brown
Guest
 
Posts: n/a
Default Re: cross-platform CSS

It seems "Alan J. Flavell" wrote in
comp.infosystems.www.authoring.stylesheets:[color=blue]
> But my main point was that repeating
>the whole of the previous discussions for the benefit of those who
>decline to read them is not an efficient way to utilise the usenet
>resource.[/color]

Sorry -- it seemed so obviously true to me that I felt it was
unnecessary to repost it or explicitly agree with it. But for the
record, I do agree. I just wondered why you said "1.0em" instead of
"100%".

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
  #15  
Old July 20th, 2005, 10:31 PM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: cross-platform CSS

On Thu, 29 Jan 2004, Stan Brown wrote:
[color=blue]
> Sorry -- it seemed so obviously true to me that I felt it was
> unnecessary to repost it or explicitly agree with it. But for the
> record, I do agree. I just wondered why you said "1.0em" instead of
> "100%".[/color]

(I've seen others proposing 101% to circumvent one or other browser
bug.)

In principle, we could discuss three options in regard to normal font
size - the size used for normal blocks of text such as paragraphs:

- explicitly 1.0em
- explicitly 100%
- no explicit specification

and then sizing special pieces of text relative to that normal base.

All three _should_ produce the same result. Due to browser bugs,
the results can come out differently.

I didn't have any special reason for posting 1.0em rather than either
of the other two, sorry. Apologies for the fragmented answer.
  #16  
Old July 20th, 2005, 10:31 PM
Stephen Poley
Guest
 
Posts: n/a
Default Re: cross-platform CSS

On Thu, 29 Jan 2004 08:53:03 +0000 (UTC), Darin McGrew
<mcgrew@stanfordalumni.org> wrote:
[color=blue]
>Ryan W Sims wrote:[color=green][color=darkred]
>>> How small would you consider legible?[/color][/color]
>
>Beauregard T. Shagnasty <a.nony.mous@example.invalid> wrote:[color=green]
>> 100%. That is your visitor's default size. Your visitors are
>> important; we don't care how it looks in /your/ browser.[/color]
>
>Bingo.
>
>You can go smaller with legalese and similar fine print that the average
>reader can ignore. But I wouldn't go smaller than about 85% even then.[/color]

Rather than considering whether it's legalese etc, I'd concentrate on
the amount of text. Small fragments of text set off from each other
(e.g. a menu, a five-word copyright statement, or a table where all
entries are brief) are OK at 90%, probably 80%. I don't really think
full paragraphs of text should be less than 100% even if they are
legalese.
[color=blue]
>But it's a mistake to reduce the font size for normal text content.[/color]

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
 

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