jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/12/2005 at 03:49 PM |
|
|
Works in Firefox but not IE?!?!
Help! Seems pretty simple javascript... why wont it work in IE??
:'(
http://dev.hhs1.com/company.html
Thanks for any pointers
|
|
|
jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/12/2005 at 06:07 PM |
|
|
Ok... it works in IE now... but the spacing is odd..
http://dev.hhs1.com/company.html
It isn't utilizing about a half inch on the right in the box it's in. Firefox looks fine though
HELP>>>>
Jim
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 5/13/2005 at 10:02 AM |
|
|
Fix for v1.5 - scroll.html (line 19). Place:
<body class="Back" onload="init()" bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0"
marginwidth="0">
instead of:
<body class="Back" onload="init()">
|
|
|
jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/13/2005 at 06:26 PM |
|
|
I'm sorry... where is this placed?? in the js file?
|
|
|
jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/13/2005 at 06:28 PM |
|
|
I dont see anything like this in my company.html code...
|
|
|
jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/13/2005 at 06:28 PM |
|
|
oh... scroll.html
derp.
|
|
|
jimbonics
Member
Posts: 14
Registered: 5/12/2005
Location: Austin
Member Is Offline
|
| posted on 5/13/2005 at 06:30 PM |
|
|
hell yeah rock thanks man!!
|
|
|
free2take
Junior Member
Posts: 3
Registered: 4/11/2006
Location: Ireland
Member Is Offline
|
| posted on 4/12/2006 at 11:12 AM |
|
|
Hi there,
How did you fix the IE issue, I can get mine displaying in Firefox but not IE ?
|
|
|
lesstewart
Junior Member
Posts: 2
Registered: 5/17/2006
Member Is Offline
|
| posted on 5/17/2006 at 01:40 PM |
|
|
Yep, works in Safari and Firefox, but not IE
I can't figure it out, please help.
Les
|
|
|
lesstewart
Junior Member
Posts: 2
Registered: 5/17/2006
Member Is Offline
|
| posted on 5/18/2006 at 08:41 AM |
|
|
Ok, I've got it working. Still not sure why exactlly the "Sample 2 - quality 0" piece wouldn't work. So I edited the "Sample 2 - quality 1"
which would work in IE, to reflect the qualities of "quality 0"
L
|
|
|
phaby
Newbie
Posts: 1
Registered: 5/30/2006
Member Is Offline
|
| posted on 5/30/2006 at 12:49 AM |
|
|
I have a similar probleme, It works with Firefox bu not with IE.
IE error :
---------------------------
Line : 69
Car : 4
Erreur : Erreur d'execution inconnue (unknown execeution error)
Code : 0
URL : http://olargues.free.fr/ts_files/scroll.html?0
------------------------------
I already do this :
| Quote: | Fix
for v1.5 - scroll.html (line 19). Place:
<body class="Back" onload="init()" bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0"
marginwidth="0">
instead of:
<body class="Back" onload="init()"> |
I don't understand why it doesn't work, help me please
|
|
|