Search found 11 matches

by starchild
Thu Feb 26, 2004 4:39 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

ilovetoast - you are a gentleman and a scholar. It's really great to know there are people out there willing to help with such enthusiasm and generosity. If the whole world was like this, it would be even a more wonderful place. Thanks sincerely for all your help - i've learned a lot and you did it...
by starchild
Wed Feb 25, 2004 9:39 pm
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

Ilovetoast - what can I say, but I am not worthy.....I bow humbly in your presence and offer my first born as a token of my appreciation. Ironically, my best mate is a deliverer for Buttercup bread here in Australia - if only i could hook you up, you would be up to your neck in free toast for the r...
by starchild
Tue Feb 24, 2004 12:54 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

ilovetoast - a quick question.... what happens when the site is in secure mode, and the images are being called from the nonsecure addresses? won't this disable the SSL connection? Do they have to be called from absolute references?

Cheers,

tim
by starchild
Tue Feb 24, 2004 12:47 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

ilovetoast - you are an absolute legend!! Thanks so much for helping me out with this. I like your style - very amusing :-) The stylesheet is actually an amalgam of the default Osc, with some additions made by me - that explains the state it's in. As I was a CSS virgin before doing this, I fudged m...
by starchild
Mon Feb 23, 2004 8:47 pm
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

Hello again, OK - I've applied all the changes that were kindly suggested, and still no luck. The weird thing is that the stylesheet is being called in the no flash version of the site. This would lead me to believe that there is something wrong with the flash coding and it's synergy with the php co...
by starchild
Thu Feb 19, 2004 6:28 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

try using an absolute path for your style sheet. Now --> <link rel="stylesheet" type="text/css" href="stylesheet.css"> try --> <link rel="stylesheet" type="text/css" href="http://baylounge.com/catalog/ stylesheet.css"> And I noticed your <...
by starchild
Thu Feb 19, 2004 6:13 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

hi Jeanloui, I'm actually running Osc ms2 MAX 1.5 (found at http://oscdox.com/index.php). In this version, the stylesheet is actually in the catalog folder by default - due maybe to the fact that MAX runs on a template system. I am however going to give the "absolute path" a try and see if...
by starchild
Wed Feb 18, 2004 9:59 pm
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

Thanks everyone for your contributions and advice. I am trying to clean the code up, as best I can, with the knowledge I have. The only problem i see with an absolute reference to the stylesheet is that of secure mode. I guess I could make the reference https:/... instead of http:/.. and that would ...
by starchild
Fri Feb 13, 2004 6:20 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

Thanks Bech100 - I'm only learning about coding really through trial and error.....

I think I've fixed what you were reffering to - hopefully this will fix the problem - just need a someone with a mac now to see for sure!!!!!!!

Cheers,

tim
by starchild
Fri Feb 13, 2004 5:36 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

sorry,

I thought maybe there were specific php tags that were needed......apologies if this was a stupid question,

tim
by starchild
Fri Feb 13, 2004 4:44 am
Forum: Javascript
Topic: php and mac - problems
Replies: 24
Views: 7977

php and mac - problems

Hi all! I am having trouble getting our website to display properly on macs. The stylesheet doesn't seem to be called properly, and some flash animations won't display either. I then made a mac friendly version, which basically meant removing the flash portion at the top of the page. This leads me t...