I’ve already had some excellent help on this site, so Stack Overflow is of course my first port of call whenever I have an issue!
I downloaded a responsive website template and have made LOADS of changes. I’m pretty much complete; however, I have one issue remaining.
I have created a login form at the top of my site, and with the help of another SO user, I created clickable relative images. The issue is when the screen that the site is displayed on becomes smaller than a 479px the relative images don’t seem to be where they should.
I have uploaded the website HERE and would appreciate any help in resolving the issue.
Your images are positioned relative to the form or the wrapper div. They should be positioned relative to the inputs, or to divs wrapping the inputs, like:
IF you do that, then put this on your Log In button…
things are looking pretty good.
Another note… be sure to not open new windows for your question mark button links. You generally don’t want to break normal browser functionality and flow like that. Also, consider using jQuery’s Placeholder plugin for simplicity instead of your inline JS.