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 07-20-2002, 04:56 AM   PM User | #1
webmarkart
Regular Coder

 
Join Date: Jul 2002
Location: Raleigh, NC
Posts: 484
Thanks: 0
Thanked 0 Times in 0 Posts
webmarkart is an unknown quantity at this point
weird table issues

I'm trying to build a table around the table's background image. If someone could tell me why the second row of the table extends so far down I'd be eternally grateful. The first row is just a 4 pixel spacer, the second had all of the content, and the third is all the way at the bottom. There is no content forcing the second row to be so tall... check it out

www.webmarkart.com/soundview
__________________
-WebMark Art
Programming is 80% thinking and 20% spelling
webmarkart is offline   Reply With Quote
Old 07-20-2002, 09:26 AM   PM User | #2
MCookie
Regular Coder

 
Join Date: Jun 2002
Location: NL
Posts: 421
Thanks: 0
Thanked 0 Times in 0 Posts
MCookie is an unknown quantity at this point
There's this 505px spacer:

<table width="760" cellpadding="0" cellspacing="0" border="1" align="CENTER" class="background">
<tr>
<td colspan="4"><img src="images/white1.gif" alt="" width="1" height="4" border="0"></td>
</tr>
<tr>
<td width="1" rowspan="2"><img src="images/white1.gif" alt="" width="1" height="505" border="0"></td>
MCookie is offline   Reply With Quote
Old 07-20-2002, 04:30 PM   PM User | #3
webmarkart
Regular Coder

 
Join Date: Jul 2002
Location: Raleigh, NC
Posts: 484
Thanks: 0
Thanked 0 Times in 0 Posts
webmarkart is an unknown quantity at this point
I understand that there is a spacer of 505 but there is also a rowspan of 2. If you look I turned the border on for the 505 pixel spacer... it extends past the point that the second row begins so this can't be the cause of the middle row being extended.

www.webmarkart.com/soundview
__________________
-WebMark Art
Programming is 80% thinking and 20% spelling
webmarkart is offline   Reply With Quote
Old 07-20-2002, 04:34 PM   PM User | #4
webmarkart
Regular Coder

 
Join Date: Jul 2002
Location: Raleigh, NC
Posts: 484
Thanks: 0
Thanked 0 Times in 0 Posts
webmarkart is an unknown quantity at this point
Never mind, I had a brain fart... I was telling the table how high to be without defining how high I wanted each row. Once I defined the height of the bottom row it noved itself up within the table. thanks
__________________
-WebMark Art
Programming is 80% thinking and 20% spelling
webmarkart is offline   Reply With Quote
Old 07-21-2002, 01:50 AM   PM User | #5
SYP}{ER
Regular Coder

 
Join Date: Jun 2002
Location: Ontario, Canada
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
SYP}{ER is an unknown quantity at this point
lol, brain fart...
__________________
Offtone.com - In the works...
SYP}{ER is offline   Reply With Quote
Old 07-21-2002, 08:09 PM   PM User | #6
Tonz
Regular Coder

 
Join Date: Jun 2002
Location: Auckland New Zealand
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Tonz is on a distinguished road
EEEErrrmmm.

Have you checked the page in NS?

I checked with 4.75 (or whatever 4... is) and no background image, this is due to 4... ignoring css.

Good luck with the project.

Tonz
__________________
Beware, the Cybertooth tiger cometh
Tonz 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 08:49 PM.


Advertisement
Log in to turn off these ads.