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%;
}

WHen you have -22% on your margin-top doesn't that hide the element out of view?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.