We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
  • 3
[ C ] [jquery] drop down into drop up menu
Topic Started: Apr 20 2013, 03:18 PM (3,784 Views)
adasiax
Member
[ * ]
I want to change my drop down menu into drop up and i spent hours in changing this css with no result...;/ Maybe someone have ide how to change it?



Code: HTML
 


#jMenu {
display:table;
margin:0;
padding:0;
bottom:305px ;
position:relative;
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
display:table-cell;


float:left;

margin: 0;
padding: 0;
border: 0;
display: block;
float: left; /* move all main list items into one row, by floating them */
position: relative; /* position each LI, thus creating potential IE.win overlap problem */
z-index: 5;
background:#000;
}
#jMenu li a {

padding:10px;
display:block;
background-color: transparent;
color:#fff;
text-transform:uppercase;
cursor:pointer;
font-size:12px;
}

/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
display:none;
position:absolute;
padding:0;
margin: -163px 0 0 ;






}
#jMenu li ul li {
background-color:#322f32;
display:block;
padding:0;
position:relative;

}
#jMenu li ul li.arrow {
background:#322f32 url('../arrow_down.png') no-repeat center center;
height:6px;
padding:0;
border-bottom:none;
padding-bottom:10px
}
#jMenu li ul li a {
font-size:11px;
text-transform:none;
padding:7px;
display:block;
position:relative;

}
#jMenu li ul li a.isParent {
background:#3A3A3A url('../arrow_right.png') no-repeat right center;

}
#jMenu li ul li a:hover {
background-color:#514c52;
border-top:1px solid #322f32;
border-bottom:98%;

}
}
Edited by adasiax, Apr 22 2013, 08:26 AM.
Offline Profile Goto Top
 
Replies:
adasiax
Member
[ * ]
Yes! i had the same problem, but in Opera it seems to be ok!
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
http://gs.statcounter.com/#browser-ww-monthly-201203-201303-bar

I wouldn't use it.
Offline Profile Goto Top
 
Helena
Member Avatar
M is for Mod

Completed!

Your initial request has been completed. Although subsequent questions were not resolved, the topic has been idel for several months, so it is being retired,


If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1
  • 3