Starting to grate on me now 
http://gumbald.co.uk again, the icons top right hand side. FF shows my intention, IE seems to ignore where it last placed a picture and plonk the others back at the top...
Can anyone point me in the right direction?
Here's the appropriate CSS:
.logo2 is the writing, the e-mail icon is .icon1, and the others are all .icon2

http://gumbald.co.uk again, the icons top right hand side. FF shows my intention, IE seems to ignore where it last placed a picture and plonk the others back at the top...
Can anyone point me in the right direction?
Here's the appropriate CSS:
Code:
.logo2 {
margin: 0px;
padding: 0px;
float: right;
clear: right;
padding-right: 0px;
}
.icon1 {
margin-top: 0px;
padding: 0px;
float: right;
clear: right;
padding-right: 0px;
}
.icon2 {
margin-top: 0px;
padding: 0px;
float: right;
padding-right: 10px;
}
.logo2 is the writing, the e-mail icon is .icon1, and the others are all .icon2
