Home > Enterprise >  Why isnt my border containing the Button?
Why isnt my border containing the Button?

Time:08-12

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

CodePudding user response:

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.

  • Related