This is a discussion on "100% widths" within the Web Page Design section. This forum, and the thread "100% widths are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
100% widths
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hey there
i have a nice css 1 column template, where i am using a 760px width. the inner area has got some padding. i am integrating a shopping cart, that seems to use 100% width for tables, and i am seeing that it is pushing out of my structure (and trying to use the full 760px) - and ignoring the padding. any idea what can be done about this (w/io manually changing all the 100% to 740px or something...) thanks! |
|
|
|
#2
|
|||
|
|||
|
Re: 100% widths
Why not reduce it to 90% width or something?
Pete. |
|
#3
|
|||
|
|||
|
Re: 100% widths
doable, but
shouldn't the 100% be 100% of the avauilable space (ie - minus the padding)? |
|
#4
|
|||
|
|||
|
Re: 100% widths
It's like the box-model hack ... you need to compensate for the padding, margins and borders. So ... 100% yes if you don't have any of those. Otherwise ... something like 95%, 96%, etc...
|
|
#5
|
|||
|
|||
|
Re: 100% widths
ok, understood.
thank you! |
|
#6
|
||||
|
||||
|
Re: 100% widths
If only CSS had a pseudo-width property...
|
![]() |
| Tags |
| width 100 |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice on page widths etc | sing2trees | Web Page Design | 7 | Nov 21st, 2007 19:34 |
| How to force table cell widths | AdRock | Web Page Design | 1 | Sep 7th, 2006 14:54 |
| A question about widths em vs px | AdRock | Web Page Design | 5 | Aug 15th, 2006 09:05 |
| Erratic widths of percentage-based columns in IE | psyche | Web Page Design | 4 | Aug 13th, 2006 09:43 |
| Combining fixed and relative widths | hessodreamy | Web Page Design | 5 | Feb 10th, 2006 13:14 |