473,508 Members | 2,337 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Inconsistent problem with Netscape, but not IE

I have an inconsistent problem with some Internet pages when using Netscape
(7.1) that I cannot reproduce with IE nor locally. Below is an example
link.

There are several tables on the pages. The tables at the top containing
small images are working correctly. The tables below that contain product
descriptions and input to purchase an item, these table have a problem with
Netscape. Sometimes one or more of these tables will just display the
headers, only with Netscape served from the Internet but not served from my
local test machine nor with IE. What might be causing this?

Example problem page: http://www.pistoleer.com/targets/rifle/

Pete
__________________________________________________ _______________
A-Zoom snap-caps, Bore-Stores cases, Kleen-Bore gun care products
Official Targets, Pachmayr grips/pads, Trius traps, Target Stands
Lyman Reloading, Beretta mags, HKS speedloaders, FREE classifieds

Jul 20 '05 #1
1 1663
DU
The Pistoleer wrote:
I have an inconsistent problem with some Internet pages when using Netscape
(7.1) that I cannot reproduce with IE nor locally. Below is an example
link.

There are several tables on the pages. The tables at the top containing
small images are working correctly. The tables below that contain product
descriptions and input to purchase an item, these table have a problem with
Netscape. Sometimes one or more of these tables will just display the
headers, only with Netscape served from the Internet but not served from my
local test machine nor with IE. What might be causing this?

Example problem page: http://www.pistoleer.com/targets/rifle/

Pete


Your page has 566 validation errors (link broken to avoid scrolling):

http://validator.w3.org/check?uri=ht....pistoleer.com
%2Ftargets%2Frifle%2F&charset=%28detect+automatica lly%29&doctype=Inline&verbose=1

You should quote all of your attribute values to avoid errors.
"Why attribute values should always be quoted in HTML"
http://www.cs.tut.fi/~jkorpela/qattr.html

"By default, SGML requires that all attribute values be delimited using
either double quotation marks (...)"
http://www.w3.org/TR/html4/intro/sgm...tml#attributes

You have 1 table with this code:

<P><TABLE WIDTH=100%>

Now, a table can not nested inside a <p> and width=100% will be treated
as width of 100 pixels, not 100% of the available width of its parent.

I would remove all of the onmouseover spamming in the status bar: most
browsers nowadays neutralize such spamming and you'll unneedlessly annoy
the others who do not use proxomitron.
By removing all these onmouseover and onmouseout attributes, you also
reduce the tag soup.
Excessive force put on the status bar also scares potential customers.
You see, status bar is the standard browser chrome by which a browser
[should] communicate genuine unaltered information and notification
about Secure Socket Layer, encryption power, padlock icon open/closed,
cookie icon, http connection, requests, ftp downloads, progress of http
connection, requests, etc.. Interfering with the standard functionality
of the status bar is usually considered excessive force by a wide
majority of users.

You should drop <font> entirely since you're using stylesheet anyway.
W3C Quality Assurance tip for webmaster:
"Recommended Practices
Forget <font>, use CSS"
http://www.w3.org/QA/Tips/font-size

You can reduce the tag soup by eliminating all 119 occurences of <NOBR>
by editing a single judicious line in a stylesheet.

DU
Jul 20 '05 #2

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

Similar topics

1
9554
by: mark.reichman | last post by:
First off.. Thanks to Grant Wagner for help in a previous thread related to this one. I am at a total loss... I have multiple fields in a form with the same name. Lets call the fields with the...
4
1931
by: Harlan Messinger | last post by:
At http://www.gavelcade.com/tests/partial-child-recognition.html is an illustration of an apparent inconsistency in the way the child selection operator > is handled with respect to tables, rows,...
2
1196
by: MR. UNDERHILL | last post by:
I image this question is already answer in thousands of places because is very obvious that ocurrs. Basically, I have a .net text box control on a asp.net page, and I'm using the width property to...
10
1464
by: Robert Baer | last post by:
<SWM.HTM listing; does not work; positioning wrong (below main GIF)> <!-- IE adds a horizontal 4-icon strip near the upper left corner when that area is visited (WTF?) --> <head> <meta...
3
1865
by: codeman | last post by:
Hi all Lets say we have two tables: Customer: Customer_number : Decimal(15) Name : Char(30) Purchase: Purchase_number : Decimal(15)
1
1936
by: Prasoon | last post by:
I have a JSP page on which when print is pressed - Records are fetched on a redirected page and those are to be printed. I use the lines - <script language="javascript"> window.print();...
4
1666
by: junkdump2861 | last post by:
Here's the problem: using Netscape 7.1, I type use the view page source command (url is http://en.wikipedia.org/wiki/Cain) and save the raw HTML file and it's 67 kb, and has the addresses of all...
3
6171
by: Rahul Babbar | last post by:
Hi All, When could be the possible reasons that could make a database inconsistent? I was told by somebody that it could become inconsistent if you " force all the applications to a close on...
0
1114
by: johnthawk | last post by:
In the below code setting cell to inconsistent sets entire column inconsistent (renderer).However, I need a third state off | on | inconsistent . How can I change one path->cell? Any help...
0
7225
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
7324
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,...
0
7495
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...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5052
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...
0
3181
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1556
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
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...

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.