LOVE your answer Tim!
>-Original Message-
>From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
>discuss.org] On Behalf Of Tim Arnold
>Sent: Saturday, March 31, 2012 8:28 AM
>To: Lisa Frost
>Cc: David Laakso; css-d@lists.css-discuss.org
>Subject
Op 31-3-2012 17:27, Tim Arnold schreef:
On Sat, Mar 31, 2012 at 5:42 AM, Lisa Frost wrote:
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 con
On Sat, Mar 31, 2012 at 5:42 AM, Lisa Frost wrote:
>>
> 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
On Sat, Mar 31, 2012 at 5:42 AM, Lisa Frost 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
>
> David wrote:
>
> Try:
> #container {
> border:1px dashed fuchsia;
> position:relative;
> }
> .beeblog {
> border:1px solid red;
> position: absolute;
> top:403px;
> right:170px;
> }
>
>
> Hi David,
Thanks that works a treat, but i do not understand why i have to put a
relative position on my co
On Sat, Mar 31, 2012 at 4:36 AM, Lisa Frost wrote:
On this page: http://www.koolfish.com/dev/beealive/
there is a bee img above the yellow counter.
It needs to be in its opposite diagonal corner somewhere near the word blog
and on top of the yellow box.
TIA Birdie
#
Try:
#container {
borde
On this page: http://www.koolfish.com/dev/beealive/
there is a bee img above the yellow counter.
It needs to be in its opposite diagonal corner somewhere near the word blog
and on top of the yellow box.
i just can't get my head round the correct positioning to use. I have tried
both absolute and