IE and FF inconsistencies...

Soldato
Joined
26 Aug 2006
Posts
9,726
Location
62.156684,-49.781113
Starting to grate on me now :p

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 :)
 
tsinc80697 said:
might sound ridiculous, but what is the reason behind having icon1 ?

Why not have all the small images in one div?

Because if I put the "clear: right" on them all, they line up on the right.
 
Back
Top Bottom