Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Web Page Drop Down Menu Behaviour

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
apple8
Posts: 129
Joined: Sun 21 Aug 2011 2:26 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Sydney. Australia
Contact:

Web Page Drop Down Menu Behaviour

Post by apple8 »

During the lockdown I decided to revamp the web pages on my weather site to fill in some time. Whilst the changes are mostly cosmetic I thought I would create a drop down menu in the h2 header. I found some code and after some trial and error got it working.

The only problem is on the NOAA Style Reports page where the drop down text is blue rather than black as in the other pages and is and behaves the same as the blue page links at the bottom of the page. I can’t work out why it only happens on this page. Hopefully someone with some experience can guide me to a solution.
User avatar
beteljuice
Posts: 3292
Joined: Tue 09 Dec 2008 1:37 pm
Weather Station: None !
Operating System: W10 - Threadripper 16core, etc
Location: Dudley, West Midlands, UK

Re: Web Page Drop Down Menu Behaviour

Post by beteljuice »

It's a css conflict.

Edit to this ...

Code: Select all

.dropdown-content a {
  color: black !important;
  padding: 2px 12px;
  text-decoration: none !important;
  display: block;
}
Image
......................Imagine, what you will KNOW tomorrow !
apple8
Posts: 129
Joined: Sun 21 Aug 2011 2:26 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Sydney. Australia
Contact:

Re: Web Page Drop Down Menu Behaviour

Post by apple8 »

All good now, thanks beteljuice. :clap:
Post Reply