CSS learning curve?

lenglain

New Member
Hi

Im a budding designer, and one of the things I noticed I have avoided is javascript. I haven't even taken a cursory glance at it and for some reason, I just don't want to. I've been looking at the possibilities of CSS and ive seen some crazy stuff by Stu Nichols and others. I'm really attracted to the possibilities with CSS, but how difficult is it to figure out? I've done everything trial and error so far and learned everything that way, but getting deep into CSS seems more daunting than I had orginally thought, one little mistake here or there can ruin everything even if 99.9% of the code is valid.

My ambition is to be able to create spiffy little CSS constructs to spice up a website without hoping that the visitors web browser has java or flash enabled/updated, etc...
 

Absolution

New Member
From my experience CSS as a language is simpler than HTML itself. But the devil is in the detail and it is harder to get everything just right in CSS. If you want to do anything dynamic, like things moving around and flipping, you will most likely need javascript.
 

Phreaddee

Super Moderator
Staff member
Css is like a woman. You never ever know it all.
At first its slightly scary, yet intriguing.
Over time you think that it can be easy to work out, it seems logical...
Sometimes it is, sometimes its not.
Most of the time it just frustrates you, it "should" be doing this,
Yet it wants to do that.
Yet, always, you desire to work it out, somedays you feel like you have.
...alas you realise css is your master.
Thus in a need to boost you deflated ego,
you implement some jquery to make your work shit hot
This takes away from the not symetrical wrapper
youve been struggling with for hours,
That although you found a solution,
Because its a flexible layout,
old versions of safari throw it right out of the browser...
display:inline with float + positioning is rendered as display:block
altho that fixes ur dodgy box model dramas...
Overflow:hidden on parent div to "show" all floated content...
Css makes heaps of sense sometimes...

....i need another wine.
 

Edge

Member
There are quite a few good books out there for CSS2 such as bullet proof design. Pretty soon though HTML 5 and CSS3 are going to be running the show. This is where Javascript and Jquery come in handy as they can be used to get IE to support some of CSS3 which it doesn't. I wonder worry about people not having JavaScript enabled - it is minute. Astra Zeneca told me that according to their analytics, 1 in 1 million didn't have JS enabled.

In two years time apps on mobiles will be written in html5 and css3 so start on it now and be ready for the surge in demand.
 

anna

New Member
Css is like a woman. You never ever know it all.
At first its slightly scary, yet intriguing.
Over time you think that it can be easy to work out, it seems logical...
Sometimes it is, sometimes its not.
Most of the time it just frustrates you, it "should" be doing this,
Yet it wants to do that.
Yet, always, you desire to work it out, somedays you feel like you have.
...alas you realise css is your master.
Thus in a need to boost you deflated ego,
you implement some jquery to make your work shit hot
This takes away from the not symetrical wrapper
youve been struggling with for hours,
That although you found a solution,
Because its a flexible layout,
old versions of safari throw it right out of the browser...
display:inline with float + positioning is rendered as display:block
altho that fixes ur dodgy box model dramas...
Overflow:hidden on parent div to "show" all floated content...
Css makes heaps of sense sometimes...

....i need another wine.

I'm not sure whether to LMAO or be insulted... :D
 

Phreaddee

Super Moderator
Staff member
Come on anna you LOVE to be in control!
Your not a pushover...
Dont be insulted by the facts of life...
 
Top