473,378 Members | 1,380 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,378 software developers and data experts.

Firefox requires refresh to render nested tables properly

Hi All,

I've got a test page that displays nested tables (it's machine generated),
it renders properly in IE6 and Opera 9. In firefox it renders properly after
I hit the refresh key, the first time you view it the borders overlap.

I know it has some strange table nesting, this is to overcome an IE bug.

Any clues on the Firefox (ver 2.0.0.3) problem would be appreciated.

here's the link http://members.iinet.net.au/~d****@powerup.com.au/

tia,
Dave
Mar 28 '07 #1
5 4570
Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:
Hi All,

I've got a test page that displays nested tables (it's machine
generated), it renders properly in IE6 and Opera 9. In firefox it
renders properly after I hit the refresh key, the first time you view
it the borders overlap.

I know it has some strange table nesting, this is to overcome an IE
bug.

Any clues on the Firefox (ver 2.0.0.3) problem would be appreciated.

here's the link http://members.iinet.net.au/~d****@powerup.com.au/

tia,
Dave
You have validation errors - fix them, see if the problem still occurs,
then come back.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Mar 28 '07 #2

"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn**************************@69.28.186.121...
Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:
maybe the url I sent was a clue too
>
You have validation errors - fix them, see if the problem still occurs,
then come back.
I have validated it and the tool passed it, would you mind saying which tool
you used, or perhaps I should say in the same vein -
tell me the tool you used.

regards,
Davo

working towards a more polite universe
Mar 28 '07 #3
Davo wrote:
"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn**************************@69.28.186.121...
>Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:

maybe the url I sent was a clue too
>You have validation errors - fix them, see if the problem still occurs,
then come back.

I have validated it and the tool passed it, would you mind saying which tool
you used, or perhaps I should say in the same vein -
tell me the tool you used.
Whether it validates or not, this is poor markup and I suspect that,
together with possible failure to size table elements, the unnecessary
nesting of tables is your problem. The source is an awful mess to read
and would be very difficult to maintain.

If it is necessary to use a table layout why not use more suitably
structured markup. Perhaps

<tr>
<td.... </td>
<td.... </td>
</tr>
<tr>
<td colspan="2".... </td>
</tr>

Louise
Mar 28 '07 #4
boclair wrote:
Davo wrote:
>"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn**************************@69.28.186.121.. .
>>Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:

maybe the url I sent was a clue too
>>You have validation errors - fix them, see if the problem still occurs,
then come back.

I have validated it and the tool passed it, would you mind saying
which tool
you used, or perhaps I should say in the same vein -
tell me the tool you used.

Whether it validates or not, this is poor markup and I suspect that,
together with possible failure to size table elements, the unnecessary
nesting of tables is your problem. The source is an awful mess to read
and would be very difficult to maintain.

If it is necessary to use a table layout why not use more suitably
structured markup. Perhaps

<tr>
<td.... </td>
<td.... </td>
</tr>
<tr>
<td colspan="2".... </td>
</tr>
I did not overlook your rationale that the markup was "machine
generated" (whatever that means) but these things not handed down from
on high on tablets of stone. Whatever the scripting used, suggest you
change it. If, rather than scripting, you are using a WYSIWYG editor
this sort of nonsense structuring is par for the course.

Louise

Mar 28 '07 #5

OK Louise,

Thanks, I'll redo it as you suggested.

Davo.

"boclair" <bo*****@bigpond.net.auwrote in message
news:m_***************@news-server.bigpond.net.au...
boclair wrote:
Davo wrote:
"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn**************************@69.28.186.121...
Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:

maybe the url I sent was a clue too

You have validation errors - fix them, see if the problem still
occurs,
>then come back.
I have validated it and the tool passed it, would you mind saying
which tool
you used, or perhaps I should say in the same vein -
tell me the tool you used.
Whether it validates or not, this is poor markup and I suspect that,
together with possible failure to size table elements, the unnecessary
nesting of tables is your problem. The source is an awful mess to read
and would be very difficult to maintain.

If it is necessary to use a table layout why not use more suitably
structured markup. Perhaps

<tr>
<td.... </td>
<td.... </td>
</tr>
<tr>
<td colspan="2".... </td>
</tr>

I did not overlook your rationale that the markup was "machine
generated" (whatever that means) but these things not handed down from
on high on tablets of stone. Whatever the scripting used, suggest you
change it. If, rather than scripting, you are using a WYSIWYG editor
this sort of nonsense structuring is par for the course.

Louise

Mar 28 '07 #6

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

Similar topics

3
by: Scott | last post by:
I have a clickable graph that resides on page 1. If user clicks a data point on the graph, the page runs again yeilding a 2nd graph that shows a more detailed graph. Problem is, I have a...
4
by: Jeremy Epstein | last post by:
Hi guys, I've got a page that shows a number of packages available for sale. Each package has a little description, and then a (sometimes long) list of features for each package. I thought it...
5
by: thatseattleguy | last post by:
I'm stumped. Visit: http://positivesweat.com/class.html ....and look at the tables in the middle labeled "morning" and "evening". Do this in both IE and Firefox. The tables appear to me to...
87
by: expertware | last post by:
Dear friends, My name is Pamela, I know little about CSS, but I would like to ask a question I have an image on a web page within a css layer: <DIV ID=MyLayer STYLE = "position:...
14
by: expertware | last post by:
Ok! to avoid confusion I will start a new argument. Thanks!! FIREFOX 1.0.7 AND IE6 viewed through DATATIME: a summary REPORT ===============================================================...
3
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am...
13
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available...
9
Motoma
by: Motoma | last post by:
Hi everyone, I am having an issue with my website http://motomastyle.com in Firefox. When I first navigate to the site, the posts I have made start below my navigation bar. After hitting the refresh...
3
by: SAL | last post by:
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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...

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.