Dreamweaver "Templates" technology uses comments to mark editable 
regions. The CSS could not possibly effect those. It is probably 
burping on the unusual CSS - but only in Design View. Edit your 
content in Code View and you should have no problems. If DW actually 
does remove the editable comments, then the mistake was likely 
introduced by you as CSS cannot effect that.

You might want to try a scripted solution, though - as equal height 
columns is purely an aesthetic.

Al Sparber
PVII
http://www.projectseven.com

"Designing with CSS is sometimes like barreling down a crumbling 
mountain road at 90 miles per hour secure in the knowledge that 
repairs are scheduled for next Tuesday".



From: "Kenoli Oleari" <[EMAIL PROTECTED]>


> Does anyone on this list work with DreamWeaver?
>
> I would like to implement the "true" equal column height solution
> circulated on the list.
>
> http://www.positioniseverything.net/articles/onetruelayout/equalheight
>
> I have a "wrapping" div along with container divs with make up the
> columns.  In addition, I have some "content" divs inside of them
> which I have made editable regions in a Dreamweaver template.  Those
> of you who have worked with DreamWeaver will know that only
> uneditable regions will pass on changes from the template to every
> page built on it, thus, the content divs.
>
> This works fine, except that when I apply the "overflow: hidden;"
> property called for in the "true" equal column height solution to 
> the
> "wrapping" div in the stylesheet, DreamWeaver makes the entire page
> uneditable (as well as all pages derived from the template).  I
> haven't been able to find any solution to this.  It is that specific
> attribute which causes the problem.  I suppose Dreamweaver sees this
> as an uneditable attribute being associated with existing editable
> divs and makes them all uneditable.
>
> The DreamWeaver "editable attributes" feature will not solve the
> problem either.
>
> This kind of defeats a main advantage of styleheets to be able to
> change a whole set of pages by changing the stylesheet, if making a
> change like this also makes the content of every page uneditable.
>
> Anyone ever struggled with such an issue? 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to