Is there away to put a pet's friends in a tab reached by an anchor link and have it in the same container as the rest of your content. I'm trying to do that with the pet friends for this Pet.
{
display: none;
margin:0;
overflow:hidden;
padding:0;
width:300px;
height:288px;
position: absolute;
top:320px;
left:315px;
z-index:0;
background-image: url(http://i.imgur.com/GyMyDwG.png);
background-attachment: local;
background-position: left 660px top 340px;
}
:target{ display: block; overflow: auto; }
The background image may give you trouble.... I originally had a solid color background.