|
Posted by michaelzap on August 31, 2005, 9:58 am
Please log in for more thread options
Beauregard T. Shagnasty wrote:
> Please read:
> http://www.safalra.com/special/googlegroupsreply/
Thanks for the tip!
> One error can cause unexpected results. Best to fix them all first.
True. I'll fix them and see. Although I believe these errors are all
specific to the home page, and this issue exists on all pages (and in
another similar design I'm working on now).
> Switch back to Strict. Transitional is for .. modifications to legacy
> pages you don't want to totally rewrite.
I think that it does not validate as Strict, but it's been a while and
I don't remember for sure.
> Don't understand how you could center the page vertically. It is
> already about "two scrolls worth" of page.
Depends on your monitor... On larger monitors this table causes the
entire page to center vertically as well as horizontally. I like that
effect enough to use a table to get it.
> If you must have background borders around the content, just do that
> with some margin to the master <div>.
That's how I'm doing it, but it's not working as I want on Firefox.
Could it have to do with display:table? Without that Firefox does not
wrap the div around the content, so I had to add it (and a second inner
wrapper div). But perhaps I need to declare a border-collapse or other
property for this div when it's defined that way?
> > So you don't see an extra pixel or two of white space around the
> > inside edges in Firefox (on either end of the menu bar, for
> > example)? Hmm that would be great if it's just me. Still I'm
> > mocking up a similar site now, and I'm seeing the same issue on all
> > four sides of the wrapper div.
>
> Yes, I do see a couple pixels of "white" space at the ends of the menu
> bar. I like it that way. <g> From my non-deeziner's eye, add even
> another pixel or two.
It's funny, but everyone else says the same thing to me and wonders why
I'm obsessing over something that looks different but fine. I've lived
with it this way for a while now, but now that I'm doing a new design
with the same problem I want to figure it out once and for all. Call me
obsessive (it's true).
Thanks for your comments, btw.
|