IE table problem

Discussion in 'HTML & Website Design' started by Mong, Mar 30, 2006.

  1. #1
    Where the problem starts at first?
    My website in question provides analytic data from various sources and display data row by row (<tr>) it renders data in Firefox and Opera pretty well and user remains confidents because he sees row by row data appearing on the page.
    But Internet Explorer displays data table by table not row by row.So my users 45% use internet explorer and they must have to wait for few minutes to get all the data at once.
    Please remember internet explorer users don't see data appearing row by row so they must frustrate.In order to find its solution i have used table tags before every <tr> now data looks to be appear as row by row (per url) but in actual its displaying it table by table.
    But now its look in internet explorer is totally scattered.

    Please help me in maintaining the look (as in FX & Opera) while data should be rendered as its now doing.

    Please help me.
    Thank You.

    Url is http://www.nichewatch.com/oldindex.php ( this is where i am trying to maintain rendering and look in IE)
     
    Mong, Mar 30, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    For long queries you could do the query in an iframe and update a DB with the results while simultaneously using ajax to collect the results from the DB and output them to the page.
     
    mad4, Mar 30, 2006 IP
  3. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #3
    thx mad4
    there are two problems

    First i am not using database at all in this tool
    and i have no experience with ajax (but i am interested in it... do you have some sample resoruces link :) )
     
    Mong, Mar 30, 2006 IP