Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: Z indexing not working (seemingly)

title left
User Details
message
title right

post date:
2011-05-31 06:05:50
I tried out a demo install of Flexi CSS and found that it doesn't implement a 'position' attribute when specifying Z indexes. I needed to test it for writing the code to pass a scrolling Content div under a fixed Header div - am I misunderstanding its capabilities or . . .
Andrei Rinciog [Extend Studio]

post date:
2011-05-31 07:52:37
Hello,

All the elements inside a Flexi layout are positioned relatively. You can't change their positioning.

You can get the result you want by removing the header div from the layout and place it outside and give it position fixed. This way you will remain only with the content zone inside a Flexi CSS Section Layout.

Regards,
Andrei Rinciog