[Webkit-unassigned] [Bug 18417] Odd CSS behavior on Home (vertical menu)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 10:56:10 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=18417





------- Comment #3 from mitz at webkit.org  2008-06-13 10:56 PDT -------
The style sheet specifies

.navmenu li.active a {
        background: #3d3d52
url(http://pixobebo.com/images/images_pixobebo/navmenu_home_bg.png) no-repeat
left center; 
[...]
}

and

.navmenu li a:hover {
        background-position: -387px 0px; /* move 1st background image
horizontally 387px, to start of 2nd background image */
[...]
}

Note the different vertical positions, 'center' vs. '0px'.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list