473,545 Members | 2,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Safari users, help please


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

Sep 12 '05 #1
6 1498
In article <11************ **********@o13g 2000cwo.googleg roups.com>,
Throw <th***@workmail .co.za> 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?

The URL is http://www.vertaal.org/spel/ .

Thanks!
Throw aka voetleuce


I'm running the latest Safari and the links following the "URL:"
appear to be active. I didn't follow each one, but they behave
as I would expect active links to behave. Are there other links
that are not next to the "URL:"s?

The "mailto" link and the jumps at the page bottom appear to be
active as well.

Claude
Sep 12 '05 #2
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.
Sep 12 '05 #3
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? The URL is http://www.vertaal.org/spel/ .


If you want to test for yourself, you could always get the latest Knoppix
live CD. That has Konqueror which, while not 100% equivalent, will in
almost all cases render as Safari would (they use pretty much the same
engine). As it goes, KHTML has more maintainable code, but WebCore has more
new stuff added, they should both agree on easy stuff like links.
Sep 12 '05 #4
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)
Sep 12 '05 #5
Dan
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

Sep 13 '05 #6
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.
Sep 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2495
by: David | last post by:
On every web browser except Safari, this website works great. (Well, by "every" I mean Mozilla, Netscape, and Internet Explorer, for Mac and Windows). The site is: http://www.ruleofthirds.com (the problem does not exist on the first page... just all the other pages, so you'll have to click on something to see the problem) The problem...
0
2599
by: David | last post by:
On every web browser except Safari, this website works great. (Well, by "every" I mean Mozilla, Netscape, and Internet Explorer, for Mac and Windows). The site is: http://www.ruleofthirds.com (the problem does not exist on the first page... just all the other pages, so you'll have to click on something to see the problem) The problem...
1
2319
by: windandwaves | last post by:
Hi Folk, Below is a message that I posted on alt.html I now have some more feedback from people who experienced an error with safari and they tell me that the PHPsessID changes while running a search. Does anyone know anything about safari not registering session IDs? -----------original message---------------------------------...
2
1923
by: laredotornado | last post by:
Hi, Is it possible to fool Javascript running on a Mac Safari web browser into believing it is a PC IE browser? We have the following JS code that is detecting both Mac and Safari. Sadly, we do not have control over the code. // Global variables for platform branching var NN, IE, MAC, browserVersion
6
23070
by: jennyw | last post by:
Hi, I'd like to use onbeforeunload to submit a form before leaving a page. This works in Firefox and IE. Safari, however, blithely ignores this. Does anyone know of a workaround for Safari? Or another way to do the same thing in Safari? (that is, intercept a request to leave the page). I tried Safari 2.02 on Tiger. Thanks!
6
5802
by: Ouch! | last post by:
I am using Regular Expressions and Javascript to validate a form, specifically I want to make sure that if they try to upload a file that it has a proper name w/ certain extensions (doc,pdf, rtf). The script works on IE and Mozilla but fails on Safari on the MacOSX. Here is my code.. // ok files with proper extension var reOKFiles =...
34
3804
by: Simon Wigzell | last post by:
document...focus() will scroll the form to move the specified text field into view on everything I have tried it with except Safari on the MAC. The form doesn't move. Any work around? Thanks.
1
1919
by: Gerrit Horeis | last post by:
Hi NG, I've a Problem with users who want to download DB-stored pdf files ("document.pdf"). The download is processed by an aspx-page which Response.BinaryWrites the file to the client. but on safari 2.0.0.4 (and MacOs 10.4.9) the file is renamed to Document.pdf.html. Safari 1.xx does it all right. I've set the ContentType and appended...
3
1219
by: Mark Rae | last post by:
http://www.apple.com/downloads Beta 3 - seems to work OK on XP - haven't tried on Vista yet... -- http://www.markrae.net
0
7941
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7784
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6014
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5354
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3485
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1916
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1039
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.