Thread: Minor IE7 fix
View Single Post
Old 10-07-2012, 04:25 AM   PM User | #4
fireplace_tea
New Coder

 
Join Date: Sep 2012
Location: Boulder, CO
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts
fireplace_tea is an unknown quantity at this point
Thanks for posting a screenshot. After looking through your code, here are some things to look into:

(1) does IE 7 support multiple class names per class? You have up to three. For example: <div class="box half row">1/2</div>

(2) does IE 7 support .className + elementName selector? I know IE 7 supports elementName + elementName as long as you have a doctype.

(3) does IE 7 support long decimal numbers? You have 74.5000% for example.

(4) IE 7 might require you to clear: both, right after your <div class="box onefourth row"> div element.

Check out this article for info about what selectors IE7 supports:
http://www.impressivewebs.com/browse...ss3-selectors/

Last edited by fireplace_tea; 10-07-2012 at 04:37 AM..
fireplace_tea is offline   Reply With Quote