Log in

View Full Version : Errors


dadoc
11-18-2008, 04:22 AM
Hello,

I have been getting a few errors when I look at the error console when I am using Firefox

one of the errors is:

Warning: Error in parsing value for property 'display'. Declaration dropped.
Source File: http://www.crimecasefiles.com/forum/...tant.css?v=370
Line: 46


and this is the entire code that it gives me:

/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.0
|| # ---------------------------------------------------------------- # ||
|| # Copyright ?2000-2008 Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # vBulletin - Instant Community | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/

/* Definitions we expect */
form {
margin: 0px;
}

label {
cursor: default;
}

.normal {
font-weight: normal;
}

.inlineimg {
vertical-align: middle;
}

.underline {
text-decoration: underline;
}

.vbmenu_hilite * {
cursor: pointer;
}

/* Auto-clearing of floats */
.floatcontainer:after, .block_row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.floatcontainer, .block_row {
display: inline-block;
}
/* IE-Mac hide \*/
* html .floatcontainer, * html .block_row {
height: 1%;
}
.floatcontainer, .block_row {
display: block;
}
/* End IE-Mac hide */

/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 23:27, Sat May 3rd 2008
|| # CVS: $RCSfile$ - $Revision: 15827 $
|| ################################################## ##################
\*================================================ ======================*/

I have no Idea what this means, I hope that someone will be able to explain it to me

Thanks

Ryan:confused:

SEOvB
11-18-2008, 04:33 AM
Its telling you line 46 of that file has an error. Particularly the part dealing with

I'm pretty sure you can ignore it as it doesn't really cause any display issues. Its there for old, old browsers so they know how to interpret the CSS.

You can probably even remove it. If people are still using MSIE5, then they've got more issues than that.

dadoc
11-18-2008, 06:49 AM
Its telling you line 46 of that file has an error. Particularly the part dealing with



I'm pretty sure you can ignore it as it doesn't really cause any display issues. Its there for old, old browsers so they know how to interpret the CSS.

You can probably even remove it. If people are still using MSIE5, then they've got more issues than that.

So do you mean the part dealing with the word 'display' ?

Thanks for your help FRDS
so I wont worry about it
is it common to get a few errors now and then?

SEOvB
11-18-2008, 02:36 PM
Yep, I do beleive it's actually a "warning" and not really an error.

Error = problems you should deal with ASAP

Warning = some stupid browser that no one really uses may not be compatiable and someone thinks its relevant to make themselves sound cool or important. :D

dadoc
11-19-2008, 05:59 AM
Although I am using FireFox when looking at the errors, they bring up things related to Google Chrome.

Why is this?

--------------- Added 1227163537 at 1227163537 ---------------

Any Ideas?