Quote:
Originally Posted by induslady
|
See this:
Code:
.vbseo_buttons .vbseo_links {
margin: 0;
padding: 10px;
position: absolute; <- new line
right: 0; <- new line
visibility: hidden;
width: auto;
}
.vbseo_share_body {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 5px;
box-shadow: 0 4px 7px;
position: relative; <- old is absolute
right: 0;
top: -100px; <- new line
visibility: hidden;
width: 280px;
z-index: 9000;
}