On Sat, Mar 31, 2012 at 5:42 AM, Lisa Frost <birdiefr...@gmail.com> wrote:

 Hi David,
Thanks that works a treat, but i do not understand why i have to put a
relative position on my container div and then why my bee image is taking
its values from the container div and not the div it is contained in or the
parent of that called masthead.

Any explanation from anyone would be greatly received.
Thanks
 Birdie

Birdie, as in any discipline there is more than one way to do most anything.
If you prefer,for example, to  declare position: relative on the
masthead -- instead of the container -- then that will work just fine,
too:

#container {
 /* border:1px dashed fuchsia; */
 /* position:relative; delete */
}
#masthead {
position:relative;
background-color:/* #296fa4*/lime;
}
.beeblog {
border:1px solid red;
position: absolute;
top:227px;
right:148px;
}
Best,
David Laakso
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to