HighDots Forums  

links...

alt.html.tags alt.html.tags


Discuss links... in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-06-2004 , 09:45 PM






that is what i thought and it works in all circumstances, except internet
explorer 5.0 for Mac



Reply With Quote
  #12  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-06-2004 , 09:49 PM






dear Sam

I like all your comments, however, none of them are actually related to my
question.

I know about j/j vs /j/j, the last one being the absolute path, however, my
question was: why is the relative path not working on the internet explorer
V5 for Mac????

Thank you.



Reply With Quote
  #13  
Old   
Sam Hughes
 
Posts: n/a

Default Re: links... - 08-06-2004 , 10:03 PM



"WindAndWaves" <access (AT) ngaru (DOT) com> wrote in
news:IvXQc.9995$N77.474426 (AT) news (DOT) xtra.co.nz:

Quote:
dear Sam

I like all your comments, however, none of them are actually related
to my question.

I know about j/j vs /j/j, the last one being the absolute path,
however, my question was: why is the relative path not working on the
internet explorer V5 for Mac????
Are you sure it is that the files are not getting loaded?

Perhaps IE Mac does not understand your CSS or your javascript. Perhaps
you accidentally left javascript off or something.

I don't have a Mac, so I can't help you much further. You _could_ try
putting in a simple document.write line in the javascript to see whether
the problem lies in the loading of the file, and you could do an
analogous test with CSS.

--
In a room with thirty-seven people, never have everybody shake each
other's hand.


Reply With Quote
  #14  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-06-2004 , 10:24 PM



Dear Sam

Yes, I am pretty sure. I was working on the following site:
www.searchworks.co.nz and the i used the standard setup:

html in the root directory, one folder (s) with the stylesheets and one
folder (j) with the javascript

Now, anyway, I was using the standard s/s.css link, but this did not work (I
am sure of it, because the whole page was screwed up). then I replaced the
link with ../s/s.css. Obviously, this does not work locally, but it sure
worked on the server the "s" folder being in the root directory.

Thank you for your help Sam.



Reply With Quote
  #15  
Old   
Karl Groves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 12:11 AM




"WindAndWaves" <access (AT) ngaru (DOT) com> wrote

Quote:
that is what i thought and it works in all circumstances, except internet
explorer 5.0 for Mac

To whom are you speaking to?
To what are you responding to?

-Karl




Reply With Quote
  #16  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 12:12 AM



Dear Karl

I was responding to the message from Wil:

WindAndWaves wrote:
Quote:
correction: www.rakau.com


The answer is, NO begginning foreward slash.

"/j/j.css" or whatever - Wrong
"j/j.css" pr whatever - Right!

can you help me?

Thank you

- Nicolaas




Reply With Quote
  #17  
Old   
Hywel
 
Posts: n/a

Default Re: links... - 08-07-2004 , 02:47 AM



In article <1091842290.849114 (AT) radsrv1 (DOT) tranzpeer.net>, Will Gittoes
says...
Quote:
WindAndWaves wrote:
correction: www.rakau.com



The answer is, NO begginning foreward slash.

"/j/j.css" or whatever - Wrong
"j/j.css" pr whatever - Right!
Both are correct.

--
Hywel

http://sponsorhywel.org.uk/


Reply With Quote
  #18  
Old   
Hywel
 
Posts: n/a

Default Re: links... - 08-07-2004 , 02:49 AM



In article <IvXQc.9995$N77.474426 (AT) news (DOT) xtra.co.nz>, WindAndWaves says...
Quote:
dear Sam

I like all your comments, however, none of them are actually related to my
question.

I know about j/j vs /j/j, the last one being the absolute path, however, my
question was: why is the relative path not working on the internet explorer
V5 for Mac????
They're both relative paths. An absolute path would be
<script src="http://somedomain.com/j/j.js" ...

--
Hywel

http://sponsorhywel.org.uk/


Reply With Quote
  #19  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 02:51 AM



Do you know the answer to my question? Why is this path j/j.js not working
in Internet Explorer 5 for Mac, but /j/j.js is working?????? I have so many
responses, but no-one who actually addresses the question.


In article <IvXQc.9995$N77.474426 (AT) news (DOT) xtra.co.nz>, WindAndWaves says...
Quote:
dear Sam

I like all your comments, however, none of them are actually related to my
question.

I know about j/j vs /j/j, the last one being the absolute path, however,
my
question was: why is the relative path not working on the internet
explorer
V5 for Mac????
They're both relative paths. An absolute path would be
<script src="http://somedomain.com/j/j.js" ...

--
Hywel

http://sponsorhywel.org.uk/





Reply With Quote
  #20  
Old   
SpaceGirl
 
Posts: n/a

Default Re: links... - 08-07-2004 , 04:06 AM



WindAndWaves wrote:

Quote:
hi folks

this extra / is purely superstitious. I am writing plain html. I always
write <BR />, because I try to close all tags. So, for example, I do not
write <A HREF=..... />, but instead, I write <A HREF=......>....</A

Anyway, does anyone know the answer to my question?

Thank you

Nicolaas
The extra / should ONLY be used in XHTML. If you add it in an HTML

document, you are actually making to document invalid, and it will

cause browser like Internet Explorer to render the page in "Quirks mode"

(the resulting page will be randomly wrong).

<br /> is not valid HTML, so you are actually writing tag-soup, not
HTML. It IS valid XHTML though.

And back to your question. Not possible to anwser without seeing the
page ON a server.



--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.