I want the "Dive" button to be surrounded by the border aswell. Anybody got an Idea?
jsfiddle
Asked
Active
Viewed 39 times
-1

paul.sonnen
- 15
- 4
1 Answers
1
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.

Benjamin Rio
- 652
- 2
- 17