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: panel widths

title left
User Details
message
title right
GSNetwork

post date:
2011-04-11 11:17:12
Hi AllrnrnI have a very wide table that stretches upto 3000px wide, I have set the max width to 4000px in the page amd 100% width and the page section to liquid but it only extends to the width of the screen and cuts off the rest of the table, I cannot see an over flow option in the interface, not sure how to tackle it
Andrei Rinciog [Extend Studio]

post date:
2011-04-12 11:32:39
Hello,

The layout has overflow set to hidden by default and you can't change that from the interface.

I think that you have two options. One is to increase the width of the entire layout to 3000px. Basically it will be the same result as with "overflow:auto". You will have a horizontal scrollbar on the page the layout wrapper will expand to 3000px. You can create the other elements smaller.

The other option would be to set "overflow:auto" on the div that contains the table. This way you will get a horizontal scrollbar only for that div, not the entire page. You can set inline CSS rules on the div tags that hold content comments.

Regards,
Andrei Rinciog