HighDots Forums  

Browser check needed please!

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Browser check needed please! in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 07:54 AM






Mark Tranchant wrote:

Quote:
Don't know.. I have no clue about that "filter plugin
thingy". Maybe the <img> is covering the background?

Described here:
http://www.alistapart.com/articles/pngopacity/ Turns out to
be IE5.5+ only. Not the end of the world if older browsers
are crayon-less.
One more thing I can think of why it doesn't work in IE5.5:
You state the CSS for IE5 as /css/ie
Maybe IE doesn't take that for a CSS file for some reason?
Would it perhaps work if you gave it the .css extension?

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #12  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 08:03 AM






Mark Tranchant wrote:

Quote:
Els wrote:

But you'll still have to make some change in the code for
all the other Gecko's, as per this printscreen from
Firebird: http://locusmeus.com/temp/step-by-step.jpg
That's what it looked like in Firefox 0.8 too.

Oh, right! I understand the problem now. My inability to
reliably remember which is left and which is right confused
me.
I'll try and remember that next time ;-)

Quote:
I thought the problem behaviour was as Firefox 0.9.2
shows but with the scrollbar not available - that is, the
*right* hand side of the page inaccessible.

Does it work now?
Yep :-)

Quote:
Also, could you see if the crayons are back on IE5.5
please?
They're still not there, unfortunately...

Quote:
Muchas gracias,
De nada :-)
(if that's Spanish)

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #13  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 08:06 AM



Els wrote:

Quote:
One more thing I can think of why it doesn't work in IE5.5:
You state the CSS for IE5 as /css/ie
Maybe IE doesn't take that for a CSS file for some reason?
Would it perhaps work if you gave it the .css extension?
No - you are loading it OK:

xx-xxx-xxx-xxx-bbxl.xdsl.tiscali.nl - - [21/Jul/2004:13:58:26 +0100]
"GET /css/ie HTTP/1.1" 200 133 "http://step-by-step.org.uk/"
"Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1; Wish; Feedreader)"

Experience on other sites shows this works, and you are also
successfully loading the main stylesheet, layout.css, also referenced
without extension.

--
Mark.


Reply With Quote
  #14  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 08:21 AM



Mark Tranchant wrote:

Quote:
Els wrote:

One more thing I can think of why it doesn't work in
IE5.5: You state the CSS for IE5 as /css/ie
Maybe IE doesn't take that for a CSS file for some reason?
Would it perhaps work if you gave it the .css extension?

No - you are loading it OK:

xx-xxx-xxx-xxx-bbxl.xdsl.tiscali.nl - -
[21/Jul/2004:13:58:26 +0100] "GET /css/ie HTTP/1.1" 200 133
"http://step-by-step.org.uk/" "Mozilla/4.0 (compatible;
MSIE 5.5; Windows NT 5.1; Wish; Feedreader)"
The fact it was loaded doesn't have to mean it's loaded as MIME
type text/css I think?

Quote:
Experience on other sites shows this works, and you are
also successfully loading the main stylesheet, layout.css,
also referenced without extension.
You just changed that :-)
So, alas, that wasn't the problem :-(

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #15  
Old   
jake
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 09:40 AM



In message <Z6rLc.4681$Fc7.867711 (AT) stones (DOT) force9.net>, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> writes
Quote:
A new project:

http://step-by-step.org.uk/

[snip]

Quote:
3) Any suggestions or comments?

Thanks!

"....... Welcome to the step-by-step preschool website. You are using a
browser without CSS support, so this site will appear plain but fully
accessible. ......"

Or a browser that *does* support CSS, but is using an alternative
stylesheet ;-)

regards.



--
Jake


Reply With Quote
  #16  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 09:49 AM



jake wrote:

Quote:
"....... Welcome to the step-by-step preschool website. You
are using a browser without CSS support, so this site will
appear plain but fully accessible. ......"

Or a browser that *does* support CSS, but is using an
alternative stylesheet ;-)
I'm having a deja vu...

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Matti Caspi - Lost in Faith


Reply With Quote
  #17  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 10:36 AM



Brian wrote:

Quote:
Els wrote:

You state the CSS for IE5 as /css/ie Maybe IE doesn't take
that for a CSS file for some reason? Would it perhaps work
if you gave it the .css extension?

Doubtful. MSIE/Win only uses a file extension where other
methods (content sniffing and MIME type, for two) have
failed. A "file extension" on a url is sort of meaningless
on the client end.
Thanks, I thought that the extension might be part of the
sniffing IE does. So, not. :-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Soft Cell - Tainted Love


Reply With Quote
  #18  
Old   
Alan J. Flavell
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 11:47 AM



On Wed, 21 Jul 2004, Els wrote:

Quote:
Brian wrote:

Doubtful. MSIE/Win only uses a file extension where other
methods (content sniffing and MIME type, for two) have
failed. A "file extension" on a url is sort of meaningless
on the client end.

Thanks, I thought that the extension might be part of the
sniffing IE does.
Potentially, it could be. As Brian rightly said - for the MIME types
which are on their "moniker" hit-list:

Quote:
MSIE/Win only uses a file extension where other methods (content
sniffing and MIME type, for two) have failed.
If you really want the gruesome details, search out MS's actual
writeup on this. :-}


Reply With Quote
  #19  
Old   
Els
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 11:54 AM



Alan J. Flavell wrote:

Quote:
On Wed, 21 Jul 2004, Els wrote:

Brian wrote:

Doubtful. MSIE/Win only uses a file extension where
other methods (content sniffing and MIME type, for two)
have failed. A "file extension" on a url is sort of
meaningless on the client end.

Thanks, I thought that the extension might be part of the
sniffing IE does.

Potentially, it could be. As Brian rightly said - for the
MIME types which are on their "moniker" hit-list:

MSIE/Win only uses a file extension where other methods
(content sniffing and MIME type, for two) have failed.
That's what I meant, it isn't part of the sniffing. Only if
that fails, and then the MIME type fails, the third option is
the file extension. No sniffing. Just reading ;-)

Quote:
If you really want the gruesome details, search out MS's
actual writeup on this. :-}
Ermm... no thanks.
I try to limit reading gruesome details to a minimum. ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: UB 40 - Kingston Town


Reply With Quote
  #20  
Old   
Claire Tucker
 
Posts: n/a

Default Re: Browser check needed please! - 07-21-2004 , 12:24 PM



On Wed, 21 Jul 2004 10:59:19 +0100, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> wrote:

Quote:
A new project:

http://step-by-step.org.uk/

Don't worry about the links yet, the content hasn't been written. I'm
just interested in the introduction screen, which is my first attempt at
an absolutely-positioned layout.

You already got plenty of feedback about the rendering of the CSS, so
I won't bother with that...

I just wanted to make a big deal of the fact that, when I hit the
"ignore author-specified styles" toggle in my browser, it became a
perfectly-sensible, orderly and simple page which worked nicely with
my user-stylesheet. No artifacts of the design cluttering the screen,
and no bizarre interactions with my stylesheet.

Nice one

I browse with document styles disabled quite a lot, because I have my
user stylesheet set up to be pretty and readable. It's rare I see a
site which doesn't have some kind of leftover presentational junk when
I do so, unless I've made a special effort to filter it.

-Claire

(Labelling the crayons with the caption "CRAYONS" seems like a strange
thing to do. Are there really crayons like that, and shouldn't it
really say "CRAYON" instead? )


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.