|
| |
|
|
sventer
Posts: 68 Joined: 1/8/2004 Status: offline
|
table width - 1/8/2005 11:57:30
I'm delving into creating more with CSS and performing more customization to FP templates. I'm designing a web for a client and am playing with different layouts at http://www.svwebnet.com/EllisZen This client wants the table to fill more of the screen--The black border is too wide on the sides...what do I need to adjust to make this happen and to ensure that the site image will fill the screen regardless of the user's resolution? Any and all advice is much appreciated... Sharon www.svwebnet.com
|
|
|
|
Larry M.
Posts: 2845 Joined: 2/20/2003 From: Greenville, South Carolina, USA Status: offline
|
RE: table width - 1/8/2005 12:12:15
Sharon, Look's like you sucessfully addressed this same issue on www.svwebnet.com, which was to make the background blend with site colors. Will be harder to do on http://www.svwebnet.com/EllisZen because of the narrow range of pastels.
_____________________________
Larry M. Reality is the leading cause of stress among those few in touch with it
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: table width - 1/8/2005 12:18:51
quote:
Will be harder to do on http://www.svwebnet.com/EllisZen because of the narrow range of pastels. but why not grab one of those pastels? the black simply doesnt work on that page
_____________________________
Dan
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: table width - 1/8/2005 12:22:51
quote:
This client wants the table to fill more of the screen--The black border is too wide on the sides...what do I need to adjust to make this happen and to ensure that the site image will fill the screen regardless of the user's resolution? take a look at this code below from your site.. change the fixed width (width="770") to 100% quote:
<table width="770" border="0" cellspacing="0" cellpadding="0" summary="Main Layout"> <tr>
_____________________________
Dan
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: table width - 1/8/2005 17:30:10
quote:
take a look at this code below from your site.. change the fixed width (width="770") to 100% Dan, Sharon asked "... and to ensure that the site image will fill the screen regardless of the user's resolution?". Her banner image is 770px wide, so how will changing the table to 100% help it look right in a higher res? There will be blank space on either side if centered.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: table width - 1/8/2005 17:57:39
quote:
so how will changing the table to 100% help it look right in a higher res? hhmmm..what are your thoughts? I thought that would work.
_____________________________
Dan
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: table width - 1/8/2005 18:16:11
quote:
..what are your thoughts? I don't have any sensible suggestions. It is very difficult to make a fluid layout with a large non-repeatable banner like that. Some people make it work by grading the right of the pic into a solid colour, then making the cell or div backbround the same colour, so it blends in seamlessly. But I am not sure that would work here.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
|
|
Larry M.
Posts: 2845 Joined: 2/20/2003 From: Greenville, South Carolina, USA Status: offline
|
RE: table width - 1/8/2005 18:41:05
quote:
make the background blend with site colors Kinda back to this then, aren't we?
_____________________________
Larry M. Reality is the leading cause of stress among those few in touch with it
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: table width - 1/8/2005 18:54:01
i think so larry
_____________________________
Dan
|
|
|
|
d a v e
Posts: 4177 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: table width - 1/9/2005 3:14:53
the background colour for tha main td (the one that starts 'welcome' has a black background in firefox making the text vvirtually illegible
_____________________________
David Prescott Gekko web design
|
|
|
|
sventer
Posts: 68 Joined: 1/8/2004 Status: offline
|
RE: table width - 1/9/2005 18:47:48
Thank you all...I've got a great place to start and will apply changes and see what I come up with...thanks too for the tutorial links! Sharon
|
|
|
|
sventer
Posts: 68 Joined: 1/8/2004 Status: offline
|
RE: table width - 1/9/2005 19:25:59
One additional query...I've figured out how to get the static table sized the way I need and the graphic...however, with svwebnet.com that I built with an acquired template..no matter what resolution the viewer is using they don't need to scroll horizontally, yet I can't figure out which part of the code is making that happen? That's also what I need to do in the /EllisZen web. Re: firefox and the black background, ewww...I do believe I missed a bkgrnd color change in one of the style sheets and will get right to that... Thanks again, Sharon
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: table width - 1/9/2005 19:37:04
quote:
however, with svwebnet.com that I built with an acquired template..no matter what resolution the viewer is using they don't need to scroll horizontally, yet I can't figure out which part of the code is making that happen? It is as Dan mentioned above: quote:
take a look at this code below from your site.. change the fixed width (width="770") to 100% A table set to 100% width will be fluid, and expand or contract (to a certain limit) to fit the screen horizontally.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
|
|
sventer
Posts: 68 Joined: 1/8/2004 Status: offline
|
RE: table width - 1/9/2005 21:08:53
Okay...I had tried that and it didn't seem to happen...will look at it again...thanks so much...Sharon
|
|
|
|
skip
Posts: 177 Joined: 12/9/2001 From: Missouri USA Status: offline
|
RE: table width - 1/9/2005 22:01:04
if your jpg header image is 990px wide, won't it always be to wide i thought 700 to 800 was more of a standard width
_____________________________
skip
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: table width - 1/9/2005 22:18:17
quote:
Okay...I had tried that and it didn't seem to happen. The reason it is not resizing downwards, is because the banner is a fixed width, and at its current 990px, is holding the table open to its size. That is what the earlier messages above were discussing. If you leave the banner at 770px and made the table flexible with 100% width, you will get spaces on either side of the banner at higher resolutions. If you make the banner wider, you will get a horizontal scroll bar at lower resolutions. There is no ideal way of dealing with this problem.
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
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
|
|
|