Log In · Register

 
questions about Firefox vs. IE
gelionie
post Jul 30 2006, 03:41 AM
Post #1


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



I recently switched my browser from IE to Firefox.

I have a birthday countdown and a extra left module, which worked on IE, but no longer work on Firefox.

Can anyone explain to me why this is happening?
And is there a way to fix it?

I'm not quite familar with the ways different browsers handle javascripts etc.

XANGA: http://www.xanga.com/niez_cho

Thanks! :)
 
 
Start new topic
Replies (1 - 8)
gelionie
post Aug 5 2006, 01:09 AM
Post #2


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



BUMP.

I fixed the birthday countdown with a script that works in Firefox, but I still haven't solved my extra left module problem.

Any help would be appreciated.
 
talcumpowder
post Aug 5 2006, 10:31 AM
Post #3


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



About it not showing up? This one is the only one I know of that functions in both browsers.
 
gelionie
post Aug 5 2006, 11:14 PM
Post #4


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



Oddly, I still don't see the module showing up in Firefox. :\

Here is my code:
CODE
<!-- Left Side Modules : Paul Chen -->
<div id="customLeft" style="display:none">
<!-- module:start -->
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="left">
The time now is...
</th></tr>

<tr><td class="left" vAlign="top">
<embed src="http://www.clocklink.com/clocks/5006-LightBlue.swf?TimeZone=CCT" width="200" height="120" wmode="transparent" type="application/x-shockwave-flash"><br/>
</td></tr>
</table>
<br/>
<!-- module:end -->
</div>
<script>
var sbpc = document.getElementById('customLeft');
var myForm = document.getElementById('__aspnetForm');
var leftSide = sbpc.cloneNode(true);
leftSide.style.display = "block";
if(!document.all){
range = document.createRange();
range.selectNode(myForm);
range.insertNode(leftSide);}
else{myForm.insertAdjacentElement('afterEnd', leftSide);}
</script>
<!-- Left Side Modules : Paul Chen -->
 
gelionie
post Aug 13 2006, 05:16 AM
Post #5


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



BUMP.
 
gelionie
post Aug 19 2006, 12:18 PM
Post #6


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



Still no replies?...
 
*digital.fragrance*
post Aug 19 2006, 04:50 PM
Post #7





Guest






Well.... I guess Firefox doesn't read the javascript. I'm not a java expert, so I guess you'll have to find one that is compatible...

Man, I feel bad that I can't really help.
 
gelionie
post Aug 19 2006, 10:24 PM
Post #8


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



^ it's only the extra left module that's not working in Firefox...
 
*digital.fragrance*
post Aug 20 2006, 08:30 AM
Post #9





Guest






You could try a table code and make it look like a module
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: