heb een toolbox(tooltip) gemaakt maar hij werkt niet in IE6 :(
Heb het even google nagezocht en komt dus door me hover schijnbaar.
heb een hack proberen te zoeken met .htc maar geen succes..
mijn css:
.fotocontainer {
position: relative;
/* height: 272px; */
width: 544px;
}
.thumb img { }
.thumb:hover { }
.thumb:hover img { }
.thumb span {
position: absolute;
visibility: hidden;
}
.thumb span img {
border: 0px;
}
.thumb:hover{
text-decoration: none;
}
.thumb:hover span {
visibility: visible;
position: absolute;
font-family: arial;
font-size: 10pt;
text-decoration: none;
color: #000000;
text-align: center;
z-index: 1000;
margin: 68px 0px 0px 68px;
}
table.test {
background-color: #a11043;
width: 544px;
padding: 0;
margin: 0;
color: #FFF;
}
table.test td {
width: 272px;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
table.test td.desc {
padding: 5px 5px 0 5px;
}
code waarmee ik het aanroep:
<?php
print '<a class="thumb"><img src="'.(file_exists($Path.$Fotos[$i-1]["image"])?$Path.$Fotos[$i-1]["image"]:' images/blank_img_t1.jpg').'" height="136" width="136" border="0" />';
?>
weet iemand een oplossing voor mij!?