1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

TEXTDIRECTION CSS menu

more work
This commit is contained in:
marj
2009-10-31 14:45:48 +00:00
parent f89d7a9b65
commit 74a6dae602
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -78,7 +78,7 @@ margin-left: 10px; /* rtl */
#nav li li a.sub,
#nav li:hover li a.sub,
#nav li.sfhover li a.sub {
background-image: url(../images/links_sub.gif) !important ; background-repeat: no-repeat; background-position:95% 50%;
background-image: url(../images/links_sub_rtl.gif) !important ; background-repeat: no-repeat; background-position:05% 50%;
}
#nav li li a.sub:hover,
#nav li:hover li a.sub:hover,