1) Script Title:
Slashdot Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
Hi,
I would like to change the position of the collapsed-image,
from left to Right.
How to do That?
Thanks.
1) Script Title:
Slashdot Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
Hi,
I would like to change the position of the collapsed-image,
from left to Right.
How to do That?
Thanks.
Insdmenu.csschange:
To:Code:background: url(expanded.gif) no-repeat 10px center;
I'm not sure it will work, but it's always worth a try!Code:background: url(expanded.gif) no-repeat 10px right;
Jeremy | jfein.net
Nile, in the background shorthand, the last value is the vertical align. The possible values are top, center and bottom. The second from last value however, controls the horizontal align, so change this:
into this:Code:div.sdmenu div span { display: block; padding: 5px 25px; font-weight: bold; color: white; background: url(expanded.gif) no-repeat10pxcenter; cursor: default; border-bottom: 1px solid #ddd; }
Good luck!Code:div.sdmenu div span { display: block; padding: 5px 25px; font-weight: bold; color: white; background: url(expanded.gif) no-repeatrightcenter; cursor: default; border-bottom: 1px solid #ddd; }
Also,
I got 2 <span> ---> <span>Online Tools</span>
which dont have submenus,
but they are need to be link to page.
How can I keep there design and make them also link?
Thanks..
Bookmarks