javascript - Stack a div under an absolutely positioned image that changes in scale -


i used jquery image scaling plugin large image on page building: http://seans.ws/sandbox/test/thrive/

i trying put navigation div below image, cannot because image absolutely positioned, , scale of image changes, cannot specify padding-top value navigation show under photo.

any appreciated.

i put both image , navigation div in 1 container , specify absolute position on (instead of image). seems simplest , straightforward solution.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -