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: Placing content inside Flexi CSS Layout with loadContent()

title left
User Details
message
title right
Mitchell E Hill

post date:
2011-02-15 11:26:54
Hi this is most likely a CSS issue but I am trying to place content inside a Flexi CSS layout using Jquery and loadContent(). In the case of my test site this works fine except that the styling of everything below the 'showcase' DIV changes when clicking 'news' or 'contact us' here: http://www.bifferatogentilotti.com/default01.asp. Which rules need changing to keep content loading into the 'showcase' div from affecting other div styling?
Mitchell E Hill

post date:
2011-02-15 11:35:39
BTW The Flexi panel (used in contact us) in the above example is FUBARed in Safari but looks fine in IE6+
Andrei Rinciog [Extend Studio]

post date:
2011-02-16 05:30:00
Hello,

The content that you load in the "showcase" div has CSS defined for it. That CSS overwrites the rules from the layout.

If you want to have a separate CSS for that content, you should use a separate class for that div.

Regards,
Andrei Rinciog