Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Wanted: Service CSS Table challenge

Status
Not open for further replies.
Joined
Mar 13, 2005
Posts
4,662
Reaction score
184
Right I've been dicking around with a new script for 2 days and got a total headache :) All issues are sorted but for it to work how I want it to I cannot use <table> tags in the html (don't ask!!) - so my challenge is, if I show you a html table, can you recreate it using CSS?

OR can you think of a way to make IE see a closing </table> tag before the actual end of the table without it breaking the table - some sort of invisible table or whatever ..........

£25 in it if you can solve this either way. PM me or post here.

Cheers, Grant
 
Last edited:
Why do you need a table tag before the end ?

Wouldn't it be easier to embed a table that only shows for IE ?

Assign an hidden attribute if not IE to the hidden one ?
 
A loop outputs data to a table. I want the data to display row by row as it is processed. I have this working fine with FF using flush() etc. but IE will not output the buffer when in a table until it see the closing </table> tag.

Grant
 
what about making mini tables for IE? every 10 entries is a </table> etc
 
<table>
<tr>
<td>
</td>
<td>
</td>
</tr>

Where in the above would you insert a table without breaking the structure of the existing one?

Cheers, Grant
 
Sorry, got you Rob, my heads battered :). Yes, that's an option I guess.

Cheers, Grant
 
You would be better AJAXing that.

That would be the route I'd take.
 
You would be better AJAXing that.

That would be the route I'd take.

Agreed, but I know jack all about Ajax/javascript and the script is 99% sorted. Just want to botch this last 1% together :)

Grant
 
OK sod it, I'm leaving it as it is for now, IE users will just have to wait a while.

Final solution:

'This site works best with Firefox!'

:)

Cheers all.
 
Site is up in its basic form if anyone wants a play:

Bulk Whois

Tested in latest IE and FF only. Let me know if it breaks :)

Grant
 
No probs with your home page in the following browsers:
chrome 4.0 - windows
safari 4.0.4 - windows
opera 10.10 - windows
IE8.0.6x - windows
FF 3.5.8 - windows

you should improve your html. doctype declaration should always go first and <html> tag right after it.

martin
 
Thanks for checking it with those browsers Martin.

Cheers, Grant
 
Downloaded that mate thanks. Can you do me a favour and remove the index page you've put up.

Appreciated, Grant
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom