Please go to http://www.richel.org/grk/uraniumplenty/ and notice the difference in the display of the 2 tables in either IE7 or FF1.5.
How can I get rid of these differences?
Thanks
http://www.experts-exchange.com/Internet/Web_Development/Q_22484518.html
Hi, why this code works in IE but not in FF , the purpose of this code is to draw a border around row:
<Style>
table{border-collapse:collapse;}
tr.row td{
border-width:1px 0;
b...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22499402.html
Zones:
JavaScriptDate Answered: 04/09/2007 Grade: A Views: 0
I just realized that when I assign a function to an event, I've been randomly using either,
onmouseover='src="img1.gif"'
or
onmouseover='this.src="img1.gif"'
and either of them work just fine...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22981856.html
We have an xml file that we will be editing thousands of times. We need to import it into Excel, edit it, then export it into XML again.
I've attached an example xml file.
We have access to a...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
I have a page in SharePoint with a Page Viewer Web Part - basically nesting one page inside another, sort of like an iFrame.
Inside that Page Viewer web part I call a .Net website with a gridvie...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23073685.html
Zones:
JavaScript,
C#Date Answered: 01/17/2008 Grade: B Views: 102
My problem is HTML encoding user inputs so they display correctly.
I have a client and server side methods to encode the text but now it is starting to take to long to always HTML Encode Text.
I ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23168546.html
Hi Folks,
How can I get the HTML View source using PHP? I want to redirect the output of PHP/HTML page into another .txt/.html page. Is there a way to do this ?
Thanks in Advance.
Warm Regar...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Hellow!
Script have some errors! everty thing works un FF but in IE have some errors!
I hope that somedody can help me!
album.js is included in attach code!
<link rel="stylesheet" href=...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23437913.html
Zones:
JavaScriptDate Answered: 05/29/2008 Grade: B Views: 27
Hi,
I have a report that I hide columns with the click of a checkbox.
I have two headers:
1. January - December
2. 3 sub headers under each month.
I hide/show two of the sub columns and ne...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23541037.html
Zones:
JavaScriptDate Answered: 07/05/2008 Grade: A Views: 9
Posted once but I'm trying again. I'm using a Lightbox script with a Joomla site. it works in FireFox but not in IE. In IE it only opens a new window it doesn't pop up with the option to view other...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...