Search code examples
cssinternet-explorerwidthblock

CSS IE 7 block element not 100% width


I am busy to make a layouts works right in IE 7 but i am stuck with a block element and IE 7.

Here is a example: http://jsfiddle.net/mvUNz/

This is working for all browsers right but in Ie 7 the progressbar is not 100% width?

Can somewone help me with this?


Solution

  • There fixed it for you: Fiddle

    Compare with your previous code - you had way to much unneeded floats - float only when it is really needed, I cleaned the code out from unnecessary stuff. Otherwise the problematic was float:left in .small.

    *edited.