Below is the page I am working on and I want the input text field to align perfectly with the “GO” button. Currently when I view it in Safari the form field is beside the Go button but appears to be pushed down and has extra space above it. Can someone take a look and tell me why this is happening?
Wow! Thanks! It lines up nicely AND it is semantic. Thank you!
Could you provide a fix for the About page linked below? I removed some of the content so that the height of the page is shorter and it created an entirely new problem with the background image not filling the page. I just added height: 100% to the #wrapper but it did not fix the issue. Can you take a look at this link below?
Content doesn’t really have anything to do with that bg image. In a case like that, it’s best to choose a background color for the page that complements the bg image, and fade out the bg image at the bottom so that it merges into that bg color.
EDIT: O, I see you have the bg image on the wrapper. Move that background image to the body element instead.