submenu help, is this possible? |
![]() ![]() |
submenu help, is this possible? |
Jul 3 2005, 11:16 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 28 Joined: Jun 2005 Member No: 154,255 |
ummm this is the code for the submenu bar thing..when u click the bar, all the links are shown. i hope yall know what im talkin bout.
<div id="masterdiv"> <div class="menutitle" onclick="SwitchMenu('sub1')"><font color=ffffff>clickables</font></div> <span class="submenu" id="sub1"> <font color=000000>-----------yourstuffhere----------</font> </span> <div class="menutitle" onclick="SwitchMenu('sub2')"><font color=ffffff>navigate</font></div> <span class="submenu" id="sub2"> <font color=000000>------------yourstuffhere---------</font> </span> i was wondering, can i put the "navigate" menu bar thing inside the "clickables" menu? like..when u click on the "clickables" bar, another bar will appear and it`ll be the "navigate". basically, i wanna put a submenu inside a submenu..if that makes any sense what so ever. is that possible? `coz i tried simply placing the whole code of the "navigate" part in the "your stuff here" place of the "clickables"... but it doesnt work. lol. pleaseeee help :] |
|
|
|
Jul 3 2005, 11:17 PM
Post
#2
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
can you give us a link to your xanga, and next time, please use a codebox
|
|
|
|
Jul 4 2005, 02:09 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
...... First of all, that's not the complete source. Second of all... Did you try?
And no, you can't. You might want to try this script though. [ http://www.createblog.com/forums/index.php?showtopic=83669 ] |
|
|
|
![]() ![]() |