Hi there,
I currently have a <span> that pops up when the user moves there mouse over an area, but the problem is that its getting cut off by the side of my website. How do i make the span area display over the edge of my site.
Ive attached a screenshot of what i mean… and the css for the span is below.
thanks for any help..
dd#nameDef a:hover span
{
display: block;
text-indent: 0;
margin: 0;
color: #000;
background-color: #F4F4F4;
font-weight: bold;
position: absolute;
border: 1px solid #BCBCBC;
vertical-align: top;
bottom: 10%;
left: 50%;
padding: 10px;
width: 200px;
height: 200px;
overflow: visible;
}