|
Posted by Jonathan N. Little on 10/24/87 11:41
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;
}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|