Loonix 0 #1 December 24, 2007 I'm using Opera (since it's far superior to anything else ), and have to identify as MSIE to get the correct CSS code. From the page source: function itsMsie() { if (browser == "Microsoft Internet Explorer") ieVersion() } if ((browser == "Netscape") && (ver1>= 4)){ itsNetscape() } else { itsMsie() } Simply dropping function itsMsie() and go straight to ieVersion will solve it. The way it is now, only MSIE and netscape is served any CSS (and firefox, since it also identifies as netscape). This has been bugging me for a while now, thought I'd finally mention it Quote Share this post Link to post Share on other sites
PhreeZone 20 #2 December 24, 2007 I believe the Email and Video page use a different CSS on them, is the issue still present on those pages?Yesterday is history And tomorrow is a mystery Parachutemanuals.com Quote Share this post Link to post Share on other sites
Loonix 0 #3 December 25, 2007 Quote I believe the Email and Video page use a different CSS on them, is the issue still present on those pages? Just checked. There are no problem on those two sections. Quote Share this post Link to post Share on other sites