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 4019) - 03 April 2024

Legacy Cumulus 1 release 1.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

'box-sizing'. Declaration dropped.

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
n9mfk
Posts: 845
Joined: Sun 10 May 2009 8:52 pm
Weather Station: davis vp2 Serial datalogger
Operating System: Windows 7 64-bit
Location: Springfield, IL

'box-sizing'. Declaration dropped.

Post by n9mfk »

Hi Mark,
i Keep get a Warning: Unknown property 'box-sizing'. Declaration dropped. http://99.63.62.249/wxgauges-ss.php

but i do see 'box-sizing us anywere
firefox fire bug is showing it as a css error
thanks for any help
Beau
User avatar
mcrossley
Posts: 12778
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: 'box-sizing'. Declaration dropped.

Post by mcrossley »

Hi Beau, that page does not load for me, the steelseries script seems to be missing?
duke

Re: 'box-sizing'. Declaration dropped.

Post by duke »

mcrossley wrote:Hi Beau, that page does not load for me, the steelseries script seems to be missing?
Works fine here Mark.
n9mfk
Posts: 845
Joined: Sun 10 May 2009 8:52 pm
Weather Station: davis vp2 Serial datalogger
Operating System: Windows 7 64-bit
Location: Springfield, IL

Re: 'box-sizing'. Declaration dropped.

Post by n9mfk »

hi Mark,
i had a computer problem should be up now try it again
User avatar
mcrossley
Posts: 12778
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: 'box-sizing'. Declaration dropped.

Post by mcrossley »

The 'box-sizing' property is used by the JQuery library, so nothing I can do about that. But I do not that you have included JQuery twice on teh that page. You have it explicitly, and also included in the 'old' combined steelseries.libraries.min.js

The page has a problem that need fixing...
http://validator.w3.org/check?uri=http% ... ne&group=0

Line 156, Column 15: Unclosed element div.
<div id="page"><!-- page wrapper -->
n9mfk
Posts: 845
Joined: Sun 10 May 2009 8:52 pm
Weather Station: davis vp2 Serial datalogger
Operating System: Windows 7 64-bit
Location: Springfield, IL

Re: 'box-sizing'. Declaration dropped.

Post by n9mfk »

[quote="mcrossley"] But I do not that you have included JQuery twice on teh that page. You have it explicitly, and also included in the 'old' combined steelseries.libraries.min.js

Hi Mark, here is the code this is from the gauges-ss-v2-0beta4a.zip

Code: Select all

<!-- Included Scripts -->

  <!-- Google CDN hosted JQuery library -->
  <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> -->

  <!-- Local JQuery library -->
  <!-- <script src="scripts/jquery-1.8.2.min.js"></script> -->

  <!-- Combined steelseries.js & tween.js -->
  <!-- <script src="scripts/steelseries.min.js"></script> -->

  <!-- Combined steelseries.js, tween.js & jquery.js, do not use if your containing page already pulls in a copy of JQuery -->
  <script src="scripts/libraries.min.js"></script>

  <!-- Once you have customised these scripts to your requirements you should minimise
       and concatenate them into a single file in the same order  as below -->
  <script src="scripts/language.js"></script>
  <script src="scripts/gauges.js"></script>


how do i fix the problem below?
[quote="mcrossley"] But I do not that you have included JQuery twice on teh that page. You have it explicitly, and also included in the 'old' combined steelseries.libraries.min.js

Thanks Beau
User avatar
mcrossley
Posts: 12778
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: 'box-sizing'. Declaration dropped.

Post by mcrossley »

Use Beta 5 ? :)

I split the scripts out again in beta 5, I think your template is already loading Jquery anyway (not double checked - going to watch the G-Prix now...), so no need to include it again.
Post Reply