here is where you will find the problem www.andreingenxsys.com/pt/index2.html
Ive tried what a site has told me to do is add
this...
to my default.css
.ppd1 one{position:relative;}/* set stacking context*/
.ppd1 one span{
visibility:hidden;/* hide message initially*/
position:absolute;
top:-66px;
left:-70px;
width:1000px;
padding:0px;
background: none;
color:#fff;
border:none;
}
.ppd1 one:hover{visibility:visible}/* ie bug needed to make span show*/
.ppd1 one:hover span{visibility:visible;}/* reveal image*/
The problem is that its not showing up at all and it has screwed up the positioning of my images in the table