hello it's me again, i figure out how to combine two mouseover into one, but i have another problem now
before mouseover:

after mouseover:

the image run away to the right side, how to fix it, please somebody...
i use this script in css:
Code:
.yo a {
position:fixed;
display:block;
width:10px;
height: 400px;
background:no-repeat;
margin-left:50px;
margin-top:-100px;
}
.yo a:hover {
position:absolute;
display:block;
width:900px;
height: 200px;
background: transparent url(images/homeFlash/carousel-info.png) no-repeat;
background-position:bottom left;
padding-bottom:100px;
}
thx for your attention
Bookmarks