Login Register
Scroll Scroll

ClipFlair Forums. Create discussion topics and get answers

Feedback on ClipFlair Social Network website 2nd-level menu UI  Viewed 67119 time(s), 2 post(s), 11/30/2012 11:40:54 AM - by Admin

Admin
2550 Reputation 349 Total posts
11/30/2012 11:40:54 AM

http://www.mono-software.com/Mono/Pages/Discussion/dtopic/OZsYofb1XEWU1KEZANOOXQ/Dropdown-menu-location/

a UI issue (wrong offset at 2nd level menu dropdown) that only affects admins/moderators

This content has not been rated yet. 
1
Panagiotis
823 Reputation 79 Total posts
12/19/2012 11:25:56 AM

FIXED:

CSS:
 .navigation ul {
padding: 4px 0 0 0;
margin: 0;
list-style: none;
float: left;   
     
 /* added */
 position:relative;
}
 
 
.navigation ul ul
{
position: absolute;
z-index: 5000;
 float: left;
clear: both;
     
 /* changed */
 top:40px;
}

you can check it here: http://clipflairdev.cti.gr/

* please, mark as complete (need to upload new patch & history)

Rated 5.00, 1 vote(s). 
2