|
|||||||
New to SitePoint Forums? Register here for free!
|
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
SitePoint Enthusiast
![]() Join Date: May 2005
Posts: 28
|
CSS Image Rollover problem?
I'm doing CSS rollovers on one image, where the rollover state is on the same image but not shown unless the hover state is on.
Like so: Code:
#nav-test {
position: absolute;
left: 240px;
top: 10px;
height: 12px;
width: 88px;
overflow: hidden;
background: url(images/btn_test.gif) top left no-repeat;
display: block;
}
#nav-test:hover {
background-position: bottom left;
}
Anyone got any ideas what I'm doing wrong? |
|
|
|
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 01:25.









Threaded Mode