Absolutely positioned elements appear in unexpected locations in WebFacing

Elements previously customized with an absolute position property show up in unexpected locations after migration.

Beginning in versions 5.1.2.6 and 6.0.0.2, WebFacing includes support for positioning DDS elements using Cascading Style Sheet Positioning (CSS-P) technology. With this new support, the WebFacing application area becomes a "containing block". In accordance with the CSS specification, absolutely positioned elements are positioned relative to this containing block.

Take one of the following actions to place the elements in their desired positions:


Feedback