Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adorare

    (@adorare)

    overflow: hidden seems to have solved my problem, but is it true that this causes the scrollbar to be hidden in some browsers?

    depends for which element you set the overflow to be hidden. If it’s for body then the scrollbar will probably be hidden (if the site doesn’t fit in a browser window). But you set it for the contactform div so it shouldn’t be a problem

    Valerie at the moment your neat buttons are in a paragraph right after the contactform ends so they go zooming off to the left. If you move them up a bit inside the form that will limit the chaos. You could put them in a div of their own and use display:inline; in the CSS. Then they should be ship shape.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment problems’ is closed to new replies.