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 Rating: 7.0 Views: 0
I log on to my companies website to retrieve various files that are posted there. (.doc, .xls, etc) From every other computer, they open immediately. In FF I get: Not Found
The requested URL /tra...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Internet_Explorer/Q_2...
On some html pages, I see text that display well in IE get pushed to the right in FF. For example:
IE: User ID TextBox | |
FF: ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XHTML/Q_22587777.h...
Zones:
XHTMLDate Answered: 05/22/2007 Rating: 7.6 Views: 0
I have some problem on a page when running on Firefox. In IE, all looks ok.
In FF, I experience a slight shift in the page layout when trying to access http://www.stratnexus.com/akribis/moagi/se...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_22653937.htm...
Zones:
CSS,
HTMLDate Answered: 06/24/2007 Rating: 8.2 Views: 0
I've been searching the web but can't find a straight answer to this question, Is the following doctype declaration valid? Is it invalid if I do not define a DTD?
<!DOCTYPE HTML PUBLIC "-//W3C//...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_22821585.ht...
Zones:
HTMLDate Answered: 09/11/2007 Rating: 8.8 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...
Is there a way to use a variable in an Object(hash) during creation?
What I'm trying to do is something like the following.
var test = {
prefix : "useMe",
v1 : this.prefix+"_v1" // <-- ge...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23042639.html
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 Rating: 7.8 Views: 20