Hi all,
The caption on the following link is causing a slight bleed in IE.
http://www.meddea.com/design.html
It seems fine in Firefox.
Any thoughts or ideas on why this is happeining will be much appreciated.
Thanks
body{
font-family:arial;
}
.clear {
clear:both
}
#gallery {
position:relative;
width:655px;
height:360px
}
#gallery a {
float:none;
position:absolute;
}
#gallery a img {
border:none;
}
#gallery a.show {
z-index:655;
}
#gallery .caption1 {
z-index:655;
margin:0;
background-color:#000;
color:#ffffff;
height:100px;
width:100%;
position:absolute;
bottom:0;
}
#gallery .caption1 .content1 {
margin:5px
}
#gallery .caption1 .content1 h4 {
font:12pt Arial, sans-serif; letter-spacing:-1px; font-weight:bold;
margin:0;
padding:0;
color:FFFFFF;
}