Be a Supporter!

CSS Resources

  • 295 Views
  • 4 Replies
New Topic Respond to this Topic
Zeffy
Zeffy
  • Member since: Jun. 14, 2001
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
CSS Resources 2001-09-09 12:57:13 Reply

Does anyone know some good CSS resources and/or scripts?

liljim
liljim
  • Member since: Dec. 16, 1999
  • Offline.
Forum Stats
Staff
Level 28
Blank Slate
Response to CSS Resources 2001-09-09 18:41:49 Reply

At 9/9/01 12:57 PM, Zefierias wrote: Does anyone know some good CSS resources and/or scripts?

I forget the address, but webmonkey have some good tutorials.

The problem with CSS is that it's a combination of Javascript, and Html (or, more specifically, DHTML), so there are few resources that are dedicated purely to it.

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to CSS Resources 2001-09-10 10:04:42 Reply

At 9/9/01 06:41 PM, liljim wrote:
At 9/9/01 12:57 PM, Zefierias wrote: Does anyone know some good CSS resources and/or scripts?
I forget the address, but webmonkey have some good tutorials.

The problem with CSS is that it's a combination of Javascript, and Html (or, more specifically, DHTML), so there are few resources that are dedicated purely to it.

Actually, CSS alone has nothing to do with JavaScript. You can stylize your whole webpage without using any JavaScript.

liljim
liljim
  • Member since: Dec. 16, 1999
  • Offline.
Forum Stats
Staff
Level 28
Blank Slate
Response to CSS Resources 2001-09-10 13:27:01 Reply

At 9/10/01 10:04 AM, UnclePecos wrote: Actually, CSS alone has nothing to do with JavaScript. You can stylize your whole webpage without using any JavaScript.

Bah. :P

aladinsane
aladinsane
  • Member since: Jan. 17, 2000
  • Offline.
Forum Stats
Member
Level 21
Blank Slate
Response to CSS Resources 2001-09-11 09:17:29 Reply

At 9/10/01 01:27 PM, liljim wrote:
At 9/10/01 10:04 AM, UnclePecos wrote: Actually, CSS alone has nothing to do with JavaScript. You can stylize your whole webpage without using any JavaScript.
Bah. :P

And just to hammer that point home, a better way of putting it would be that DHTML is a combination of CSS, HTML and JavaScript. There is no official DHTML standard, but CSS is clearly defined by the W3C.