• 0

Need help with Mozilla Compatibility!


Question

This is really starting to bother me, if you goto www.zollonet.com using Firebird or the Latest ver. of any moz. based browser, you will see that my little "Z-Bar" is all the way at the top. But when you goto it in Internet Explorer, you see the proper version, vertically and horizontally centered. I am using Dreamweaver MX to construct the website.

I've tried everything I can think of to get this to work, has anyone had this problem before? If anyone has any recommendations/fixes, please reply.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi, a little css will fix your problem.

<body bgcolor="#868686" text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="checkbrowser()">

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="1%" valign="top"><img src="images/splash/splash_upper_right.gif" width="197" height="17" /></td>
  </tr>
  <tr>
    <td height="98%"><div align="center">
      <table width="100%" height="244" border="0" cellpadding="0" cellspacing="0" style="position:absolute, top:50%">

notice the "style=..." in the 2nd table tag

Link to comment
Share on other sites

  • 0

Oops, sorry about that. I saved your page in IE and it changed the doctype to this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?xml version="1.0" encoding="iso-8859-1"?><HTML 
xmlns="http://www.w3.org/1999/xhtml">

So if you change that and put in the style for the table it should work. I know that's not the greatest of solutions though. :p

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.