navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

table size problems

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> table size problems
Page: [1]
 
prupru

 

Posts: 2
Joined: 2/26/2008
Status: offline

 
table size problems - 2/26/2008 12:54:38   
Hello,
I need help with a simple table design question please...

I've created a table with spacer images and it looks just fine, but when I try to insert a picture in one of the autostrech cells the whole table oversteps the limits of the browser screen. It happens only in IE6, in Mozilla it's fine.

The cell I insert it to is inside the table, inside another table.

this is the OK table without the image:
http://rdstest.netter.ru/tablok.html

and this is the one overstepping screen size in IE6: (the image is a blue stripe)
http://rdstest.netter.ru/table1.html

here is a piece of the code:

<td height="65" colspan="5" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#99FF00">
<!--DWLayoutTable-->

<tr>

<td width="100%" height="64" valign="top" bgcolor="#00CC00">
<!-- the image: --><img src="pics/spacer.gif" alt="" width="631" height="1" />

</td>
<td width="226" valign="top" bgcolor="#0066CC"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="1"></td>
<td><img src="pics/spacer.gif" alt="" width="226" height="1" /></td>
</tr>
</table></td>

Any help greatly appreciated...
coreybryant

 

Posts: 2454
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: table size problems - 2/26/2008 13:11:02   
I see the problem also in Opera as well.

I probably missed something, but you have the image set for 631 pixels. Wouldn't that mean the image is going to show up as 631 pixel regardless of how you set the <td>, etc.

_____________________________

Corey R. Bryant
Merchant Accounts | Toll Free Numbers | Expression Web Blog

(in reply to prupru)
prupru

 

Posts: 2
Joined: 2/26/2008
Status: offline

 
RE: table size problems - 2/26/2008 13:19:40   
Sure, it is going to show up as 631px, but if your screen resolution is not less than 1024 in width, the cell I'm trying to put picture in should show up more than 631 px in size, so insertion of the img should not cause the cell resize...

(in reply to coreybryant)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: table size problems - 2/26/2008 19:15:54   
quote:

but if your screen resolution is not less than 1024 in width,
and what if it is less?

_____________________________

Dan

(in reply to prupru)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: table size problems - 2/26/2008 19:16:22   
they look the same

_____________________________

Dan

(in reply to prupru)
Page:   [1]

All Forums >> Web Development >> General Web Development >> table size problems
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts