User menu disappears when I hover over it. User menu disappears when I hover over it.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

User menu disappears when I hover over it.

Started by randelld, January 03, 2011, 06:59:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

randelld

Hi All,
I am having issues with the user menu. It's the one that has the following links.
Home|Contact|My Gallery|Sidebar|Upload Files|Logout

This menu seems to appear when I hover over it, then it disappears and does not re-appear.

Can anyone tell me where the CSS is for this menu please.

thank you

phill104

It is a mistake to think you can solve any major problems just with potatoes.

randelld

Hi Phill,
I've noticed that the menu appears when I hover over the home icon. If I'm not logged in then only Home|Login appears.

Is this the correct way for this menu to behave?
We are planning to let a certain usergroup upload images from events. I can see a lot of support questions coming through for this. I think I'd rather have the menu permenantly visible if that's possible.

The domain is www.bsmaonline (dot) com

phill104

The menu should only be there when you hover over it. Do you want it visible all the time when logged in?
It is a mistake to think you can solve any major problems just with potatoes.

randelld

I think in my case for this particular site it would be better.

ΑndrĂ©

Simple (but not clean) solution: open themes/eyeball/template.html, find
<div id="Menu1" class="topmenu">
and replace with
<div id="Menu1b" class="topmenu">

Open themes/eyeball/template.html, find
#Menu1 {
     position:relative;
     width:780px;
     height:15px;
     top: 3px;
     left: 20px;
     visibility: hidden;
}

and replace with
#Menu1b {
     position:relative;
     width:780px;
     height:15px;
     top: 3px;
     left: 20px;
}

randelld

Thank you for your help and time Andre.

cheers