473,748 Members | 8,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Senseless rendering: Mac.Mozilla != Mac.Netscape6.0 1 ?!?!

Hello out there,
pls excuse if my xposting might fall into a false group - this is a quick problem which I should solve soon...

Why the heck would Mozilla 1.2.1 on a Mac (OS 9.x) render a HTML-page different from Netscape 6.01 on the same Mac?

The page in question is (temporarily)

http://www.gosub.de/felix/waitpage.html

For debugging I turned on the table borders and trans.gif-borders:

Netscape here always makes the spacer-gif table rows too high! It doesn't make any sense to me and I would be so thankful if someone could lead me back to the path of working HTML...

I tried to set the colspan of the spacer rows (to add an extra blank space between the form field rows) to 6 first, of course, and now changed to 6 identical td's - no difference.

I tried to set the table height - no use either

I've added a style to the form tag - no use, as expected.

I'm goin nuts soon...
Any advice much appreciated here,
Roman.
--
Roman Blöth
gosub communications GmbH | Fredersdorfer Str. 10 | D-10243 Berlin
T: 030 / 29 36 39 1 - 43 | F: 030 / 29 36 39 1 - 40
Jul 20 '05 #1
5 2871
Dear Chris Morris <c.********@dur ham.ac.uk>,

Am 02 Jul 2003 11:11:39 +0100 hast du geschrieben:
Netscape 6.01 is based on an early (pre-release) version of Mozilla.
I forget which exactly, and don't have a copy to hand, but someting
like 0.6 sounds about right [..] It's a bug I remember seeing quite a lot from some Netscape 6s and
spacer gifs. If you use a CSS-based layout you won't need the spacer
gifs, but until then a possible workaround is to set style="font-size:
1px;" on the spacer cells (preferably through an external CSS file and
classes, obviously).


O.k., this indeed is an enlightenment to me. Thank you very much for your qualified answer and help!

And btw, I would love to use external CSS here, (and clean HTML 4.01), but this page has to be rendered on as many browser/os combinations as possible, and for example Opera 6.05/Win ignores spacer gifs of height=4...
Thank you a thousand times! You really saved my day.
Roman.
--
Roman Blöth
gosub communications GmbH | Fredersdorfer Str. 10 | D-10243 Berlin
T: 030 / 29 36 39 1 - 43 | F: 030 / 29 36 39 1 - 40
Jul 20 '05 #2
Roman Blöth <bl****@gosub.d e> wrote:
Why the heck would Mozilla 1.2.1 on a Mac (OS 9.x) render a HTML-page
different from Netscape 6.01 on the same Mac?
Netscape 6.01 is based on a much earlier version of the Gecko engine
than Mozilla 1.2.1.
The page in question is (temporarily)

http://www.gosub.de/felix/waitpage.html

For debugging I turned on the table borders and trans.gif-borders:

Netscape here always makes the spacer-gif table rows too high!
Are you building a new web page with spacer gifs? How retro. ;-)
It doesn't make any sense to me and I would be so thankful if someone
could lead me back to the path of working HTML...
See http://www.hut.fi/~hsivonen/doctype.html

Your doctype puts Netscape 6.01 into Standards mode and Mozilla 1.2.1
into Almost Standards mode.
In Standards mode (Netscape 6.01) the table cells are sized according
to the CSS specification - this means that the <img> is treated as if
it was a text character and so space is left below it just as you
would leave space below the letter 'a' in case the next letter in the
sentence was 'g'.
In Almost Standards mode (Mozilla 1.2.1) the table cell heights are
rendered in retro-Netscape 4 fashion with no space below the images.
I tried to set the colspan of the spacer rows (to add an extra blank
space between the form field rows)


Why not use margin on the form elements? Or padding on the table
cells?

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 20 '05 #3
Chris Morris wrote:
Roman Blöth <bl****@gosub.d e> writes: [snip]
Netscape here always makes the spacer-gif table rows too high! It
doesn't make any sense to me and I would be so thankful if someone
could lead me back to the path of working HTML...


It's a bug I remember seeing quite a lot from some Netscape 6s and
spacer gifs. If you use a CSS-based layout you won't need the spacer
gifs, but until then a possible workaround is to set style="font-size:
1px;" on the spacer cells (preferably through an external CSS file and
classes, obviously).


Are you sure? It sounds like the usual problems with strict mode and table
layouts, not a bug in Netscape:

<URL:http://devedge.netscap e.com/viewsource/2002/img-table/>

Something to remember the next time somebody claims that table layouts work
the same everywhere.

By the way, if you're going to stick with spacer gifs, alt="" or alt=" ",
not alt="spacer".
http://ppewww.ph.gla.ac.uk/~flavell/alt/alt-text.html


Ditto.
--
Jim Dabell

Jul 20 '05 #4
In article <20************ *************** *@gosub.de>, Roman =?ISO-8859-
15?Q?Bl=F6th?= wrote:
And btw, I would love to use external CSS here, (and clean HTML 4.01),
but this page has to be rendered on as many browser/os combinations as
possible, and for example Opera 6.05/Win ignores spacer gifs of
height=4...


Then you must use external CSS (hiding from NN4 and IE3) and clean HTML4.
That is most supported after plain text. (Opera 6 has one of the best CSS
capability, BTW.)

There is probably 100 times more browser/os combinations than you know.

And if you mean rendered exactly same with rendered, you will fail. On
all browsers, at least with some settings.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #5
Lauri Raittila wrote:
(Opera 6 has one of the best CSS capability, BTW.)


Better than O7 in some cases :-(

--

Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #6

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

Similar topics

5
2845
by: JW | last post by:
A while ago I posted a page with some rendering differences between IE and Mozilla/Firebird. It's been a while since I revisited it, but I've modified things so that the HTML and CSS pages validate. http://zdub.home.mindspring.com/csstest The test1 & test2 pages show some big differences between the two browser families. The first difference (with two variations) is in the highlighting of a graphic link. The second is in the text...
2
1884
by: Karl Smith | last post by:
This page: http://users.tpg.com.au/karl6740/css/multi-mode_1.html - uses "CSS1Compat" mode in Opera 7.23 but "BackCompat" mode in MSIE 6 and "QuirksMode" in Mozilla 1.6. Whereas this page: http://users.tpg.com.au/karl6740/css/multi-mode_2.html
30
3000
by: Matt Probert | last post by:
Is it just me (probably) or is Mozilla and the newer Firefox full of CSS rendering bugs? I ask, because some strange effects occur with Mozilla and Firefox which don't happen in Opera and dare I say it, IE. Like, for example, non-selection of a font-face for one style element, even though it is selected okay for another element and the colour, decoration and size are all rendered correctly!
5
2054
by: alexandre damiron | last post by:
The following Addel function renders a new line on Mozilla but nothing on IE 6 , yet no error is parsed neither on IE nor Mozilla. Any explanation ? Thanks a lot. <html> <head> <title>Mozilla Rich Text Editing Demo</title> <link rel=stylesheet href="./css/Flux.css" type="text/css" /> <script language="JavaScript" type="text/javascript">
4
1765
by: Nacho Nachev | last post by:
Hello, AFIAK ASP.NET (1.1) uses a technology called 'Adpative Rendering' to output HTML that is compliant with the client browser or at least stick to HTML 4 specification or IE. This seems to be quite a problem for me. I have HTML output for Mozilla that has missing style attribute in list boxes and buttons and my layout seems crappy. If I save the HTML that comes for IE and open the file with Mozilla everything seems correct.
4
1844
by: David R | last post by:
Using this CSS: ------------------------ button { border: none; background: url("Button-LU.gif") center center; padding: 0; text-align: center; margin: 0.5em;
8
7772
by: Clément | last post by:
Hi! I am currently developping a user interface with Ajax/C#/.net. And I am facing a problem with Mozilla, and Firefox. I use the function innerHTML to load a Web UserControl into a div, this way the main page never gets refreshed. It works perfectly under IE, but with Mozilla and Firefox I got a problem : there is a space before the thing I want to display everytime I use ".innerHTML".
3
10106
by: ramesh | last post by:
Hi all, I am facing a problem with the rendering of html into a windows application (C# .NET). I am trying with two possible approaches: 1. Use a control that directly renders the html into windows form, but it should not be dependent on IE or mshtml. I didn't get such kind of control so far. Can any one help on this? 2. Use a third party Html to Rtf converter and render the rtf in
4
2289
by: R144N | last post by:
Hi Everyone, I've searched variuos forums as much as I could for a similar problem within the time I could and found no helpful solution, I hope someone here can help me out: I have an iFrame issue in all Mozilla browsers where the text appears to be like strikethrough text but it is definitely a rendering issue. I have tried iFrame and Object tags as advised on w3c.org but alas, the same problem. Is this a bug in Mozilla? and if so, is...
0
8989
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9537
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2213
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.