doctyper / flexie

Legacy support for the CSS3 Flexible Box Model
http://flexiejs.com
1.1k stars 110 forks source link

Not working(??) #3

Closed timmolendijk closed 14 years ago

timmolendijk commented 14 years ago

Absolutely loving flexie's concept. But when I open the demos in IE8 they do not seem to be impacted by any means; I mean the pages render as if no flexie was included.

What am I missing?

doctyper commented 14 years ago

Not sure. I just cloned a local copy in case my build was different, but everything works as expected.

timmolendijk commented 14 years ago

Strange. Check out this screenshot of Opera10. Same for IE8. Guess I must be overlooking something really silly. Do I need to download any dependencies by any chance?

Opera10

doctyper commented 14 years ago

Ah, I think the problem is you're running it locally. Selectivizr uses Ajax to download and parse the included CSS files. Try running it as a server, using the flexie root as your root.

timmolendijk commented 14 years ago

Ah yes that makes sense. Cool, thx!