tills bildproblematiken i menyn är löst...
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@487 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
033819ebce
commit
73f447b96e
src/main
@ -12,10 +12,10 @@
|
||||
showMenu(parent);
|
||||
})
|
||||
.mouseover(function() {
|
||||
$(this).attr("src", "/SciPro/images/site_nav_arrow_hover.png");
|
||||
//$(this).attr("src", "./images/site_nav_arrow_hover.png");
|
||||
})
|
||||
.mouseout(function() {
|
||||
$(this).attr("src", "/SciPro/images/site_nav_arrow.png");
|
||||
//$(this).attr("src", "./images/site_nav_arrow.png");
|
||||
});
|
||||
|
||||
$(document).click(function(e) {
|
||||
|
@ -81,8 +81,10 @@ img.department-logotype {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
.menu-item img {
|
||||
.menu-item img.nav-arrow {
|
||||
vertical-align: middle;
|
||||
width: 23px;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#nav-list #current {
|
||||
|
Loading…
x
Reference in New Issue
Block a user