[Bug 240535] New: The support menu drops down under the developer menu on hover in Firefox
Oceanwatcher
sub at wisnaes.com
Wed Jun 2 22:22:35 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=240535
Summary: The support menu drops down under the developer menu
on hover in Firefox
Product: www.kde.org
Version: unspecified
Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-www at kde.org
ReportedBy: sub at wisnaes.com
Created an attachment (id=47623)
--> (http://bugs.kde.org/attachment.cgi?id=47623)
Frontpage showing menu problem
Version: unspecified
OS: Linux
Initially, the menu looks ok. But when I hover with the mouse to expand the
menu, the whole support section drops down under the developer section.
This is most likely because of a lack of space horisontally.
Reproducible: Didn't try
Steps to Reproduce:
Load kde.org frontpage in Firefox 3.6.3
Hover mouse over Support menu
Actual Results:
The whole sections drops under the developer section
Expected Results:
Just a normal dropdown with the support section on the same level as other
sections.
It should be fairly easy to fix this and there are probably several ways to do
it.
I did a quick check with Firebug and you have a file
http://www.kde.org/media/includes/chihuahua/css.php
On line 63, there is a statement:
with: auto;
If you instead set
with: 851px;
the menu will display just fine instead of dropping down.
Another way might be reducing padding/margins on the individual elements in the
menu so they get closer to each other. But with the current setup, 851 pixels
is the minimum with needed to keep everything on the same level. If you try
with 850 pixels, the support section drops down.
Any way you fix this, it should be done as it looks very bad and can cause a
bit of confusion.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kde-www
mailing list