Thread: CSS image help
View Single Post
Old 01-31-2013, 04:02 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,399
Thanks: 18
Thanked 352 Times in 351 Posts
sunfighter is on a distinguished road
I don't think your margin is helping things. I bet you used that to position your image. Since you are doing position: fixed; try using the top and right to position it.
Example not a position:
Code:
position: fixed;
top: 0px;
right: 10px;
z-index: 10; //think this is needed??? Your call
}
sunfighter is offline   Reply With Quote