Page Resize Issue

Hello, im working on a photographers site for free so its also a learning experience for me. i made this so far - http://reginastrauss.com/dev/ however whenever you resize the page the next image in the fader gets messed up… not sure what i can do CSS wise to fix this…

also any comments on my css code welcome, im always looking to improve

Hmm, may be more of a JavaScript (JS) problem. Seems JS establishes the screen size on page load and doesn’t update after the screen is resized. Rather than try to hack the JS, I’d suggest you try out Supersized instead.

i would do something like that but currently i use the images as div backgrounds so no resizing goes on or anything and i can easy place divs overtop changing to img i found a lot more issues