On the following page I want to position: absolute the hover background images. Or last least move the insets left when needed.
http://www.sliditerod.whitebuffalora...m/corsica.html
CSS file Attached
On the following page I want to position: absolute the hover background images. Or last least move the insets left when needed.
http://www.sliditerod.whitebuffalora...m/corsica.html
CSS file Attached
I a little confused about what you're trying to ask, but I think what you're saying, is that you want to move the background? Wouldn't it be more efficient to have them as just img tas and then move them? If what I'm saying isn't right, can you explain it a little more clearly or give us an example?
"Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
Anime Views Forums
Bernie
Ok on the east passage link.Here is the hover image.
hover image
Here is the web page.
map
Even with negative x value it is impossible to move the hover image to the left of the link. Yes if there is a better way what is it LOL
hover code im using:
#pass a:hover {
background-image: url(images/epas500inset.png);
background-position: -100px 100px;
width: 600px; height: 392px;
text-decoration: underline;
color: black;
background-repeat: no-repeat;
}
Bookmarks