i just need anybodys help please :( I'll try to put 2 divs next to but it wont work :(
Here the CSS:
.bookmarktrick {
margin: 1px;
padding: 0;
clear: both;
}
.header {
padding-top: 10px;
text-align: center;
background-color: white;
margin: 0 auto;
width: 20%;
float: none;
padding-bottom: 15px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-style: solid;
border-color: white;
}
and here is the HTML:
<div class="header">Some text</div>
<div class="bookmarktrick">Hello World</div>
I want that the Bookmark div is next to the header (left or right side). The header is in the middle of the page.
Here is a Picture for understanding http://www7.pic-upload.de/04.05.14/zjsrg7ifn4ul.png