|
|
|
|
|
Posted by Throw on September 12, 2005, 7:09 am
Please log in for more thread options
G'day everyone!
I have a site (not validated, not strict anything) which works just
fine in my browser (Opera for Windows) but a user recently complained
that none of the links work in Safari (Mac). If you have Safari, could
you please take a look to see if the links work, and if not, can you
speculate as to why not?
The URL is http://www.vertaal.org/spel/ .
Thanks!
Throw aka voetleuce
|
|
Posted by Neredbojias on September 12, 2005, 9:53 am
Please log in for more thread options
With neither quill nor qualm, Throw quothed:
>
> G'day everyone!
>
> I have a site (not validated, not strict anything) which works just
> fine in my browser (Opera for Windows) but a user recently complained
> that none of the links work in Safari (Mac). If you have Safari, could
> you please take a look to see if the links work, and if not, can you
> speculate as to why not?
>
> The URL is http://www.vertaal.org/spel/ .
>
> Thanks!
> Throw aka voetleuce
The markup didn't look too bad. A couple things I saw:
You might want to put a line like this:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
1">
in your <head>
This line:
<link href="../style.css" rel="stylesheet" type="text/css" />
-Why the trailing slash?
Why not "upgrade" to html 4.01?
--
Neredbojias
Contrary to popular belief, it is believable.
|
|
Posted by Dan on September 12, 2005, 7:35 pm
Please log in for more thread options
Neredbojias wrote:
> You might want to put a line like this:
>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
> 1">
>
> in your <head>
Better to get the server to send a real HTTP header to that effect, for
which the meta tag is merely an inferior substitute.
--
Dan
|
|
Posted by Neredbojias on September 13, 2005, 5:43 am
Please log in for more thread options
With neither quill nor qualm, Dan quothed:
> Neredbojias wrote:
> > You might want to put a line like this:
> >
> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
> > 1">
> >
> > in your <head>
>
> Better to get the server to send a real HTTP header to that effect, for
> which the meta tag is merely an inferior substitute.
Yes, but my thought was that the OP was perhaps having his trouble
simply because the line was missing under his current configuration.
--
Neredbojias
Contrary to popular belief, it is believable.
|
|
Posted by Jim Moe on September 12, 2005, 12:12 pm
Please log in for more thread options
Throw wrote:
> G'day everyone!
>
> I have a site (not validated, not strict anything) which works just
> fine in my browser (Opera for Windows) but a user recently complained
> that none of the links work in Safari (Mac). If you have Safari, could
> you please take a look to see if the links work, and if not, can you
> speculate as to why not?
>
Possibly they were having a problem with "URL: http://www.spel.co.za/" (and others) which shows an URL string, but is not a link. You link on the
image but that is not at all obvious unless they happen to wave the mouse
over it.
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|
| Similar Threads | Posted | | Interesting Safari Problem | December 10, 2004, 8:30 am |
| Re: Content-Type (was Safari - RSS) | May 20, 2006, 8:15 am |
| Works in IE, Firefox but not on Safari | September 8, 2006, 8:29 pm |
| Safari issue with self.close | February 28, 2007, 12:51 pm |
| pages not displaying properly in safari | March 18, 2006, 5:18 pm |
| Apple Safari: select box behaviour | January 8, 2008, 10:21 am |
| Safari, image maps, and links | May 12, 2008, 3:58 pm |
| Looking for solution for iPhone/Mobile Safari | June 19, 2008, 9:44 pm |
| safari nested tables height percentual bug? | September 11, 2004, 1:47 am |
| simple safari test cases: puzzling | September 22, 2004, 1:45 pm |
|
|
|
|