|
Posted by dorayme on 11/12/33 11:41
In article <440a3d14$0$25070$cb0e7fc6@news.centralva.net>,
"Jonathan N. Little" <lws4art@centralva.net> wrote:
> dorayme wrote:
> > In article <46uiohFcrj7rU1@individual.net>,
> > kchayka <usenet@c-net.us> wrote:
> >
> >
> >>dorayme wrote:
> >>
> >>>At http://www.positioniseverything.net/articles/onetruelayout/
> >>>the banner/heading text (yes, it is text), starts to disappear on
> >>>left at enlarged text views (no matter the screen size). Why is
> >>>this?
> >>
> >>body {margin: auto}
> >
> >
> > So why does just the banner text go this way and not the rest of
> > the text on the page?
> >
>
> because the way it is absolutely positioned on the page
>
> #site_ident
> {
> position: absolute; <-- this
> top: 0.5em;
> left: 50%; <--------------- plus this
> margin: 0 0 0 -22.5em; <-- and this
> padding: 0;
> width: 45em;
> }
Righto, Jonathan. The author needs to be told, perhaps you should
tell him, it would be bad for me to do this considering I did not
research the fault. Or maybe it is not so important... (his was
a site on good working css layout though...)
--
dorayme
Navigation:
[Reply to this message]
|