HighDots Forums  

Re: Awesome use of CSS

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


Discuss Re: Awesome use of CSS in the Cascading Style Sheets forum.



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

Default Re: Awesome use of CSS - 08-01-2003 , 12:07 PM






In article <87vfthzt60.fsf (AT) dinopsis (DOT) dur.ac.uk>,
Chris Morris <c.i.morris (AT) durham (DOT) ac.uk> wrote:

Quote:
'nuther Bob <yetanotherphonyaddress (AT) noplacereally (DOT) com> writes:
On Thu, 31 Jul 2003 15:09:29 +0200, Jeroen Sangers
That's exactly why I always use <body id="sitename'> in my sites, so
users can always use their user stylesheet to change my style (I am not
_that_ good in making sites...

Does anyone actually expect a significant number of users to do this
to a web site ?

Unlikely, for most values of significant. That said, I wouldn't mind
a web browser that let me set up *which* user stylesheet to apply on a
site-by-site basis.
It has the rather shady advantage of when you cannot figure out (or are
too lazy) why some CSS rule you made is being ignored;

#sitename [insert rest of your selector here] { .. }

Will often gain full power over any rule you wrote. (and still not
override user styles in todays browsers)

--
Kris
kristiaan (AT) xs4all (DOT) netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.


Reply With Quote
  #12  
Old   
Jeroen Sangers
 
Posts: n/a

Default Re: Awesome use of CSS - 08-02-2003 , 06:29 AM






'nuther Bob wrote:
Quote:
On Thu, 31 Jul 2003 15:09:29 +0200, Jeroen Sangers
That's exactly why I always use <body id="sitename'> in my sites, so
users can always use their user stylesheet to change my style (I am not
_that_ good in making sites...

Does anyone actually expect a significant number of users to do this
to a web site ?

Perhaps in a controlled, speced, corporate environment... not on the
web.

Nobody can expect a significant number of users using user style sheets,
since only a small group of people have the knowledge to write CSS.
Therefore, user stylesheets won't be used a lot. But this does not mean
that you should ignore them. Adding an ID to the body tag is a very
small effort, and might come out handy for this small group.

Kind regards,

Jeroen



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

Default Re: Awesome use of CSS - 08-02-2003 , 07:06 AM



On Sat, Aug 2, Jeroen Sangers inscribed on the eternal scroll:

Quote:
Nobody can expect a significant number of users using user style sheets,
Define "significant". If just one reader is prevented from getting
access that they'd otherwise be able to use, that's one too many for
me.

Quote:
since only a small group of people have the knowledge to write CSS.
Irrelevant. One would expect people with various impairments to
acquire purpose-designed stylesheets e.g from their interest groups.

Quote:
Therefore, user stylesheets won't be used a lot.
AFAIR, Opera comes with a sample user stylesheet. All that one needs
to do is to click a button to turn it on. No CSS knowledge required.

Quote:
But this does not mean that you should ignore them.
Well, at least you got that right.

all the best


Reply With Quote
  #14  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Awesome use of CSS - 08-05-2003 , 09:26 AM



In article <Pine.LNX.4.53.0308021359510.30967 (AT) lxplus067 (DOT) cern.ch>, Alan J.
Flavell wrote:
Quote:
On Sat, Aug 2, Jeroen Sangers inscribed on the eternal scroll:

Nobody can expect a significant number of users using user style sheets,

Define "significant". If just one reader is prevented from getting
access that they'd otherwise be able to use, that's one too many for
me.
And after CSS based layouts will become more usual, user CSS will be
pretty easy to make by page. It is much harder to fix table based pages
using userstyle. The irony is that with CSS layouted pages is that if you
don't have body id, the HTML is pretty simple, and applying userstyle for
just that site using current browsers becomes pretty hard.

Quote:
since only a small group of people have the knowledge to write CSS.

Irrelevant. One would expect people with various impairments to
acquire purpose-designed stylesheets e.g from their interest groups.
Yes, and I have already made public some CSS that fixes layout of an
Finnish bank I used before I moved to one with better web bank. And
someone else even uses it.

For those the body id would be really necessary, since it is tricky
business to ensure that stylesheet only aplies to that one page. I had to
leave out some changes, because bank didn't use body id and I was unable
to find selectors that would be pretty unique for that site.

Quote:
Therefore, user stylesheets won't be used a lot.
Of course not, at least not untill decent support in browsers. But reason
is that it takes some time to fix a site using userstyle, and it is not
usually worth efforth. OTOH, whan it is, it usually is necessary (by some
definition on necessary)

Quote:
AFAIR, Opera comes with a sample user stylesheet. All that one needs
to do is to click a button to turn it on. No CSS knowledge required.
But those are different, they apply to all sites. So they don't actually
don't need that ID. Unless you wish to only use them for some specifik
sites with specifick IDs, which again requires editing CSS files.

Quote:
But this does not mean that you should ignore them.
No, and I'm pretty sure that after some browser gets good support for
userstyles, there will be lots of fixes for popular webpages available as
CSS snippets.

Some unfinished thoughts here:
http://www.student.oulu.fi/~laurirai...ss/userstyles/

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.



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

Default Re: Awesome use of CSS - 08-17-2003 , 01:41 PM



There is circumstantial evidence that on 17 Jul 2003 23:23:31 GMT,
"J.B. Nicholson-Owens" <jbn (AT) forestfield (DOT) org> wrote
__________________________________________________ _____

Quote:
› > http://exp.hicksdesign.co.uk/

› This is not bad. It would be better if it collapsed more horizontally. The
› minimum width for the page seems needlessly wide.

This looks a right mess in Opera 6.01

My site www.washerhelp,com is pure CSS no tables design, it looks
attractive to me
--

We've all got one - www.washerhelp.com

[remove mymask_ to email]


Reply With Quote
  #16  
Old   
William Tasso
 
Posts: n/a

Default Re: Awesome use of CSS - 08-17-2003 , 06:12 PM



xyZed wrote:
Quote:
My site www.washerhelp,com is pure CSS no tables design, it looks
attractive to me
and is a very useful site ;o)

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




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

Default Re: Awesome use of CSS - 08-18-2003 , 02:09 AM



Jacqui or (maybe) Pete wrote:

Quote:
Wish someone would do a boiler-help site .
http://www.mckenziecorp.com/

--
Els

A mente é egual á uma paraqueda; funciona melhor aberta.



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.