Click here to Skip to main content
15,884,298 members
Articles / Web Development / HTML

Adding jQuery UI Theme to Superfish Menu and Superfish Menu RTL

Rate me:
Please Sign up or sign in to vote.
4.71/5 (5 votes)
16 May 2013CPOL4 min read 63.8K   4.4K   18  
This article shows how you can add jQuery UI Theme to Superfish Menu and Superfish Menu RTL
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	right:	10em; /* match ul width */
	left:	auto;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
“If you can't explain it simply, you don't understand it well enough.”
Albert Einstein

Comments and Discussions