OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Why does this break NN 4?
This page's ID:
10540
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Krets, I think I found the problem. You had the div name "divCont" in this function instead of "divPagescrollCont". Was: [code]function scrollInit(){ oScroll=new Array() oScroll[0]=new makeScrollObj('divScroll1','divCont') oScroll[1]=new makeScrollObj('divScroll2','divCont') oScroll[2]=new makeScrollObj('divScroll3','divCont') oScroll[3]=new makeScrollObj('divScroll4','divCont') for(var i=0;i<oScroll.length;i++)oScroll[i].css.top=0 oScroll[0].css.visibility='visible' oControl=new makeScrollObj('divControl') oControl.css.visibility='visible' } [/code] Change to: [code]function scrollInit(){ oScroll=new Array() oScroll[0]=new makeScrollObj('divScroll1','divPagescrollCont') oScroll[1]=new makeScrollObj('divScroll2','divPagescrollCont') oScroll[2]=new makeScrollObj('divScroll3','divPagescrollCont') oScroll[3]=new makeScrollObj('divScroll4','divPagescrollCont') for(var i=0;i<oScroll.length;i++)oScroll[i].css.top=0 oScroll[0].css.visibility='visible' oControl=new makeScrollObj('divControl') oControl.css.visibility='visible' } [/code] This got it to work in NN4.7 for me. I didn't look into why it bombs for IE4. [url=http://bugimus.com] [img]http://bugimus.com/gfx/bugsig1.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »