bootstrap spans not floating in ie8

gettodoit

New Member
may be someone can help. I have the following html. It is supposed to displayed div1 and div 2 next to each other. However it is not happening in IE8. Am I missing something ?\[code\]<div class="row-fluid"> <div class="span3">content here</div> <div class="span9">content here</div></div>\[/code\]I have normalize.css and bootstrap.css included in the head section of my page. FF and chrome display the div properly.this is the css\[code\].row-fluid .span3 { width: 20.8333%;}.row-fluid .span9 { width: 79.1667%;}.row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -moz-box-sizing: border-box; float: left; margin-left: 0%;}\[/code\]
 
Back
Top