The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Usermenu Design

2 posters

Go down

Usermenu Design Empty Usermenu Design

Post by DeathDunk98* October 5th 2013, 10:23 pm

Hey, I dont know how to make this kind a menu !! when you put your mouse over it the menu shows and when you dragg it outside it the menu dissapers , like this one here in the picture !!
heres the website : http://www.balkan-arena.org
One thing about the text colors :DI want them to be blue -.-
Usermenu Design Untitl12
Usermenu Design Untitl11
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by levy October 5th 2013, 10:45 pm

Hello , I can't do the all menu , but I have the style so , that's the HTML part :

Code:
<div id="fix_menu"><div class="fix_content">
<li><a href="/forum">Forum</a></li>
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li></div></div>
and that is the CSS Part

Code:
#fix_menu {
background: white;
position: fixed;
left: -50px;
padding: 0;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.37);
transition:0.3s;
}

#fix_menu:hover{
  left:-5px;
}

.fix_content{
display: inline-block;
width: 100%;
height: 100%;
padding: 10px 15px 10px 0px;
}

#fix_menu li{
display: block;
}

#fix_menu li a {
color: #666;
font-size: 13px;
text-decoration: none!important;
display: block;
}

#fix_menu li a:hover{
  background: rgb(15, 135, 202);
color: white;
}
I can't make the whole menu becuase I don't have the variables , now you can change how you want.. sorry
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by DeathDunk98* October 5th 2013, 10:46 pm

no its okay but where do I put the Html part ? :Pcss in CSS STYLSHEET but html ? do I create a html page or something ?
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by levy October 5th 2013, 10:55 pm

No , for example in Announcements or generalities .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by DeathDunk98* October 5th 2013, 11:46 pm

its not working
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by levy October 5th 2013, 11:55 pm

Isn't the menu , is an example , I can't do the menu , becuase have and some rights , and can't add each avatar last visit .
I'll try something similary but can't do same.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Usermenu Design Empty Re: Usermenu Design

Post by DeathDunk98* October 6th 2013, 12:11 am

its okay do what you can do Smile
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum