473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Simple web pages with tables different in Firefox and IE - why?


SInce many years, I have a web site that allows
to download a 1100 page physics textbook for free.
I recently redesigned the layout. Unfortunately,
now it looks different
in Firefox and Safary on one hand (all ok in these cases)
and in IE on the other hand.
On PC-IE, the navigation columns are partially hidden.
I have no idea why. Could somebody help me out?
The whole site is non-commercial.
(The site even looks ok on my old IE for Mac!)

The source code is simple HTMl and a short css file.
No javascript is used. I am not even sure if
it is a HTML or a css problem.

All files are freely accessible at
http://www.motionmountain.net

Thank you for any help!
From a puzzled mac user.


Christoph Schiller

Jul 24 '05 #1
6 5021
In article <11**********************@o13g2000cwo.googlegroups .com>,
ch***********@yahoo.com enlightened us with...

SInce many years, I have a web site that allows
to download a 1100 page physics textbook for free.
I recently redesigned the layout. Unfortunately,
now it looks different
in Firefox and Safary on one hand (all ok in these cases)
and in IE on the other hand.


That's because you gave a doctype, but no URL. That throws browsers into
quirks mode -- which makes them render differently.
Your doctype needs a URL, i.e. (for html4.01)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

If that doesn't fix the problem, let me know and I'll look some more. :)

--
--
~kaeli~
Experience is something you don't get until just after you
need it.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 24 '05 #2
me
<ch***********@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...

SInce many years, I have a web site that allows
to download a 1100 page physics textbook for free.
I recently redesigned the layout. Unfortunately,
now it looks different
in Firefox and Safary on one hand (all ok in these cases)
and in IE on the other hand.
On PC-IE, the navigation columns are partially hidden.
I have no idea why. Could somebody help me out?
The whole site is non-commercial.
(The site even looks ok on my old IE for Mac!)

The source code is simple HTMl and a short css file.
No javascript is used. I am not even sure if
it is a HTML or a css problem.

All files are freely accessible at
http://www.motionmountain.net

Thank you for any help!
From a puzzled mac user.


Christoph Schiller


In IE6 on Windows I made what appears to me to be a fix by removing the
*15px margin right* from the following styles:
Good Luck,
me

A
TD.lhere
TABLE.lmenu
SPAN.lmenu
Jul 24 '05 #3
In IE6 on Windows I made what appears to me to be a fix by removing the *15px margin right* from the following styles:
Good Luck,
me

A
TD.lhere
TABLE.lmenu
SPAN.lmenu

Thank you! I reworked the thing and now have half a fix; I hope
to have a full fix soon.

Christoph Schiller

Jul 24 '05 #4

What does this fix do?
the www.w3c.org validator does not complain at all.

Christoph Schiller

Jul 24 '05 #5
ch***********@yahoo.com wrote:
What does this fix do?
the www.w3c.org validator does not complain at all.


Using the DOCTYPE with the URL will make most browsers render pages in
standards mode, which will help ensure more consistant results across
browsers, and which will help you learn how to code more correctly. In
quirks mode the browsers try to emulate older, bug-ridden browsers.
Jul 24 '05 #6
nice book indeed !

on the code of your site,
this doesnt work
<!-- #INCLUDE PATH="ZB-upperleft.html" -->

1st remove the space
<!--#INCLUDE

then PATH is not a valid attribute

instead use FILE or VIRTUAL

or better check:
http://httpd.apache.org/docs/howto/ssi.html

gl
martin
Jul 24 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Pete | last post by:
Hello everybody -- Forgive my multi-posting my question. I posted first to ciwah, but I learned that ciwas is the better group for this CSS question. The problem has me stopped. The page: ...
6
by: chri_schiller | last post by:
SInce many years, I have a web site that allows to download a 1100 page physics textbook for free. I recently redesigned the layout. Unfortunately, now it looks different in Firefox and Safary on...
7
by: Tony LaPaso | last post by:
Hi All, I have a simple style sheet example below and I'm seeing different results in IE 6 vs. Firefox 1.0.3. I'm not sure which browser is rendering it correctly but I'm tending to think it's...
9
by: Astra | last post by:
Hi everybody Wonder if you could help me out. I created a simple JavaScript routine to enable a user to click backwards and forwards between small news articles. This routine works fine in IE...
1
by: Pete | last post by:
Hello everybody -- The problem has me stopped. The page: http://www.key-horse.com/fftst.html is rendered completely differently by Firefox 1.0 and IE 6.0. The code seems to me perfectly...
7
by: Michael Peters | last post by:
I need a simple editor to edit the texts in static html pages. Is there a program for that? It should be something very simple, nothing like Dreamweaver. I don't need to edit any tables,...
4
by: Wladimir Borsov | last post by:
Ok, think of let say 10 different web pages on the internet. Each of them are usual html web pages. Nothing special. What I want to do now is to create a new meta resp. grouping web page which...
1
by: Jeff | last post by:
I'm having a terrible time understanding how the Master Pages in VWeb 2005 using VB - handle layout issues with content placeholders and tables. Everytime I think that I understand how these things...
2
by: rn5a | last post by:
Please have a look at the image at the URL given below: http://rn5a.brinkster.net/Template.gif I would like to use that image as a template for all the ASP pages in a website. Note that though...
7
by: RSH | last post by:
I am struggling with a concept I'm not really finding a lot of in depth articles on but Im sure others have had similar issues. What is the best practice when it comes to persisting custom...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.