Drop down menus top of forum page not working

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
mouse over 'Community' or 'Forum Actions' or 'Quick Links'
and I see the drop down links but can not use them

Any info ??
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
Thanks.
Staff has been made aware of this issue.
Hopefully it will be worked out soon.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
The cause is the following rule from additional.css:
Code:
.navtabs ul{
  ...
  top:39px;
  ...
}

Adding the following in the appropriate place will fix the menu offset problem, though it may cause others.
Code:
.navtabs .popupbody {
  top: 27px;
}
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
This is now fixed.
 

SylvanOgre

Member
Messages
159
Reaction score
5
Points
18
This also fixed the problem in "forum login problem" and "Forum Width" threads. Three with one blow! :)
 

SylvanOgre

Member
Messages
159
Reaction score
5
Points
18
The problem returned in December and January, and now (finally) seems to be fixed again!! <yay!!> My posts to this thread for January and December are missing, but I dont care! <grin> No more gymnastics to use the forum menus!
 
Top