I need a code that will have a side table float, just like the floating menu buttons. I do need both the table and the floating side buttons connected. So like
Floating Menu:Code:
- <style>
- body {
- margin-top: 20px;
- }
- </style>
- <table width=73px border=0 style="position: fixed; left: 0px; top: -4px">
- <tr>
- <td align="center">
- <table cellspacing="1" cellpadding="3" class="border" border=0 width=95%>
- <tr>
- <td class="title1" id='new_menu'></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <script>
- /*Floating Menu
- Created By Wrighty
- Do Not: Rip, Repost or Claim*/
- get('new_menu','id').appendChild(get('menu_buttons','id').getElementsByTagName('font')[0]);
- get('menu_buttons','id').parentNode.style.display = 'none';
- </script>
Menu Buttons Info Other content
Thanks
i'll see if i can find it but wrighty already made me something very similar in the past
Edit: Ok man, have a look at this, it should help you out. Yes its for a two sided setup, and it doesnt have all the features in place, but it is the setup for a scrolling table system at the least, so edit it so it only adds to one side and do what you need to from there![]()
http://support.virtualforums.co.uk/board/coderequest/topic/1 8153/action/view_topic/-side-t ables#18956
Thanks, will check it out.![]()
it looks like it worked for you![]()
Apparantly I can't combine both codes together the table goes over the menu buttons.
thats why you rewrite it, its very easy... all you have to do ius remove it from its current table and place it in the one for the side menus. The float function wont be a problem considering they both use the exact same float function so it should work together well, its just someting you'll have to play around with.
Edit: LOL your lucky i remembered my username and passi told you it just needed to be modified a bit. have a look at the forum, i got it done, well some what lol its been added into the right table, at the top, see for yourself and see how i did it and if you still have problems setting up the left side providing you wnat the menu on the left, well then you have problems
![]()
Edit 2: ok i lied look at your forum *roles eyes*
Thanks Dwight!![]()
I was only checking out the right menu to see if I would like 2 sides or not, and I don'tI can probably add it in later on if needed.
well i hope that takes care of your request![]()
It did.![]()