I'm trying to place flags on the upper left corner on site I'm making. I made them look proper in IE7 and FF but they won't show right in Google Chrome. Is there alternative way of positioning or some Chrome CSS Hack. The fg id's are about the 3 flags.
#fg{
position: absolute;
margin-top: -22%;
}
#fg2{
position: absolute;
margin-top: -22%;
margin-left: 4%;
}
#fg3{
position: absolute;
margin-top: -22%;
margin-left: 8%;
}