Project:Analytic
Version:6.x-1.3
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

help me..my drop down menu is not work properly with this theme...

Comments

#1

you're going to need to supply more informtaion than that? WHat dropdowns are you using? are they provided by a drupal.module? If not link to where they are supplied please?

#2

Component:User interface» Miscellaneous
Category:bug report» support request
Status:active» postponed (maintainer needs more info)

#3

im using menu core drupal.module ..

#4

anyone?

#5

no one cant help me?

#6

Hey,
All columns have {overflow:hidden;} parameters in style.css to prevent breaking of columns when they contain, for example, a very big image or veryveryveryveryverylonglongword - so if you're sure that you won't have such problems - you can just remove lines 331, 342, 360 etc (that contain {overflow:hidden;} parameter) , and after that your dropdowns will do work and won't be cut.

#7

hai thanks for the reply, but sorry still not work when im trying in my localhost, btw..this is my website http://www.slank.com, please help me

#8

Hi everyone. To solve that problem just add to local.css file

.column-1,
.column-2,
.column-3{
overflow:visible;
background-color: transparent;
}

#9

Status:postponed (maintainer needs more info)» fixed

#10

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.