Question : IE v FIrefox Rendering Issue

Hello.  The header on this page renders very well in IE but is pushed down while I try to look at it in ff.  My ff cache has been experiencing difficulty so it may be my browser.  If the header views pushed down in ff but not in ie could someone please tell me where the problem lies?

http://www.classroomconnection.us/misc/about.asp

Answer : IE v FIrefox Rendering Issue

Use selectSingleNode and XPATH to select the single nodes for their data.

Here's an example:

ACSPIXNode := XMLDoc.DOMDocument.selectSingleNode('//ACSPIX');
ACSPIXType := ACSPIXNode.attributes.getNamedItem('Type').nodeValue;

and so on...




Random Solutions  
 
programming4us programming4us