Jump to content

ישור BLOCKTOP MENU


k_aviv

Recommended Posts

שלום,

קח את הקטע הבא ושלב אותו בקובץ:

\themes\<MY_THEME>\css\rtl.css

יש קובצי חיצים שפונים ימינה. יש לשכפל אותם ולהפוך אותם לכיוון שמאל, ואז לקרוא להם בהתאמה בקובץ ה- css.

**********************************************************************************************
		BLOCKTOPMENU
************************************************************************************************ */
/*** ESSENTIAL STYLES ***/
.sf-right {
  float: right !important; /* Modified to support RTL */
}
.sf-menu li {
	float:			right !important;  /* Align menu to right */
}
.sf-menu li.sfHover ul {
	right:0 !important; /* added for RTL support */
	left: auto !important; /* added for RTL support */
}
ul.sf-menu li li.sfHover ul {
	right:10em !important;
	left:auto !important;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:right !important; /* supporting RTL menu */
}

.sf-menu a {
	border-left:none !important;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
		padding-left: 	2.25em !important;
		padding-right:1em !important;
}
.sf-sub-indicator {
	right: auto !important;
	left: .75em !important; /* Modified to support RTL */
	background-image:url('modules/blocktopmenu/img/arrows-ffffff-rtl.png') !important;
}

Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...