questions about Firefox vs. IE |
questions about Firefox vs. IE |
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! :) |
|
|
|
![]() |
Aug 5 2006, 11:14 PM
Post
#2
|
|
![]() 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 --> |
|
|
|
niez_cho questions about Firefox vs. IE Jul 30 2006, 03:41 AM
niez_cho BUMP.
I fixed the birthday countdown with a scrip... Aug 5 2006, 01:09 AM
fishcake-y About it not showing up? This one is the only one ... Aug 5 2006, 10:31 AM
niez_cho BUMP. Aug 13 2006, 05:16 AM
niez_cho Still no replies?... Aug 19 2006, 12:18 PM
digital.fragrance Well.... I guess Firefox doesn't read the java... Aug 19 2006, 04:50 PM
niez_cho ^ it's only the extra left module that's n... Aug 19 2006, 10:24 PM
digital.fragrance You could try a table code and make it look like a... Aug 20 2006, 08:30 AM![]() ![]() |