Jump to content

Works in every browser except IE7


aspnetguy

Recommended Posts

Can anyone tell me how to fix this page http://dev.aspnetguy.com/dev/outloudcreative/firstbaptist it works in every browser except IE7.I know the main menu is not formatted, but test the funcitonality it messes up in IE7 too (works in all other browsers). It is the suckerfish from alistapart.com and doesn't work in IE7 on their site either. Has anyone fixed this menu for IE7 yet?

Link to comment
Share on other sites

okay solved it. Apparently IE7 doesn't recognize <br style="clear:left"/> everything works fine when I changed it to <div style="clear:left"></div>, man I hate IE
Yer kidding me. IE7 doesn't support <br style="clear: left;" />? What else are they willy-nilly going to attempt to change?
Link to comment
Share on other sites

Yer kidding me. IE7 doesn't support <br style="clear: left;" />? What else are they willy-nilly going to attempt to change?
I blogged about it here http://www.aspnetguy.com/blog/index.php/20...g-floated-divs/More specifically I had <br class="clear"/> with.clear{ clear:left;}which is essentially the same thing.My guess is that IE6 ignored it too except we didn't notice due to its box model bug which caused the containers to fit the floated divs regardless.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...