
Originally Posted by
tophand
Need to upload "All" the IH files.
Missing the
Code:
style_imagehover.css
I combined that file into the main css file:
Code:
/*
style_imageover IH2
*/
#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
as a test i just deleted the above out of my main stylesheet and added the style_imagehover.css again, but issue still exists.
Is my IH2 css old?
Bookmarks