<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/crossbrowser</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 30 Aug 2008 01:56:09 GMT</pubDate>
<item>
<title>(JavaScript) click on an element across browsers</title>
<link>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</link>
<description><![CDATA[ <p>If you have assigned an event handler to a container, you might want to remotely trigger it as if a child of the container had been clicked.  That is, you might want to manually set the target of the 'event' object that is passed to the event handler on the container.  This helps to keep the number of event handlers down.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 18:08:37 GMT</pubDate>
<guid>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</guid>
</item>
<item>
<title>(JavaScript) Change opacity in all browsers</title>
<link>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</link>
<description><![CDATA[ <p>Check whether style.opacity is available.  If not, then apply IE proprietary opacity</p> ]]></description>
<pubDate>Mon, 11 Jun 2007 12:07:17 GMT</pubDate>
<guid>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</guid>
</item>
<item>
<title>(JavaScript) Height of window</title>
<link>http://snipplr.com/view/2638/height-of-window/</link>
<description><![CDATA[ <p>Get the height of the browser window in any browser.  Rob Zand's code.</p> ]]></description>
<pubDate>Tue, 15 May 2007 10:29:17 GMT</pubDate>
<guid>http://snipplr.com/view/2638/height-of-window/</guid>
</item>
</channel>
</rss>