i have a Gallery plugin on the main page that keeps moving when i resize the window or zoom in/out..
I cant pinpoint the exact rule for it to stay put. tried absolute and relative and fixed and static..it keeps moving.
the css rule:
.box_skitter {position:relative;width:800px;height:300px;background:#000;right:442px;margin-top:52px;margin-bottom:32px;}
www.tranceil.fm
Any thoughts?
remove the position options position/right in skitter.styles.css and add margin auto for the horizontal position