Have Problem with floating menu

NuritZur at 15h00
31
Jul
2011
Hi I Try to add floating menu to my forum I try the tutorial /t55169-how-to-make-a-floating-menu. but it not showing up. can same one help me?
1 Vlajki, on 31/07/2011 at 15h08
Well, you might consider posting your forum's url fufufu
2 NuritZur, on 31/07/2011 at 15h11
Sorry here is it
http://sunnydeolfc.forumisrael.net/
3 Vlajki, on 31/07/2011 at 15h24
I think that code
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_74.html
doesn't work anymore.
Go to this site I gave you and see if you can move the MOVE MENU
4 NuritZur, on 31/07/2011 at 15h39
still not help
5 Nera., on 01/08/2011 at 00h01
It is not working on the site for me to. There's no help to it. Though I am a bit confused about browsers listed to support it king

Would you be satisfied with a normal floating menu?

6 NuritZur, on 01/08/2011 at 10h07
Sure
7 Nera., on 02/08/2011 at 23h03
Sorry just now saw message.
Add this to homebox. Change the photo links or leave only link to appeare there, as you wish, try it out and see is that what you want.


Code:
<ul id="tipkice">
<li><a title="write title here" href="write href link here"><img src="http://illiweb.com/fa/fdf3/normal.png"></a></li>
<li><a title="write title here" href="write href link here"><img src="http://illiweb.com/fa/fdf3/normal.png"></a></li>
<li><a title="write title here" href="write href link here"><img src="http://illiweb.com/fa/fdf3/normal.png"></a></li>
<li><a title="write title here" href="write href link here"><img src="http://illiweb.com/fa/fdf3/normal.png"></a></li>
</ul>


Than add this to CSS. You can change its position, sides, what ever you want.
Code:
#tipkice {
    padding-right: 5px;
    position: fixed;
    right: 0;
    top: 130px;
    width: 24px;
}
8 NuritZur, on 04/08/2011 at 10h26
Thanks. topic Solved
9 Nera., on 04/08/2011 at 10h35
Welcome.

Solved ~ Locked
Similar topics
I know I've already created a Floating Menu Thread but that lacked more design. Right now, can anyone tell me the code for a floating menu from this site? I have already viewed their source but it made my head explode! I'm not used to CSS, I only do
Hello! I've seen this topic by NuritZur and also this reply from Nera. My question is: How can I make this work? Well, yeah, Nera said to put it in the homebox and put the other one in the CSS, but where is this "Homebox" she's speaking
Hi all so i tried to make individual buttons move when hovered over with a mouse, but all i could do is making the entire menu move. These are the css codes i have: Code:ul.floating-menu {     left: 25px;     padding:
Replies 1 to 9 on 9 for "Have Problem with floating menu"
See also
more_less
Informations

9 Replies For the topic :
"Have Problem with floating menu"

This topic has been viewed 1307 times.

Last message :
31/07/2011 at 15h00 by "NuritZur"