<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"  >
  <channel>
    <title>Shawn Olson article 503 Guestbook</title>
	<dc:publisher>Shawn Olson Creative Arts</dc:publisher>

    <image>
      <title>Shawn Olson Creative Arts</title>
      <width>142</width>
      <height>18</height>
      <link>http://www.shawnolson.net</link>
      <url>http://www.shawnolson.net/sitemedia/shawnolsoncreativearts.gif</url>
     </image>
    <link>http://www.shawnolson.net/guest/1/?refType=article&amp;refId=503</link>
    <description>Guestbook Posts</description>


 
   <item>
      <title>article comment by Will Bradley</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Hi,

I tried using this code to modify an imported stylesheet from another domain:
(in this case part of the stylesheet downloaded when you use the 'bing maps' API).  Works fine in IE, but in firefox I get a security error:
Error: uncaught exception: [Exception... &quot;Security error&quot;  code: &quot;1000&quot; nsresult: &quot;0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)&quot;

Do you know if there is a workaround for this? I am thinking perhaps it would be possible to clone the class into a inline stylesheet that overrides the imported one, and then modify that?</description>
      <author>Will Bradley</author>
      <pubDate>2009-08-20T08:25:44-05:00</pubDate>
    </item>
   <item>
      <title>article comment by manish kumar</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>can me make any change to alter whole class on click?</description>
      <author>manish kumar</author>
      <pubDate>2009-07-23T06:05:48-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Lennart Moltrecht</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>This works fine on Firefox, but not on Google Chrome. Can you please fix that? Thanks</description>
      <author>Lennart Moltrecht</author>
      <pubDate>2009-05-31T18:53:29-05:00</pubDate>
    </item>
   <item>
      <title>article comment by hariharadeep m</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Let me know how to change the back groung image of a button on hover in li of css.</description>
      <author>hariharadeep m</author>
      <pubDate>2008-07-28T08:39:37-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Shawn Olson</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>I have just updated the script to add rules when the properties you want to set are not in the CSS. This may have been your problem when setting values with a dash. However, I could not replicate the dash problem in IE7 or Firefox 2. Could you let me know what browser and version is having that problem?</description>
      <author>Shawn Olson</author>
      <pubDate>2008-05-21T00:37:30-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Brian H</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Your script doesn't seem to work on any CSS properties that contain a dash (background-color, z-index, border-bottom-color, etc). Is there any specific reason for this? I'd like to be able to use this nice, simple script to move around the z-index of certain elements on a page.</description>
      <author>Brian H</author>
      <pubDate>2008-05-20T16:56:00-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Gary E</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Safari 3.0.4 for PC (possibly all versions) does not seem to include any class names that are not totally lowercase.  Opera needs different DOM sniffing code, see my reply to Opera observation below for pointer to patched code.
Thanks to JeroenH.</description>
      <author>Gary E</author>
      <pubDate>2007-11-30T08:17:23-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Simon Wilsher</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>changecss doesn't appear to work in Opera 9.24</description>
      <author>Simon Wilsher</author>
      <pubDate>2007-10-26T07:53:56-05:00</pubDate>
    </item>
   <item>
      <title>article comment by chris tillam</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Oops, lost first line:

This is  much much simpler: I found it by looking for a script that changes class, search on &quot;js  foo&quot; for the credit:

 function whatever() {
for (i=0;i</description>
      <author>chris tillam</author>
      <pubDate>2007-07-03T03:44:28-05:00</pubDate>
    </item>
   <item>
      <title>article comment by chris tillam</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>This is  much much simpler: I found it by looking for a script that changes class, search on &quot;js  foo&quot; for the credit:

 function whatever()
if (document.getElementsByTagName(&quot;div&quot;).item(i).className == &quot;yin _6&quot;)
{document.getElementsByTagName(&quot;div&quot;).item(i).style.visibility = &quot;hidden&quot;;}

cheers</description>
      <author>chris tillam</author>
      <pubDate>2007-07-03T03:41:31-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Lya santoso</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Hi,I just want to ask, can I change css with id (not class) here? I got problem and cant solve it until now (for a reason I cant change it to class)</description>
      <author>Lya santoso</author>
      <pubDate>2007-02-18T15:19:56-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Brian French</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>i cane across an issue with the changecss function. If the style element doesn't exist on one of the stylesheets, then it wont set it. I found the setProperty() method that will create the element if it doesnt exist. see this page (3/4 down): http://www.howtocreate.co.uk/tutorials/javascript/domstylesheets</description>
      <author>Brian French</author>
      <pubDate>2007-02-06T15:02:30-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Shawn Olson</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Sorry... this example was not working for a while because the corresponding entry in the stylesheet was missing after an update sometime in the last few months. The example now works.</description>
      <author>Shawn Olson</author>
      <pubDate>2006-12-21T09:36:59-05:00</pubDate>
    </item>
   <item>
      <title>article comment by Justin Halsall</title>
      <link>http://www.shawnolson.net/a/503</link>
      <description>Doesn't work in Firefox 2</description>
      <author>Justin Halsall</author>
      <pubDate>2006-12-21T08:29:47-05:00</pubDate>
    </item>
</channel>

</rss>