M_and_o
M_and_o

Reputation: 59

Positioning an image top right corner using css

I am trying to position an image to the top right of my website. It previews perfectly in chrome and IE, but when i upload it, it doesnt hover over the site, it pushes everything down.

This is my css:

.c3 a img {
position: fixed;
top:0;
right:0;
z-index:10;

}

Website: futsocusa.net

Upvotes: 0

Views: 72

Answers (1)

bitwiser
bitwiser

Reputation: 221

It looks fine to me. Have you tried ctrl+f5 to clear your cache?

Upvotes: 3

Related Questions