1) Script Title:
RSS Displaybox
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ybox/index.htm
3) Describe problem:
Hi,
it seems that Internet explorer 8 gives a runtime error at line 134 of rssdisplaybox.js
if the output is embedded in <li> tags, while it works flawlessy in Firefox. If I delete the <li> tags it works well in IE8 too, but I need them for css customizing purposes. I have found similar problems on Google, so it seems that IE8 sometimes really has a problem with this line of code.Code:document.getElementById(this.boxid).innerHTML=rsscontent
See the example:
Code:<ul class="news_side" > <li id='LastTwits'> <script type="text/javascript"> //MAIN FUNCTION: rssdisplaybox("rssfeed_id", "rssbox_id", "rssbox_class") var showbbc=new rssdisplaybox("miotweet", "bbcid", "bbcclass") showbbc.set_items_shown(4) showbbc.set_template("titlesdatestwitter") //Use "titles" template, which outputs title + category showbbc.start() //Required: start script </script> </li> </ul>The above code is working at http://www.flapane.com/Code:#LastTwits li img { border: 0px; height: 34px; width: 34px; float: right; margin-left: 10px; margin-bottom: 10px; display: none; } #LastTwits li { list-style-image:url("/img/freccia_twit.png"); }
Any hints?
Thanks!



Reply With Quote
Bookmarks