Page 1 of 2
You knowing you're a CSS geek when...
Posted: Mon Dec 18, 2006 4:41 pm
by RobertGonzalez
You spend two hours customizing a table just to find out that it doesn't validate with the rest of your markup, then you spend 5 minutes banging our a CSS solution that validates XHTML on the first run and actually performs better than your table.
Me hates tables. But I love CSS.

Posted: Mon Dec 18, 2006 4:46 pm
by Luke
w00t!

Re: You knowing you're a CSS geek when...
Posted: Mon Dec 18, 2006 5:49 pm
by Ollie Saunders
Everah wrote:You spend two hours customizing a table just to find out that it doesn't validate with the rest of your markup, then you spend 5 minutes banging our a CSS solution that validates XHTML on the first run and actually performs better than your table.
I'd say you got lucky. I got lucky once.... only once

Posted: Mon Dec 18, 2006 6:15 pm
by RobertGonzalez
I have a tendency to make my own luck.

Posted: Mon Dec 18, 2006 7:00 pm
by John Cartwright
Everah wrote:I have a tendency to make my own luck.

voodoo?

Posted: Mon Dec 18, 2006 7:28 pm
by RobertGonzalez
Either Voodoo or bean burritos. You'd be amazed what can be accomplished when you have a little 'pressure under your rear'.

Posted: Mon Dec 18, 2006 10:40 pm
by feyd
Slathered in bacon, of course.

Posted: Mon Dec 18, 2006 10:41 pm
by RobertGonzalez
Of course.
Posted: Mon Dec 18, 2006 11:22 pm
by John Cartwright
feyd wrote:Slathered in bacon, of course.

hmmm.. slathering of bacon... hmmmm
//enter Burrito with stupid comment about Jcart and bacon

Posted: Tue Dec 19, 2006 1:38 am
by matthijs
... when you realize after finishing the CSS the files ie6.css and ie7.css - included with your carefully written conditional comments - are still empty
--- you are franticly refreshing internet explorer browser. "there must be a bug! I'm missing it! There must be one, come on, concentrate! ---
Posted: Tue Dec 19, 2006 10:31 am
by RobertGonzalez
matthijs wrote:... when you realize after finishing the CSS the files ie6.css and ie7.css - included with your carefully written conditional comments - are still empty
--- you are franticly refreshing internet explorer browser. "there must be a bug! I'm missing it! There must be one, come on, concentrate! ---
Nice one.

Re: You knowing you're a CSS geek when...
Posted: Tue Dec 19, 2006 11:01 am
by GeertDD
Everah wrote:Me hates tables. But I love CSS.

Nothing wrong with tables, as long as you don't build a house with them.

Use them for what they're made for: tabular data.
Matthijs wrote:--- you are franticly refreshing internet explorer browser. "there must be a bug! I'm missing it! There must be one, come on, concentrate! ---
If only that were true!
Posted: Tue Dec 19, 2006 11:07 am
by Luke
yea, leave the
house building to css...
Posted: Tue Dec 19, 2006 11:10 am
by GeertDD
Nice one, lol! Although I meant it a bit more figuratively.

Re: You knowing you're a CSS geek when...
Posted: Tue Dec 19, 2006 11:10 am
by RobertGonzalez
GeertDD wrote:Everah wrote:Me hates tables. But I love CSS.

Nothing wrong with tables, as long as you don't build a house with them.

Use them for what they're made for: tabular data.
the sad thing is the data I was using was tabular in nature, and the display of that data still worked better with CSS DIVs than with a table.