paul.sonnen
paul.sonnen

Reputation: 5

Why isnt my border containing the Button?

I want the "Dive" button to be surrounded by the border aswell. Anybody got an Idea? jsfiddle

Upvotes: -1

Views: 42

Answers (1)

Benjamin Rio
Benjamin Rio

Reputation: 656

You played a little too much with position:relative. You can solve your problem by adding a padding-bottom:40px for class logboxcontain, but I would recommend trying using less relative positioning.

Upvotes: 1

Related Questions