From: Francesco M. <f18...@ya...> - 2006-02-14 17:24:31
|
Hi, Ryan Norton ha scritto: > Hmm, not just IE on windows has a problem with the header it seems.... > > Safari - doesn't display site at all (!) instead just gets a blue column > on top saying "select the css style you prefer" and clicking one doesn't > seem to do anything... that's really strange. Safari is the webbrowser of MacOS, right ? Can you report me what the index.php which that browser 'see' ? I.e. load the index.php page and then save the result and mail it here. It should begin with something like: <head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="author" content="Otto Wyss, Francesco Montorsi" /> <meta name="keywords" content="wxCode, wxWidgets, component, modular, C++, download, compile, bakefile, maintainer" /> <!-- OS + BROWSER ID STRING --> <link rel="stylesheet" type="text/css" href="http://wxcode.sourceforge.net/wxcode-contentscroll.css" media="screen" title="Default" /> the string in the comment looks "Mozilla/5.0 (X11; U; Linux x86_64; it-IT; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)" for my browser and can be the source of the problem. What I suspect is that it contains the "Mozilla/5.0" string and thus the site recognizes it as a firefox and sends to the browser also the second CSS link which could be unsupported by Safari... > Opera - Image on header doesn't show up Could you please report that ID string for opera too ? Thanks a lot ! > Mac IE - Image on header doesnt show up AND it looks smooshed like the > windows IE.... still I need that string... > > Also, I'm not much of a firefox fan but my main browser is Opera so I > don't mind if there are glitches on win IE I just thought I'd point them > out :). sure; our disappoint regards IE not your reports ;) Thanks, Francesco |