jemayes
02-16-2006, 07:23 AM
Howdy,
I'm working on a site and I have published the working files at www.jemayes.iweb.bsu.edu. However, when opened in Foxfire, I get a small red line on the bottom of the browser. It does not show in IE or safari just in Foxfire. Here is the code I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="www.designBSUonline.com/html;charset=ISO-8859-1">
<title>www.designBSUonline.com</title>
<meta name="description" content="www.designBSUonline.com">
<style type="text/css">
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
html {
height:100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
background: #ff0000 /*color background - only works in IE */
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
body {
height: 100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
hide overflow: hidden from IE5/Mac
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
/*
table {
height: 100%;
width: 100%;
text-align: center;
}
*/
</style>
</head>
<body bgcolor="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="website2_16a.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="scale" value="noscale">
<embed src="website2_16a.swf" width="100%" height="100%" swLiveConnect=true name=theresults.swf scale="noscale" quality="high" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
</body>
</html>
Any Ideas?!?!?! THANKS!!!!!
I'm working on a site and I have published the working files at www.jemayes.iweb.bsu.edu. However, when opened in Foxfire, I get a small red line on the bottom of the browser. It does not show in IE or safari just in Foxfire. Here is the code I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="www.designBSUonline.com/html;charset=ISO-8859-1">
<title>www.designBSUonline.com</title>
<meta name="description" content="www.designBSUonline.com">
<style type="text/css">
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
html {
height:100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
background: #ff0000 /*color background - only works in IE */
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
body {
height: 100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
hide overflow: hidden from IE5/Mac
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
/*
table {
height: 100%;
width: 100%;
text-align: center;
}
*/
</style>
</head>
<body bgcolor="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="website2_16a.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="scale" value="noscale">
<embed src="website2_16a.swf" width="100%" height="100%" swLiveConnect=true name=theresults.swf scale="noscale" quality="high" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
</body>
</html>
Any Ideas?!?!?! THANKS!!!!!