View Full Version : Resolved AnyLink Drop Down Menu
jubrano
01-04-2009, 10:46 AM
1) Script Title:
AnyLink Drop Down Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem:
how can i move the menu more to the left?
i want to start from the right side not from the left
Snookerman
01-04-2009, 10:56 AM
Add this to your css code:
#dropmenudiv{
position:absolute;
margin-left:-70px;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
jubrano
01-04-2009, 11:15 AM
all the script in the website is free?
Snookerman
01-04-2009, 11:26 AM
Yes. All you have to do is keep this notice intact:
/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
jubrano
01-04-2009, 11:30 AM
okay thanks
Snookerman
01-04-2009, 11:33 AM
You're welcome and good luck with your site! You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif then Go Advanced and add the Resolved prefix to the thread title. This will let other users know the problem has been solved.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.