<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'QUERY: handling CSS/JS errors....' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'QUERY: handling CSS/JS errors....' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 21:01:59 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 21:01:59 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>QUERY: handling CSS/JS errors....</title>
      <link>http://www.programmersheaven.com/mb/java-script/339301/339301/query-handling-cssjs-errors/</link>
      <description>In both IE &amp;amp; Firefox I am getting a lot of:&lt;br /&gt;
&lt;br /&gt;
 - Error in parsing value for property 'cursor'.&lt;br /&gt;
 - Error in parsing value for property 'top'.&lt;br /&gt;
 - Error in parsing value for property 'display'.&lt;br /&gt;
&lt;br /&gt;
in CSS &amp;amp; HTML files. Here are some snippets of code I use:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
img.menuButton&lt;br /&gt;
{&lt;br /&gt;
  cursor: hand;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.Freezing&lt;br /&gt;
{&lt;br /&gt;
  top: expression(-2 + this.offsetParent.scrollTop);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;th style="display: none"&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;div style="display:"&amp;gt;203085&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I also get window.event has no properties:&lt;br /&gt;
&lt;br /&gt;
when I use it for window.event.srcElement.dragDrop();&lt;br /&gt;
&lt;br /&gt;
Can someone help me clear up these errors please.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/339301/339301/query-handling-cssjs-errors/</guid>
      <pubDate>Fri, 16 Jun 2006 08:26:02 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: QUERY: handling CSS/JS errors....</title>
      <link>http://www.programmersheaven.com/mb/java-script/339301/339315/re-query-handling-cssjs-errors/#339315</link>
      <description>: In both IE &amp;amp; Firefox I am getting a lot of:&lt;br /&gt;
: &lt;br /&gt;
:  - Error in parsing value for property 'cursor'.&lt;br /&gt;
:  - Error in parsing value for property 'top'.&lt;br /&gt;
:  - Error in parsing value for property 'display'.&lt;br /&gt;
: &lt;br /&gt;
: in CSS &amp;amp; HTML files. Here are some snippets of code I use:&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: img.menuButton&lt;br /&gt;
: {&lt;br /&gt;
:   cursor: hand;&lt;br /&gt;
: }&lt;br /&gt;
: &lt;br /&gt;
: .Freezing&lt;br /&gt;
: {&lt;br /&gt;
:   top: expression(-2 + this.offsetParent.scrollTop);&lt;br /&gt;
: }&lt;br /&gt;
: &lt;br /&gt;
: &amp;lt;th style="display: none"&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
: &amp;lt;div style="display:"&amp;gt;203085&amp;lt;/div&amp;gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: I also get window.event has no properties:&lt;br /&gt;
: &lt;br /&gt;
: when I use it for window.event.srcElement.dragDrop();&lt;br /&gt;
: &lt;br /&gt;
: Can someone help me clear up these errors please.&lt;br /&gt;
: &lt;br /&gt;
Hand isn't one of the recognizable constants in CSS (see &lt;a href="http://www.w3schools.com/css/pr_class_cursor.asp)"&gt;http://www.w3schools.com/css/pr_class_cursor.asp)&lt;/a&gt;&lt;br /&gt;
I cannot find the key-word "expression" anywhere in the W3-specification for the CSS. Where did you come by it?&lt;br /&gt;
All CSS-variables ought to have a value. Thus "display:" isn't a valid CSS statement.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/339301/339315/re-query-handling-cssjs-errors/#339315</guid>
      <pubDate>Fri, 16 Jun 2006 11:27:52 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>