Re: [css-d] problem with positioning

2012-04-02 Thread Angela French
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

Re: [css-d] problem with positioning

2012-04-02 Thread Ed Manheim
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

Re: [css-d] problem with positioning

2012-03-31 Thread Tim Arnold
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

Re: [css-d] problem with positioning

2012-03-31 Thread David Laakso
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

Re: [css-d] problem with positioning

2012-03-31 Thread Lisa Frost
> > 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

Re: [css-d] problem with positioning

2012-03-31 Thread David Laakso
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

[css-d] problem with positioning

2012-03-31 Thread Lisa Frost
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