doctyper / flexie

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

Simple HBox style displaying vertically in IE7, IE8 #6

Closed longoria closed 13 years ago

longoria commented 13 years ago

Was having an issue with an hbox css style and made the simplest possible example demonstrating the issue. Problem is in HTML comment.

Here is the HTML: https://gist.github.com/728509

Here is the accompanying CSS: https://gist.github.com/728512

longoria commented 13 years ago

Whoops, this simple test case runs fine from the server, just not locally. But the issue with my main project is still happening. If I can figure out what is causing it I'll document it here. Sorry for the premature issue.