views:

95

answers:

1

Are there any .NET Controls out there to help with CSS layout and make it nice and easy to quickly make changes - possibly dynamically.

Update:

I've pretty much give up on this idea as I've researched more about CSS best practices.

I've decided to use Yahoo YUI's reset css and grids css to get layouts that can be more easily changed and have been fully tested on all A-Grade browsers.

Main link to grids | Example page | Example with fixed column width

A: 

What I have used in the past is a commercial control from telerik called RadSplitter. It doesn't produce CSS layouts, but allows you to divide a page into as many areas as you want. These areas can even be resized or collapsed/expanded.

M4N