Buy Sell Discuss UK Domain Names at AcornDomains.co.uk

Today's Drop Dates are: 07-11-2011 or 14-11-2011   All times are GMT. The time now is 05:00:57 PM.
Domain Name Sales Domain Software Calculate UK Domain Drop Dates Domain Registration NameDrive Domain Parking Subscribe to our Domains For Sale newsletter
Go Back   Domain Forum Acorn Domains Buy Sell Auction UK Domains > Wanted Adverts > Services Wanted
Connect with Facebook

Services Wanted Need a web designer? Help with a script? ask here

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-03-2010, 10:57:40 PM     #1 (permalink)

 
grantw's Avatar
 
Join Date: Mar 2005
Posts: 3,597
grantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond repute

CSS Table challenge

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 by grantw; 02-03-2010 at 11:01:31 PM.
grantw is offline  
Old 02-03-2010, 11:10:02 PM     #2 (permalink)

 
denchomsky's Avatar
 
Join Date: Dec 2005
Posts: 1,497
denchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond reputedenchomsky has a reputation beyond repute

I will take a look if you like, Pm'd you with my email.
denchomsky is offline  
Old 02-03-2010, 11:19:39 PM     #3 (permalink)

 
Skinner's Avatar
 
Join Date: Jul 2008
Location: Manchester
Posts: 2,501
Skinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond repute

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 ?
__________________
Browse:
Skinner is offline  
Old 02-03-2010, 11:27:00 PM     #4 (permalink)

 
grantw's Avatar
 
Join Date: Mar 2005
Posts: 3,597
grantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond repute

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
grantw is offline  
Old 02-03-2010, 11:30:15 PM     #5 (permalink)
rob
Founding Member
 
rob's Avatar
 
Join Date: Jan 2005
Posts: 5,879
rob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond repute

what about making mini tables for IE? every 10 entries is a </table> etc
rob is offline  
Old 02-03-2010, 11:32:39 PM     #6 (permalink)

 
grantw's Avatar
 
Join Date: Mar 2005
Posts: 3,597
grantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond repute

<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
grantw is offline  
Old 02-03-2010, 11:35:55 PM     #7 (permalink)

 
grantw's Avatar
 
Join Date: Mar 2005
Posts: 3,597
grantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond repute

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

Cheers, Grant
grantw is offline  
Old 02-03-2010, 11:38:48 PM     #8 (permalink)

 
Skinner's Avatar
 
Join Date: Jul 2008
Location: Manchester
Posts: 2,501
Skinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond reputeSkinner has a reputation beyond repute

You would be better AJAXing that.

That would be the route I'd take.
__________________
Browse:
Skinner is offline  
Old 02-03-2010, 11:42:05 PM     #9 (permalink)

 
grantw's Avatar
 
Join Date: Mar 2005
Posts: 3,597
grantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond reputegrantw has a reputation beyond repute

Quote:
Originally Posted by Skinner View Post
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
grantw is offline  
Old 02-03-2010, 11:47:23 PM     #10 (permalink)
rob
Founding Member
 
rob's Avatar
 
Join Date: Jan 2005
Posts: 5,879
rob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond reputerob has a reputation beyond repute

Quote:
Originally Posted by grantw View Post
ust want to botch this last 1% together

Grant
I think you will find mine is a Grade A botchworthy 'solution'
rob is offline  
Closed Thread



Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Domain Name Community Replies Last Post
Satire website survives domain name challenge - Register RSS Domain Name News 0 17-08-2009 07:59:17 AM
Satire website survives domain name challenge - Register RSS Domain Name News 0 29-07-2009 05:07:05 AM
US Public Interest Groups Challenge Kentucky Gambling Domains Seizure - Gaming Intell RSS Domain Name News 0 18-11-2008 12:59:19 AM
3 Cases Complainant table Nigel Domain Name Disputes 1 25-01-2007 04:04:23 PM
3 Cases Respondent Table Whois-Search Domain Name Disputes 21 14-01-2007 09:33:55 PM




All times are GMT. The time now is 05:00:57 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 RC 2
All content on Acorn Domains is member generated and is not moderated before posting. All content is viewed and used by you at your own risk and AD does not warrant the accuracy or reliability of any of the information. The views expressed are those of the individual contributors and not necessarily those of AD. Please contact us to report any issues or send a PM to "Admin".