← Back to team overview

mahara-contributors team mailing list archive

[Bug 966052] Re: Drop down navigation menu's seem to disappear fairly quickly

 

FIXED

Adding display: block; to #main-nav .dropdown-sub li {}, in
/theme/raw/static/style/dropdown.css, fixes this for compatibility view
for IE8.

No observed nasty side effects in IE 8 with compatibility view turned
off, or for other browsers (Firefox and Chrome tested)

This was tested with the Default theme (others not tested)

Note that this fixes the issue with dropdown menus displaying in a
horizontal list (see second paragraph of original post).

I have not encountered the 'disappear fairly quickly' symptoms


dropdown.css now includes:

#main-nav .dropdown-sub li {
	float: none !important;
	margin: 0 !important;
	list-style-type: none;
	background: transparent !important;
	line-height: 24px;
	height: 24px;
 	display:block;  
}

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/966052

Title:
  Drop down navigation menu's seem to disappear fairly quickly

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Drop down navigation menu's seem to disappear fairly quickly, with the
  schools theme anyway.

  The default theme displays the menu items horizontally, not sure if
  this was in the design. Using Internet Explorer 9, menu's OK with
  Firefox 10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966052/+subscriptions


References