by Ed Jay <edMbj@[EMAIL PROTECTED]
>
May 5, 2008 at 11:00 PM
Butch61 scribed:
><snip>
>>
>> A URL would be helpful.
>
>www.hotlinecomputing.com/wsls/index.html
>
>Click on the "design your day" heart.
>The paragraph that has "In order to..." is just text in the <div>.
>The paragraph that has "If you have any questions..." is in a <p> with
>no formatting.
>
>The css for the <div class=introcenter> is
>div.introcenter
> {
> position: absolute;
> left: 40px;
> top: 80px;
> width: 90%;
> font-size: small
> }
>
>Why wouldn't that css code be inherited by everything inside the <div>
>that doesn't have inline formatting?
>
What browser are you viewing with? It doesn't appear as you describe in
Opera, IE or FF. See <http://www.edbjay.com/snap1.jpg>.
Your left offset of 40px isn't enough. The left-aligned text is at the
proper position (left:40px), according to your code. Note on the home page
you use an inline-styled margin-left:20px, which is why it aligns as you
desire. Maybe you ought to add a left margin >0 on your troublesome page?
--
Ed Jay (remove 'M' to respond by email)