navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Can this be done with CSS?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Can this be done with CSS?
Page: [1]
 
lilblackgirl

 

Posts: 288
Joined: 5/16/2002
From:
Status: offline

 
Can this be done with CSS? - 3/23/2004 16:22:46   
There are various sites out there that give you the option of viewing the site in different color/look layouts by clicking a button/link. An example being www.spoono.com
Is this something that can be done with different style sheets and how would chosing a different option work. Once you had the different style sheets set up, could a link on the site just direct the user to a different style sheet that would then change the look of the site? Or is this something more complicated?

thanks,
Lil
Shirley

 

Posts: 3127
Joined: 1/8/1999
From: Omaha, Ne USA
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 16:53:51   
I do it with buttons and javascript. Some sites do it with php or asp.
I can't post a link as I don't want it spidered at the moment.

However, I have one page that has 20 stylesheets to chose from and when the page loads it goes thru all of the styles before it opens correctly on the last one. I am currently looking for a solution that doesn't "flash" all the styles at me as it loads.

_____________________________


Everything But Cake


(in reply to lilblackgirl)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 17:21:18   
Hi Lilblackgirl,
I know that there are sites out there with the changing pages, not sure how they are set up though. As shirly stated I beleive it is done with javascript.

Try a search on style sheet switchers, and alternate style sheets, and you should find some information on this. I think alist apart has a javascript that you can use on their site.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to Shirley)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 18:50:36   
Spooky posted a cool link to a page that used CSS to change styles on click... but I couldn't find it. I'll try searching again when I have more time and see what I can come up with.

If I remember right, it was done without any scripting.

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to c1sissy)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 19:12:55   
quote:

If I remember right, it was done without any scripting.


I think you might be right on this one bobby, I did a search but I can't seem to find the information that I had seen. I think its done with alternate stylesheet linking and how you set up the style sheet. I think it might actually have the alternate in the link part of the style sheet. However, I can't seem to find the article/tutorial that I had read it on.:)

<edit> I found THIS which has a little bit about it. Not sure if this will help but at least it is something in regards to alternate linking of style sheets </edit>

< Message edited by c1sissy -- 3/23/2004 19:15:50 >


_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to bobby)
Peppergal

 

Posts: 2207
Joined: 9/20/2002
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 19:16:36   
Is this it?

http://www.csszengarden.com/

This is the site that made me fall in love with CSS.

_____________________________

Northeast PA / Poconos/ Lake Wallenpaupack Real Estate
wallenpaupacklakeproperty.com
Karen's Real Estate Blog

(in reply to c1sissy)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/23/2004 22:13:28   
Hi Karen, I never thought about this site. However, are they using the java script or just an alternate style sheet? Hmm going to have to view this to see what they are doing with it.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to Peppergal)
d a v e

 

Posts: 4139
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 3:43:23   
alsitapart has an article(s)
http://www.alistapart.com/articles/n4switch/
and http://www.alistapart.com/articles/alternate/

_____________________________

David Prescott
Gekko web design

(in reply to c1sissy)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 7:00:09   
Thanks Dave, these are good posts.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to d a v e)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 7:59:43   
quote:


c1sissy


However, are they using the java script or just an alternate style sheet?

Everything is done using Cascading Style Sheets version 1.
Without CSS the site looks like this: http://www.csszengarden.com/zengarden-sample.html.

That's the power of CSS. The best thing is, that those sites are accessible with every single browser in the world since 1960.

I bolded the web developers' number 1 magic word.

Regards,
Bamse

(in reply to c1sissy)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 8:01:09   
All designs for this HTML page as a single list are here:
http://www.mezzoblue.com/zengarden/alldesigns/

Regards,
Bamse

(in reply to BamseIsUnix)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 8:08:56   
Thank you Bamse for the links.

My favorite page here on the zengarden is the one with the picture of the ocean. I totally love that one!

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to BamseIsUnix)
lilblackgirl

 

Posts: 288
Joined: 5/16/2002
From:
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 9:33:45   
WOW! That'll teach me to open my mouth . . .
Thanks, I never knew how this was done. Now i have plenty to play with.

(in reply to c1sissy)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 9:41:55   
quote:

Is this it?

http://www.csszengarden.com/

Yep, that's the one!

:)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to lilblackgirl)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 10:39:56   
Shirley - take a look at the script here -

http://www.webwriting.de/css-design/index.php (site is in German) Sorry but it does have one of the best around. btw IMO this sort of thing best done using php.)

Here's one with a "cut out and keep" js styleswitcher. Again page is not in English the script on it is very easy to follow however:

http://www.webdesign101.dk/design/styleswitcher.php


I emphasise that this is IMO - the time is quite quickly coming I think when much that we do client side will need to be done server side but that is a topic in its own right.

Further note to Shirley: Damnit I forgot about zengarden's style switcher as far as I remember they stick the whole shebang into an an array (which may be the solution for you) you might want to forget about how lovely the site is and take a gander at their js. Sheesh am I embarassed talk about forgetting the obvious :)

The zengarden js works for AFAIK pretty much everything from 5.0 up. Open to correction on that but am reasonably certain.

How are you importing the styles? You might want to google for FOUC (Flash of unstyled content)

< Message edited by gorilla -- 3/24/2004 13:02:13 >


_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to bobby)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/24/2004 12:43:34   
quote:

ORIGINAL: BamseIsUnix

quote:


c1sissy


However, are they using the java script or just an alternate style sheet?

Everything is done using Cascading Style Sheets version 1.
Without CSS the site looks like this: http://www.csszengarden.com/zengarden-sample.html.

That's the power of CSS. The best thing is, that those sites are accessible with every single browser in the world since 1960.

I bolded the web developers' number 1 magic word.

Regards,
Bamse


1. If you look at the source at this url:

http://www.mezzoblue.com/zengarden/alldesigns/

you will see that a javascript styleswitcher is in use.

quote:

<link rel="stylesheet" type="text/css" href="/css/v33.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/v33print.css" media="print" />
<link rel="alternate stylesheet" type="text/css" href="/css/radar-lg.css" title="radarlarge" media="screen" />

<script type="text/javascript" src="http://www.mezzoblue.com/css/styleswitcher.js"></script>


2.
quote:

ORIGINAL: BamseIsUnix
Everything is done using Cascading Style Sheets version 1.


This seems to my day for picking you up on factual errors lets quote from the text on the site shall we?

quote:

Requirements

We would like to see as much CSS1 as possible. CSS2 should be limited to widely-supported elements only. The css Zen Garden is about functional, practical CSS and not the latest bleeding-edge tricks viewable by 2% of the browsing public. The only real requirement we have is that your CSS validates.


If you had bothered to pick apart the code for a decent sized sample of the designs. Oh say about 15 or so of them. You would have seen that in fact css2 code is heavily used. CSS1 doesn't deal with positioning or are you unaware of that?

Incidentally if you weight your sample to the more recent designs you will see a preponderance of css2

May I suggest that you go and read the spec for css1. Having done so please tell me exactly where it goes into positioning. The precise url please. Not somebody's interpretation of it. Not what you've read somewhere. The url of the part of the css1 spec that deals with positioning.

3. with the greatest possible respect to you many of those designs are singularly inaccessible to non visual UAs such as for example braille readers or the JAWS screen reader.

4. I have bolded and emphasised what I very sincerely hope is a typographical error on your part.

1960? Please explain.

As I have been required to remark elsewhere today "Just the facts ma'am."

< Message edited by gorilla -- 3/24/2004 13:45:26 >


_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/26/2004 3:50:24   
Ouch... I guess you aren't even waiting for any reply from me, but I'll try.

quote:

1960? Please explain.

I had might as well said 1370. I wasn't talking about the style switcher or whatever tweaks they have but the styles seperately. If you have a browser that doesn't support CSS then the styles are just ignored. I suppose they can read HTML? Please correct this is I'm wrong.

quote:

CSS1 doesn't deal with positioning or are you unaware of that?

Really? REALLY? I was unaware of that, absolutely. :):):)

quote:

with the greatest possible respect to you many of those designs are singularly inaccessible to non visual UAs such as for example braille readers or the JAWS screen reader.

Of course the styles are inaccessible. But what I know (or "pretend to know", so you can beat me again) the HTML page content whatever you wanna call it, is.

I wouldn't try to access that page using my Lynx 2.8.3 (to view nice stylesheets :)), but I'm sure that a site with any of those styles is still accessible. I guess that CSSZenGarden is about that. If you don't like the styles, you can view plain HTML.

Regards,
Bamse

(in reply to gorilla)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/26/2004 8:57:49   
quote:

ORIGINAL: BamseIsUnix
Ouch... I guess you aren't even waiting for any reply from me, but I'll try.

I'm always interested to get reasoned replies. Here's one back :-) :
quote:

ORIGINAL: BamseIsUnix
1. I had might as well said 1370.
2. 2. I wasn't talking about the style switcher or whatever tweaks they have but the styles separately.
3. If you have a browser that doesn't support CSS then the styles are just ignored. I suppose they can read HTML? Please correct this is I'm wrong.


  1. Well yes indeed saying 1370 b.c. or 1370 a.d. would have been just as inaccurate as saying 1960.
  2. You were quoting c1sissy asking a question so I replied to both of you.
  3. If a browser doesn't support css or (more likely) doesn't understand @import then yes. They should see plain unstyled content. You are however missing a key point that I was making. Some of those designs are inaccessible to anything because the authors have concentrated upon appearance and done some very strange things indeed to the rendering flow. This is completely legitimate in the context of a site to show those whose orientation is primarily towards graphics how it might be done.

    To be useful CSS needs to taken seriously and understood by all those involved in authoring. I do not even remotely describe myself as a "designer" or "graphically oriented" I'm an activity analyst who is also a developer who codes sites (amongst other things.) The "design" is a tiny but important stage of that, as indeed is the coding, what is damned difficult (as you are about to find out with your upcoming project) is ensuring that all information is easy to find, and that even a plain unstyled site is acceptable to and accessible by all. You seem to think its easy. It isn't, the mathematical rule being used of 2cr makes it very difficult indeed once you get past about five possibilities.


quote:

ORIGINAL: BamseIsUnix
Really? REALLY? I was unaware of that, absolutely. :):):)


I'm tempted to say things "Like why on earth weren't you. How do you expect me or anyone else with even a small amount of knowledge about CSS to take what you say seriously?"

However you seem to be feeling a little bruised so I won't throw any hard unripe bananas at you today. Only soft squishy ones :).

Can you not see that getting some very basic facts wrong, such as saying that tables were introduced "decades" ago, or being utterly ignorant of them, such as what version of css deals with what, not only diminishes what you are trying to say, but makes the job of people like me who are pushing heavily for standards and spend a lot of time and money doing so infinitely harder. I do not particularly enjoy seeing my efforts hampered by a bunch of self regarding elitist fanatics, which is what many of those who bang on endlessly about CSS do. Just visit a few blogs to see what I mean.

I'm not talking here about the likes of Pixy, Big John, Papabaer, Eric Meyer, or the like. They after all are the people at the forefront and are engaged in research. I am talking about the hangers on who for some reason or another think that sneering at others makes them superior. I may in the deepest darkest recesses of my brain suspect that they are doing this sneering to soothe some feeling of lack within themselves but then that’s me.

I happen to have the old fashioned idea that people are entitled to know what is going on. The facts are a compelling enough argument. They don't need hyperbole or spin. Engaging in it merely makes it easier to have the whole thing dismissed.

quote:

ORIGINAL: BamseIsUnix
Of course the styles are inaccessible. But what I know (or "pretend to know", so you can beat me again) the HTML page content whatever you wanna call it, is.


For some of them it is not only the styles that are inaccessible but also the content. Because of the way the styling has been done. See above.

quote:

ORIGINAL: BamseIsUnix
I wouldn't try to access that page using my Lynx 2.8.3 (to view nice stylesheets :)), but I'm sure that a site with any of those styles is still accessible. I guess that CSSZenGarden is about that. If you don't like the styles, you can view plain HTML.


Neither would I but this is repetitive. See above. Nobody on the visitor side gives a damn about the code. They're interested in the content. I wouldn't visit that site using lynx or using jaws or a Braille reader either. Same reason although I hasten to add that many of the designs are indeed highly accessible.
Let us now turn to the basic issue as I see it and what I suspect is your basic grievance about my "jumping on you:"

The fact is that you made several posts in which you quite agressively jumped upon people for using one particular tool without explaining to them what the alternatives are, what benefits the use of those alternatives may bring and you repeatedly got your facts wrong. So wrong that in an examination context you'd be marked down severely. When I see someone do that I retain the right, I would go further and say the duty, to correct them lest the errors, misinterpretations, and hyperbole spread.

I am sorry if you found that unpleasant and nothing personal is intended – but I'd rather stop a problem (wrong info) at the outset and thereby help those newbies who come here looking for help.

Good luck with your project – sounds exciting. Feel free to email me for help or better yet to post here. You're probably better to post here because I'm currently putting in very long days and have a huge backlog of correspondence. Nevertheless I do eventually get around to answering.

In closing I note you've said in the other thread that I "jumped on you" in that you find table layouts somewhat clunky and high maintenance – I couldn't agree more. They are very high maintenance on top of all their other shortcomings. That is why I spend a fair amount time, when, to be quite frank, I'd rather be doing other things, showing people how to use them, and when and how not to use them.

I had a colleague - now alas deceased - who when asked "Who is CSS good for?" used to guffaw with laughter and give the same reply everytime "Lazy people like me."

< Message edited by gorilla -- 3/26/2004 9:05:12 >


_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: Can this be done with CSS? - 3/26/2004 9:14:46   
quote:

You were quoting c1sissy asking a question so I replied to both of you.


May I add here, that the question was not really answered. My question was to if they used the Javascript. I'm sure that I could have figured it out using view source? Though not familar with javascript at all.

Thank you Mhaircaish for answering it for me.

Bamse, I would like to add here that Mhaircaish is not bashing on you. He does know what he is talking about. I have learned so much through the gorilla clan during my time here on the forums. Please take the time to listen to what he is saying, and don't get defensive.

< Message edited by c1sissy -- 3/26/2004 9:17:33 >


_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to gorilla)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/27/2004 3:13:11   
Thanks for you both, gorilla and c1sissy.

About that website project, yes... I'm about to produce a rather critical informing site for a big project. There are about 20 companies involved and the website is in a critical position. There will be huge amounts of material on those sites + information about education for local entrepreneurs.

The problem is, that this site has to be easily upgraded. Some very computer-illiterate people will be adding materials long after my work is done, so... HTML for content and CSS for styles, you know what I mean.

They need sites which are super fast and compatible.

I have a pair who'll be my visual designer. The website also has to be visually impressive, but not too much. So the question Can this be done with CSS? will be asked quite a few times. I refuse to use JavaScript or any other needless delicacies, since the sites are, after all, very static.

This job is part of my studies, 8 weeks.

---
I guess I'll be out for a few months, soon. My computer-related studies are done next week. Maybe I will return here when I start the job, just as gorilla suggested.

Regards,
Bamse

(in reply to gorilla)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/27/2004 3:24:04   
I seem to be posting this url a lot recently :-)

http://www.plone.org

opensource easy to use very css friendly contentent management system.

Bamse - what sort of layout are you hinking of 3 column? 2 column? Does it need a header and footer? Liquid or fixed?

I might be able to send you a template to play with.

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/27/2004 4:23:15   
quote:

ORIGINAL: BamseIsUnix


  1. They need sites which are super fast and compatible.....

  2. The website also has to be visually impressive, but not too much.....


  3. So the question Can this be done with CSS?

  4. I refuse to use JavaScript or any other needless delicacies, since the sites are, after all, very static.







  1. Yup perfect for css
  2. Yup perfect for css
  3. Absolutely.
  4. Ooooh you've made my day. I've been preaching this for years.


Email me (using the profile) if you wish. I'm horrifically busy and it is about to get worse but I do always reply eventually.

< Message edited by gorilla -- 3/27/2004 4:27:29 >


_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/29/2004 1:56:29   
quote:

Bamse - what sort of layout are you hinking of 3 column? 2 column? Does it need a header and footer? Liquid or fixed?

I have no idea yet... I can answer this question 1st June.

Regards,
Bamse

(in reply to gorilla)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/29/2004 2:11:22   
Bear in mind my offer - seeing how someone else has done something similar can be helpful if only to say " ooooooh yuck! There is no way in hell I'm going to do it that way!":)

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/29/2004 2:36:57   
gorilla, in that case, http://www.webpagesthatsuck.com (well that site's more into visual design problems). :)

quote:

http://plone.org/

Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3C's AA rating for accessibility, in addition to using best-practice web standards like XHTML and CSS.

quote:

http://plone.org/about/plone/

Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3C's AAA rating for accessibility.

Either case, that's quite impressive! Isn't that kinda tough to build AAA pages I wonder?

This one is also for Linux which is great. I guess I won't be using my Win98 (not SE) as my primary OS for too long. And it's GNU GPL.

Regards,
Bamse

(in reply to gorilla)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Can this be done with CSS? - 3/29/2004 2:51:57   
Not so much tough as fiddly Bamse :-)

Well worth your (and everbody else') whlie going to plone.org and having a look. Save a page and look at the stylesheet if if you don't want to mess with plone itself.

A very good guide to accessibility can be downloaded from here:

http://diveintoaccessibility.org/

And just to emphasise the point about plone again it is available for windows/os x/linux/ freebsd

<digression> A gorilla talking to a teddybear. Verily verily Outfront is a strange and wondrous place.</digression>

< Message edited by gorilla -- 3/29/2004 2:54:37 >


_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to BamseIsUnix)
BamseIsUnix

 

Posts: 108
Joined: 2/18/2004
Status: offline

 
RE: Can this be done with CSS? - 3/29/2004 3:25:38   
quote:

<digression> A gorilla talking to a teddybear. Verily verily Outfront is a strange and wondrous place.</digression>

That avatar image is taken from Outfront's own gallery by the way. :)

Regards,
Bamse

(in reply to gorilla)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Can this be done with CSS?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts