Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-05-2010, 10:46 PM   PM User | #1
jihanemo
Regular Coder

 
Join Date: Oct 2008
Posts: 183
Thanks: 12
Thanked 0 Times in 0 Posts
jihanemo is an unknown quantity at this point
RESOLVED Height of cell is wrong...

Page in question may be viewed here.

What is it that's setting the height of the "proddescript" cell? ("proddescript" cell contains the product name, price, and description). I haven't specified a height for that cell, yet it is about 300px high. I think it has something to do with that css pop-up image code in the "prodimage" cell to the right. The height of the "proddescript" cell seems to be lining up with the "prodimage" cell somehow.

I don't want the "proddescript" cell to have a specified height. How do I fix that?
jihanemo is offline   Reply With Quote
Old 09-06-2010, 10:41 AM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Quote:
Originally Posted by jihanemo View Post
The height of the "proddescript" cell seems to be lining up with the "prodimage" cell somehow.
Yes, because they're both in the same table row. The height of the two cells .proddescript and .prodorder have to be the same as the height of .prodimage as they're all in the same row.

If you want the .prodorder text to be immediately below the .proddescript cell why not just have them in the same cell?

Last edited by SB65; 09-06-2010 at 10:44 AM..
SB65 is offline   Reply With Quote
Old 09-06-2010, 05:11 PM   PM User | #3
jihanemo
Regular Coder

 
Join Date: Oct 2008
Posts: 183
Thanks: 12
Thanked 0 Times in 0 Posts
jihanemo is an unknown quantity at this point
I'd prefer for the content in proddescript to have it's own cell. But thanks for the tip!
jihanemo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:30 PM.


Advertisement
Log in to turn off these ads.