uhmm i think what lordheinz meant miss swit is that this part is somehow similar with what miss mickyriora posted on her number 6 tutorial:
[quote]var sCount
var myscripts = new Array()
myscripts[0] = 'myEnterPage.js'
myscripts[1] = 'myTracker.js'
myscripts[2] = 'myWhateverDohicky.js'
for(sCount in myscripts){
a=document.createElement('script')
a.src=rootFolder+myscripts[sCount]
navBg.appendChild(a)
}[/quote]
just clarifying miss swit.. uhmm no offense meant.. Thanks for sharing this.. this will come in handy with the CSS for differen browser you posted.
keep sharing ma'am.