view dailybanker dot com on firefox and you'll see a "page 1 of 1 -------------" error message at the top. I think it's a wordpress php error. This only happens on firefox and it works fine on IE. Help me fix this and I'll paypal you $5!!!! Thanks!
I just took a quick look at your source and found this: <div id="pagetrack"><div id="pagetrackend"><div id="pagehandle"></div></div></div> <script type="text/javascript" language="javascript"> // <![CDATA[ var PageSlider = new Control.Slider('pagehandle','pagetrack', { sliderValue: 1, range: $R(1, 1), values: [1], onSlide: function(v) {$('rollpages').innerHTML = 'Page '+v+' of '+1}, onChange: function(v) {rollGotoPage(v)} }); // ]]> </script> <span id="rollload">Loading</span> <span id="rollpages"></span> <a href="#" id="rollnext">Newer <span>»</span></a> </div> Code (markup): Looks like it's part of the theme, but if you want to get rid of it, just delete the Javascript or that whole div. I actually see it in IE too, but only as the page loads. Then it disappears.