Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Table Height: Too Tall / Height Issue
Old 11-03-2005, 11:30 AM Table Height: Too Tall / Height Issue
Junior Talker

Posts: 3
Trades: 0
Hey everybody:

I'm working on a site - and this page is an example of many other pages I'll create. My main question/issue is why is a particular table stretching as tall as it is? Specifically, I'm referring to the innermost table - the one that lists team rankings/data versus opponents. I've been able to rectify the problem (on some browsers) with an #ID tag for the table, along with a css rule setting the corresponding <td> element to: height: auto; I prefer to use classes since the data is broken into units of ten and there's a sepearate table for each of these data sets. When I try to use classes or anything besides: #tableID, #tableID td { height: auto; } the table blows up in height. I've really never experienced anything like this.

http://teamrankings.com/beta/nfl.php
(I realize there are a number of errors with it - it's in progress).

RELEVANT CSS:
http://teamrankings.com/beta/css/teamrankings.css

I've looked around on the web and there are so many problems with table height in general, it's hard to sort through that stuff and figure anything out. I'm wondering if anyone knows any reason why the table is behaving like this in the first place, it seems to me to be very odd behavior.

Thanks for everything.
Let me know if I need to post additional information.
wryan007 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-03-2005, 12:03 PM
Junior Talker

Posts: 4
Location: NJ
Trades: 0
Your problem is here:

/*////////////////MAINCONTENT INFO////////////////*/

#mainContent {
width:760px;
margin-top:18px;
}

#mainContent td {
border:1px solid silver;
/* height:600px; take this out and it works fine*/
}
impressM_Hector is offline
Reply With Quote
View Public Profile Visit impressM_Hector's homepage!
 
Old 11-04-2005, 09:15 AM
Junior Talker

Posts: 3
Trades: 0
thank you. that was silly of me.
wryan007 is offline
Reply With Quote
View Public Profile
 
Old 11-04-2005, 10:01 AM
Junior Talker

Posts: 4
Location: NJ
Trades: 0
NP. It happens to everyone...
My first response was going to be: "Go get a cup of coffee and let it go for a while... Then start looking at it from the very basics."

I bet you would have found it!
impressM_Hector is offline
Reply With Quote
View Public Profile Visit impressM_Hector's homepage!
 
Reply     « Reply to Table Height: Too Tall / Height Issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.85577 seconds with 12 queries