Previous Message
Next Message

CSS positioning question

Sent by David Laakso on 29 April 2011 22:10


On 4/29/11 5:04 PM, Rory Bernstein wrote:
> I coded this page today:
>
> http://rorybernstein.com/proto_josephine/index.html
>
> ...and it's done but for one detail: I need to move the logo down so that it sits over the top of
the divd #container, which has a black border around it. When positioned correctly, the left&  right
edges of the logo will align with the border for a continuous look, as on this comp:
>
> http://rorybernstein.com/josephine_comps/index.html
>
> The logo is in the div #header. Can anyone tell me how to get it to move down into the correct
place? Thanks in advance.
>
> Rory
>
>
>
>


Rough stab.
Delete the padding from #header.
Add and tweak these new rulesets;
body {padding-top: 70px;}
#header img {border: 1px solid red; position: absolute; top: -31px;left: 
270px;}
Best,
~d



-- 
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: