View Full Version : hover background
dustty
07-15-2012, 09:10 PM
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.whitebuffaloranch.com/corsica.html
CSS file Attached
bernie1227
07-15-2012, 11:24 PM
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.whitebuffaloranch.com/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?
dustty
07-16-2012, 12:19 AM
Ok on the east passage link.Here is the hover image.
hover image (http://www.sliditerod.whitebuffaloranch.com/images/epas500inset.png)
Here is the web page.
map (http://www.sliditerod.whitebuffaloranch.com/corsica.html)
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;
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.