View Single Post
Old July 5th, 2003, 8:35 PM   #5 (permalink)
websterworlds.com
Registered User
Comfy Contributor
 
Joined in May 2003
Lives in ISREAL
258 posts
Gave thanks: 0
Thanked 0 times
Lightbulb

Opera and Netscape 7 don't like your site...
Opera shows the pics messed up, and piled up...
Netscape doesn't show...
I took the freedom of viewing your source, hope you don't mind :fear:
you use some javascript, Netscape uses Jscript, it doesn't react to javascript thats why it behaves diffrently and won't show your images...
Opera on the other hand tries to be a univr' browser and knows how to behave it self with both Jscript and javascript...
to solve this you can:

1) not use javascript
2) use javascript and an "if browser x" "use source x" commend, that bascliy lets diffrent browser use diffrent code to view your pages, but this is hard because you would have to make 2 versions of every page...
3) use other javascript; opera should desplay javascripts but it doesn't understand yours, don't know why... try using other commands...

sorry, but there are to many languges and browser around, and each wants its languge to be univer'... :fear:
websterworlds.com is offline