Page 1 of 1

'box-sizing'. Declaration dropped.

Posted: Sat 24 Nov 2012 3:28 am
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

Re: 'box-sizing'. Declaration dropped.

Posted: Sat 24 Nov 2012 5:29 pm
by mcrossley
Hi Beau, that page does not load for me, the steelseries script seems to be missing?

Re: 'box-sizing'. Declaration dropped.

Posted: Sat 24 Nov 2012 6:42 pm
by duke
mcrossley wrote:Hi Beau, that page does not load for me, the steelseries script seems to be missing?
Works fine here Mark.

Re: 'box-sizing'. Declaration dropped.

Posted: Sat 24 Nov 2012 9:02 pm
by n9mfk
hi Mark,
i had a computer problem should be up now try it again

Re: 'box-sizing'. Declaration dropped.

Posted: Sun 25 Nov 2012 1:29 pm
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 -->

Re: 'box-sizing'. Declaration dropped.

Posted: Sun 25 Nov 2012 3:15 pm
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

Re: 'box-sizing'. Declaration dropped.

Posted: Sun 25 Nov 2012 3:21 pm
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.