Forum Moderators: not2easy
I have three buttons floated left. IE7 and Moz render at the prescribed vertical margin of 10px - IE6 seems to double this. It also added much margin around the page that I am struggling with - but first things first.
I have ID'd all items and specified their margin requirements. I have applied the "holly fix" to the parent div.
I am aware of the left-right doubling, but so far unaware of how to deal with top/bottom issues - if that is my problem.
Code is below: (if it looks heavy - it's just mods trying to chase this down - i'll contract once i've traced the issue).
img#vButton1 {
float: left;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
img#vButton2 {
float: left;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
img#vButton3 {
float: left;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 0px;
}
Best,
Sam.
Thanks heaps for your help - always appreciated.
Sam.