Image not showing correctly in IE7

We are trying to get the badge “love your work” at the right hand side of the menu showing correctly in IE7 at www.turker.co.uk

Can anyone suggest what we need to do please?

Many thanks

put badge inside a div


<div id="badg"> <img id="badge" src="badge.png" alt="Badge"></div> 


#badg{
z-index:9999;
position:relative;
width:60px;
}

vineet

Cool - thanks!

G :slight_smile:

you’re welcome

vineet