Closed Bug 402519 Opened 17 years ago Closed 14 years ago

Mac OS X / Menu disappearing / Using Css Background image

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: wukonig, Unassigned)

References

()

Details

(Whiteboard: [CLOSEME 2010-11-01])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9 Creative ZENcast v1.02.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9 Creative ZENcast v1.02.12

We are using CSS (background-image) to change the overstates of a menu.
I works fine on PC, but on MACs the "menu" is disappearing. Just open the page,
wait until all flashes have been played.. maybe 10 secs and then move the mouse
over the main-menu on the right. The menu will disappear! 

Snippet of Sourcecode:
<a href="/2007/deutsch/kalender/kalender.php" style="background-image:url(/2007/_gfx/_dynamic/menuitem.php?text=Kalender);" class="menu_main"><span>Kalender</span></a>

We are using this css-definition:
#menu {
  position:absolute;
  overflow:visible;
  width: 159px;
  text-align: right;
}

a.menu_main span, a.menu_sub span {
  display:none;
}

.menu_main {
  background-position:right 0px;
  background-repeat:no-repeat;
  background-color:transparent;
  height:15px;
  text-decoration:none;
  display:block;
  margin-bottom: 1px;
  _margin-top: 1px;
}

.menu_main:hover {
  _margin-top: 1px;
  background-position:right -15px;
}

.menu_selected_main, .menu_selected_main:hover, .menu_main:focus, .menu_main:active {
  background-position:right -30px;  
}

.menu_sub {
  background-position:right 0;
  background-repeat:no-repeat;
  background-color:transparent;
  height: 16px;
  text-decoration:none;
  display:block;
  margin-bottom: 0px;
}

.menu_sub:hover, .menu_sub:focus, .menu_sub:active, .menu_selected_sub {
  background-position:right -16px;


Reproducible: Always

Steps to Reproduce:
1.Open Website
2.Wait until it has loaded and played all Flashmovies
3.Move the Mouse over the main menu on the left (Program, Calender, Festival..)
Actual Results:  
The menu will disappear

Expected Results:  
The buttons should be replaced and be visible all the time
This is a mass search for bugs that are in the Firefox General component, are UNCO, and have not been changed for 1000 days and have an unspecified version. 

Reporter, can you please update to Firefox 3.6.10, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the bug, please update this bug. If the issue is gone, please set the resolution to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.