Re: [css-d] Flexible inside inside a wide div

2012-02-01 Thread Ghodmode
On Wed, Feb 1, 2012 at 8:04 PM, Chris Blake wrote: > Hello CSS Discuss, > > I have a 1920 wide div containing an image slide show. Inside that div are > the controls. At the moment they sit in a 940px wide container, but i want > the 'previous' and 'next' buttons to float either side of the browse

Re: [css-d] Flexible inside inside a wide div

2012-02-01 Thread Ghodmode
On Wed, Feb 1, 2012 at 9:26 PM, Markus Ernst wrote: ... > position:absolute does the same as position:fixed, exept that the element is > scrolled with the rest of the page. Not exactly. position:absolute positions an element within the first ancestor with position other than static. position:fi

Re: [css-d] Flexible inside inside a wide div

2012-02-01 Thread Markus Ernst
Am 01.02.2012 13:04 schrieb Chris Blake: I have a 1920 wide div containing an image slide show. Inside that div are the controls. At the moment they sit in a 940px wide container, but i want the 'previous' and 'next' buttons to float either side of the browser. Fixed does this but I don't want t

[css-d] Flexible inside inside a wide div

2012-02-01 Thread Chris Blake
Hello CSS Discuss, I have a 1920 wide div containing an image slide show. Inside that div are the controls. At the moment they sit in a 940px wide container, but i want the 'previous' and 'next' buttons to float either side of the browser. Fixed does this but I don't want them to stick wh