This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#101 2012-10-13 15:00:25

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: CSS Discussion

Am I the only one who thought this would be about CS:S


http://i.imgur.com/Em1YC.png

Offline

 

#102 2012-10-14 01:12:28

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: CSS Discussion

What's that?


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#103 2012-10-14 06:29:45

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Counter-Strike: Source?


yes, yes i do.

Offline

 

#104 2012-10-14 06:46:25

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: CSS Discussion

Source(s): My PhD.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#105 2012-10-15 09:42:49

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Um, why did you just post veggie's signature.


yes, yes i do.

Offline

 

#106 2012-10-15 10:01:56

TheSupremeOverLord
Scratcher
Registered: 2012-09-29
Posts: 100+

Re: CSS Discussion

Personally, I like HTML alot better than CSS.  It seems like the developers cant agree on anything!  But I enjoy programing, and as languges go, this one is not bad.


http://i1154.photobucket.com/albums/p522/lizzyhipo/MINIPIG.jpg

Offline

 

#107 2012-10-15 10:04:34

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: CSS Discussion

... it's not a language ...


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#108 2012-10-15 10:13:36

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: CSS Discussion

transparent wrote:

Um, why did you just post veggie's signature.

?


3

Offline

 

#109 2012-10-15 11:39:31

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

puppetadventurer wrote:

transparent wrote:

Um, why did you just post veggie's signature.

?

'Source(s): My PhD' was/is your brothers signature and I have no idea why he just posted it. Even if it wasn't meant to be veggie's sig.


yes, yes i do.

Offline

 

#110 2012-10-15 11:42:04

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: CSS Discussion

transparent wrote:

Um, why did you just post veggie's signature.

I was wondering that too  tongue
It was probably a joke:P
I think it was supposed to read:

transparent wrote:

Counter-Strike: Source?

The source is my PHD.

Last edited by slinger (2012-10-15 11:43:10)


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#111 2012-10-15 12:54:38

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Ohhh


yes, yes i do.

Offline

 

#112 2012-10-15 13:24:17

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: CSS Discussion

Hardmath123 wrote:

Another thing I'd like would be dynamic-er styling:

Code:

div.myOtherColumn {
 height:100%;
 width:100px;
}
div.myColumn {
 height:100%;
 width:-dynamic[(this.parentNode.width)-100]px;
}

(stupid example, but you get the point)

I... WANT... THAT...

I'm OK at using CSS. The problem is i develop for Firefox, so it doesn't look as nice in other browsers. (Check out typeint.com/typer in Firefox, then Chrome.)

Offline

 

#113 2012-10-15 14:36:14

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: CSS Discussion

scimonster wrote:

Hardmath123 wrote:

Another thing I'd like would be dynamic-er styling:

Code:

...
 width:-dynamic[(this.parentNode.width)-100]px;
}

(stupid example, but you get the point)

I... WANT... THAT...

Aren't you looking for the calc() thing veggieman pointed out?


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#114 2012-10-15 14:57:03

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: CSS Discussion

blob8108 wrote:

scimonster wrote:

Hardmath123 wrote:

Another thing I'd like would be dynamic-er styling:

Code:

...
 width:-dynamic[(this.parentNode.width)-100]px;
}

(stupid example, but you get the point)

I... WANT... THAT...

Aren't you looking for the calc() thing veggieman pointed out?

calc doesn't give other elements' attributes. And WebKit doesn't support it. D:

Offline

 

#115 2012-10-19 18:07:51

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: CSS Discussion

Code:

div {
  prefixes-are-bad: true;
  -moz-prefixes-are-bad: true;
  -o-prefixes-are-bad: true;
  -webkit-prefixes-are-bad: true;
  -ms-prefixes-are-bad: true;
}

That is all.


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#116 2012-10-19 19:52:13

ahirbhairav
Scratcher
Registered: 2012-10-06
Posts: 100+

Re: CSS Discussion

CSS 4 selectors are out.

Offline

 

#117 2013-02-24 01:28:10

beanandbean
New Scratcher
Registered: 2013-02-23
Posts: 26

Re: CSS Discussion

Hardmath123 wrote:

I'm good at it, but I don't particularly like how every browser has its own specs. Seriously, why can't these guys actually agree on something once in a while?

I agree with you. Another terrible thing is, when a new CSS standard come out, we'll have to wait for a long time before most browsers add support on it.

Offline

 

Board footer