kent666 Posted November 30, 2011 Report Share Posted November 30, 2011 Всем привет!У меня есть html <div class="footer_bottom"> <div class="footer_bottom_left"></div> <div class="footer_bottom_right"></div> </div>и css.footer_bottom{height: 11px; background: white;}.footer_bottom_left{float: left; height: 11px; width: 11px; background: url(images/content_bottom_left.jpg) no-repeat;}.footer_bottom_right{float: right; height: 11px; width: 11px; background: url(images/content_bottom_right.jpg) no-repeat;}Все вроде бы работает нормально, но не в ИЕ 6.фоновый рисунок в .footer_bottom_left .footer_bottom_right смещаются каким то образом вверх на несколько пикселей!Как с этим бороться. В ИЕ7 все работает нормально! Quote Link to comment Share on other sites More sharing options...
Question
kent666
Всем привет!
У меня есть html
и css
.footer_bottom{height: 11px; background: white;}.footer_bottom_left{float: left; height: 11px; width: 11px; background: url(images/content_bottom_left.jpg) no-repeat;}
.footer_bottom_right{float: right; height: 11px; width: 11px; background: url(images/content_bottom_right.jpg) no-repeat;}
Все вроде бы работает нормально, но не в ИЕ 6.
фоновый рисунок в .footer_bottom_left .footer_bottom_right смещаются каким то образом вверх на несколько пикселей!
Как с этим бороться. В ИЕ7 все работает нормально!
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.