views:

57

answers:

2

Hey there. I have an image that I am absolutely positioning. In Firefox it is where it is supposed to be, in Safari it is all whack. What is going on and what is a surefire way to know where it sits.

+2  A: 

Without more details, I'd make sure you understand you have a firm understanding of CSS positioning by reading a page like this one.

Donut
A: 

Make sure it's parent element is set to a position such as relative. I'd start there.

jasonevers