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
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
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
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