Problem With Internet Explorer and Mozilla Firefox

peteyboy22

Baseband Member
Messages
72
I'm having a problem.

I have designed this webpage in firefox, but when i tested it out in internet explorer it was completely screwed up, beyond a point of fixing, and i don't really want to completely re-do it all..

does any one know of a way to fix it or maybe a converter?
 
Hi,

could you post the syntax for the page. Some of us could take a look at it and give you some feedback. If you do decide to then please use the
Code:
 [html] [/html]
syntax that way it will be kept to a small and easy to read area.

Cheers!
 
i would paste the code, but the problem is with background and a table... and it has a java menu in it.. but here you go anyway

Code:
<HTML>
<HEAD>
	
	 <script type="text/javascript" src="fsmenu.js"></script>

 <link rel="stylesheet" type="text/css" id="listmenu-o"
  href="listmenu_o.css" title="Vertical 'Office'" />
 <link rel="alternate stylesheet" type="text/css" id="listmenu-v"
  href="listmenu_v.css" title="Vertical 'Earth'" />
 <link rel="alternate stylesheet" type="text/css" id="listmenu-h"
  href="listmenu_h.css" title="Horizontal 'Earth'" />

 <link rel="stylesheet" type="text/css" id="fsmenu-fallback"
  href="listmenu_fallback.css" />

 <link rel="stylesheet" type="text/css" href="divmenu.css" />
	
</HEAD>
<BODY LANG="en-US" BACKGROUND="wallpaper.png" DIR="LTR" STYLE="background: url(wallpaper.png) center center scroll">
<FORM NAME="Standard">
<CENTER>
	<TABLE WIDTH=899 BORDER=0 CELLPADDING=4 CELLSPACING=3 BACKGROUND="layout.png" STYLE="page-break-before: always; page-break-inside: avoid">
		<COL WIDTH=195>
		<COL WIDTH=673>
		<TR VALIGN=TOP>
			<TD WIDTH=195 HEIGHT=550>
				<BR><BR><BR><BR><BR><BR>
				<font face="tahoma" size="2">
<P>
<ul class="menulist" id="listMenuRoot">
 <li><a href="index.html">Home</a></li>
 <li>
  <a href="software.html">Software</a>
  <ul>
   <li><a href="software/firefox">Firefox</a></li>
   <li><a href="software/virtualbox">Virtual Box</a></li>
   <li><a href="software/openoffice">OpenOffice</a></li>
   <li><a href="software/browsesoftware"><b>Browse Software</b></a></li>
  </ul>
 </li>
 <li><li><a href="contact.html">Contact</a></li>
 <li><li><a href="helpus.html">Help Us</a></li>
</ul>

<script type="text/javascript">

var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');


listMenu.animations[listMenu.animations.length] = FSMenu.animFade;
listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
var arrow = null;
if (document.createElement && document.documentElement)
{
 arrow = document.createElement('span');
 arrow.appendChild(document.createTextNode('>'));
 arrow.className = 'subind';
}
addEvent(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));

</script>
				<BR><BR><BR>
				<P ALIGN=LEFT><FONT SIZE=1 STYLE="font-size: 8pt"><FONT COLOR="#ffffff"><FONT FACE="Tahoma, sans-serif"><B>Place
				your advertisement here.</B></FONT></FONT></FONT></P>
				<DIV ALIGN=CENTER>
					<P><FONT COLOR="#ffffff"><INPUT TYPE=BUTTON NAME="PushButton" VALUE="Place Ad" STYLE="width: 1in; height: 0.25in"></FONT></P>
				</DIV>
			</TD>
			<TD WIDTH=673>
				<TABLE WIDTH=677 BORDER=0 CELLPADDING=4 CELLSPACING=3 STYLE="page-break-inside: avoid">
					<COL WIDTH=661>
					<TR>
						<TD WIDTH=661 HEIGHT=106 VALIGN=TOP>
							<P><BR>
							</P>
						</TD>
					</TR>
					<TR>
						<TD WIDTH=661 HEIGHT=352 VALIGN=TOP>
						<FONT FACE="TAHOMA" SIZE="2">
							<P><P>Welcome to HERE!</P></P>
							<P ALIGN=LEFT>
							more words</FONT></SPAN></P>
							<DIV ALIGN=CENTER>
								<P><INPUT TYPE=BUTTON NAME="PushButton1" VALUE="Click To Help" STYLE="width: 1in; height: 0.25in"></P>
							</DIV>
							<P ALIGN=LEFT><SPAN STYLE="font-style: normal"><FONT FACE="TAHOMA" SIZE="2">words</FONT></SPAN></P>
						</TD>
					</TR>
				</TABLE>
				<P><BR><BR>
				</P>
			</TD>
		</TR>
	</TABLE>
</FORM>
<P><BR><BR>
</P>
</BODY>
</HTML>
 
Can you be more specific about whats going wrong? What versions of IE and Firefix are you using? Posting screenshots of the differences would be really helpful.
 
Back
Top Bottom