Click to See Complete Forum and Search --> : works in every browser except IE7


jbezanson
03-30-2007, 06:01 AM
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?

jbezanson
03-30-2007, 08:17 AM
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

WebJoel
03-30-2007, 10:40 AM
Glad you were able to solve it. I don't have (nor plan to!) IE7 on my computer. And also bigger thanks for sharing the findings of how you fixed this... always helpful to someone else later on to report the fix.

felgall
03-30-2007, 03:12 PM
<br> isn't a block level element so using clear on it doesn't make sense to start with.