<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7609658525941194126.post7579113520339628773..comments</id><updated>2011-03-29T23:54:53.847-04:00</updated><category term='startup'/><category term='baseball'/><category term='marathon'/><category term='software'/><title type='text'>Comments on Flavor-iffic: Flash and the Firefox Reframe Problem</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.flavorjon.es/feeds/7579113520339628773/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html'/><author><name>Mike Dalessio</name><uri>http://www.blogger.com/profile/01750555903559042849</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7609658525941194126.post-4506579857989922305</id><published>2010-10-20T04:27:47.721-04:00</published><updated>2010-10-20T04:27:47.721-04:00</updated><title type='text'>http://stackoverflow.com/questions/1224228/firefox...</title><content type='html'>http://stackoverflow.com/questions/1224228/firefox-hide-embeded-object-bug-workaround&lt;br /&gt;&lt;br /&gt;.hideme { &lt;br /&gt;  padding: 0 !important; &lt;br /&gt;  margin: 0 !important; &lt;br /&gt;  display: block !important; &lt;br /&gt;  height: 0 !important; &lt;br /&gt;  width: 0 !important; &lt;br /&gt;  border: none !important; &lt;br /&gt;  visibility: hidden !important; &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;this solution works without the scrollbar side effects like raul found.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/4506579857989922305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/4506579857989922305'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html?showComment=1287563267721#c4506579857989922305' title=''/><author><name>David</name><uri>http://www.blogger.com/profile/00011256490393556003</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html' ref='tag:blogger.com,1999:blog-7609658525941194126.post-7579113520339628773' source='http://www.blogger.com/feeds/7609658525941194126/posts/default/7579113520339628773' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-603346191'/></entry><entry><id>tag:blogger.com,1999:blog-7609658525941194126.post-8797982801383100832</id><published>2010-04-13T19:35:08.359-04:00</published><updated>2010-04-13T19:35:08.359-04:00</updated><title type='text'>In jQuery UI Tabs this breaks the fact that hidden...</title><content type='html'>In jQuery UI Tabs this breaks the fact that hidden tabs should not be in the DOM layout, and so you get a massive scrollbar (since it&amp;#39;s counting the layout for the elements which aren&amp;#39;t visible in other tabs).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/8797982801383100832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/8797982801383100832'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html?showComment=1271201708359#c8797982801383100832' title=''/><author><name>raul</name><uri>http://www.blogger.com/profile/14221070095817627016</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html' ref='tag:blogger.com,1999:blog-7609658525941194126.post-7579113520339628773' source='http://www.blogger.com/feeds/7609658525941194126/posts/default/7579113520339628773' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-979574461'/></entry><entry><id>tag:blogger.com,1999:blog-7609658525941194126.post-666985239362043501</id><published>2009-11-18T16:55:15.813-05:00</published><updated>2009-11-18T16:55:15.813-05:00</updated><title type='text'>For JQuery, override the following CSS style:

.ui...</title><content type='html'>For JQuery, override the following CSS style:&lt;br /&gt;&lt;br /&gt;.ui-tabs .ui-tabs-hide</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/666985239362043501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/666985239362043501'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html?showComment=1258581315813#c666985239362043501' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html' ref='tag:blogger.com,1999:blog-7609658525941194126.post-7579113520339628773' source='http://www.blogger.com/feeds/7609658525941194126/posts/default/7579113520339628773' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1642431059'/></entry><entry><id>tag:blogger.com,1999:blog-7609658525941194126.post-7020272102114088782</id><published>2009-04-15T20:52:00.000-04:00</published><updated>2009-04-15T20:52:00.000-04:00</updated><title type='text'>Has anyone implemented this fix for jQuery? It isn...</title><content type='html'>Has anyone implemented this fix for jQuery? It isn't immediately obvious to me how to override the hide() and show() methods to fix this....</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/7020272102114088782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/7020272102114088782'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html?showComment=1239843120000#c7020272102114088782' title=''/><author><name>dandante</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html' ref='tag:blogger.com,1999:blog-7609658525941194126.post-7579113520339628773' source='http://www.blogger.com/feeds/7609658525941194126/posts/default/7579113520339628773' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1566283140'/></entry><entry><id>tag:blogger.com,1999:blog-7609658525941194126.post-5914329615757115386</id><published>2008-12-20T22:21:00.000-05:00</published><updated>2008-12-20T22:21:00.000-05:00</updated><title type='text'>Hi Mike, just wondering if you have and update on ...</title><content type='html'>Hi Mike, just wondering if you have and update on this issue... I've run in to it on my site as well, for example.&lt;BR/&gt;&lt;BR/&gt;http://mrdavec.com/games/bubblebobble/&lt;BR/&gt;&lt;BR/&gt;And not just Firefox, but Google Chrome does it as well.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/5914329615757115386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7609658525941194126/7579113520339628773/comments/default/5914329615757115386'/><link rel='alternate' type='text/html' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html?showComment=1229829660000#c5914329615757115386' title=''/><author><name>DaveC</name><uri>http://www.blogger.com/profile/00161880528885600268</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.flavorjon.es/2008/05/flash-and-firefox-reframe-problem.html' ref='tag:blogger.com,1999:blog-7609658525941194126.post-7579113520339628773' source='http://www.blogger.com/feeds/7609658525941194126/posts/default/7579113520339628773' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1771360645'/></entry></feed>
