![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
After a few hours of modification, I've taken the advice of some folks here and changed over to tables with a new CSS modification. Oddly, now IE 7 renders extra padding to the right side of "Last Post." I've changed the width, the padding, font size, margin, added vertical- align, and rechecked all definitions of the Box Model bug in IE. Unfortunately all information I can obtain about the box model point to only <div> tags, and nothing about tables. http://98.228.176.231/forums/ is the link to the main page. |
#3
| |||
| |||
|
|
now IE 7 renders extra padding to the right side of "Last Post." I've changed the width, the padding, font size, margin, added vertical- align http://98.228.176.231/forums/ is the link to the main page. |
#4
| |||
| |||
|
|
Ben wrote: now IE 7 renders extra padding to the right side of "Last Post." *I've changed the width, the padding, font size, margin, added vertical- align http://98.228.176.231/forums/is the link to the main page. Get rid of all those overly precise font-size, padding and width properties and things will go better. Instead of trying to control every pixel, set the table width to 100% and the columns to % as well. And do use <th> instead of <td> for column headings. BTW, I hate it when an explicit width in ems is used on main content blocks. I'm sure it's just peachy for those who use a small or average browser default font size, but it just makes for unnecessary horizontal scrolling for those of us who use larger type. Set a max-width if you must, but don't be stingy about using the available screen real estate. -- Berg |

#5
| |||
| |||
|
|
On Dec 31, 9:54*am, Bergamot <berga... (AT) visi (DOT) com> wrote: Ben wrote: now IE 7 renders extra padding to the right side of "Last Post." *I've changed the width, the padding, font size, margin, added vertical- align http://98.228.176.231/forums/isthe link to the main page. Get rid of all those overly precise font-size, padding and width properties and things will go better. Instead of trying to control every pixel, set the table width to 100% and the columns to % as well. And do use <th> instead of <td> for column headings. BTW, I hate it when an explicit width in ems is used on main content blocks. I'm sure it's just peachy for those who use a small or average browser default font size, but it just makes for unnecessary horizontal scrolling for those of us who use larger type. Set a max-width if you must, but don't be stingy about using the available screen real estate. -- Berg Thanks to both of you, I will take this and most definately rearrange it a bit more. *I'll post back and let you know how it goes ![]() |
#6
| |||
| |||
|
|
Let me know if there's anything else you folks notice about accessibility or anything, as I'm planning on offering this for free to anyone who would want it when I'm finished writing it. |
#7
| |||
| |||
|
|
Let me know if there's anything else you folks notice about accessibility or anything, as I'm planning on offering this for free to anyone who would want it when I'm finished writing it. |
#8
| |||
| |||
|
|
On 2008-12-31, Ben wrote: ... Let me know if there's anything else you folks notice about accessibility or anything, as I'm planning on offering this for free to anyone who would want it when I'm finished writing it. * * *The columns are not wide enough to contain the headers: * * *<http://cfaj.freeshell.org/testing/forums.jpg -- * *Chris F.A. Johnson * * * * * * * * * * *<http://cfaj.freeshell.org * *================================================= ================== * *Author: * *Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) |
#9
| |||
| |||
|
|
On Dec 31, 5:48*pm, "Chris F.A. Johnson" <cfajohn... (AT) gmail (DOT) com> wrote: On 2008-12-31, Ben wrote: ... Let me know if there's anything else you folks notice about accessibility or anything, as I'm planning on offering this for free to anyone who would want it when I'm finished writing it. The columns are not wide enough to contain the headers: http://cfaj.freeshell.org/testing/forums.jpg Odd, Chris, what browser is that in? I am looking at it in IE 6.0 and other than a slight discoloration (which I will address tonight when I'm off of work) I'm not seeing that, even at full text size. |
#10
| |||
| |||
|
|
On Dec 31, 5:48 pm, "Chris F.A. Johnson" <cfajohn... (AT) gmail (DOT) com> wrote: The columns are not wide enough to contain the headers: http://cfaj.freeshell.org/testing/forums.jpg Odd, Chris, what browser is that in? I am looking at it in IE 6.0 |
|
I'm not seeing that, even at full text size. |
![]() |
| Thread Tools | |
| Display Modes | |
| |