Fantastic thanks for the quick response Philippe!
I needed to position the element for z-index to work.
Cheers,
Alex
From: Philippe Wittenbergh
Date: Thu, 17 May 2012 12:53:34 +0900
To: Alex Creedy
Cc:
Subject: Re: [css-d] Centred page layout with fixed side navigation (Alex
Creedy)
On May 17, 2012, at 12:40 PM, Alex Creedy wrote:
> A centred fixed nav solution I found on Stack Overflow means the content
> area to right of the Navigation can't be accessed with by clicking (eg. a
> link) as the navigation div container stretches across the page.
>
> I have tried using z-inde
Hi,
I have hit a problem with this layout where the page layout is centred and
the left side Navigation is fixed so it remains on the page during
scrolling.
A centred fixed nav solution I found on Stack Overflow means the content
area to right of the Navigation can't be accessed with by clicking
Georg wrote:
Aside: I see no point in using divs and other elements to simulate
table-layout in your case. The content you have in there can easily be
classified as _tabular data_, which calls for a proper _HTML TABLE_.
I confess that I had expected to find that to be the case,
but when I ca