• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FP2003: Problem with layer positioning

wjgollatz

Senior member
Is there now way to create a layer in FP 2003 - that one can specify the margins? I want a block that looks like this so to speak:

<div style="z-index: 1; margin-left: 25%; top: 0px; margin-right: 20px; bottom: 0em; border: 2px solid #00FF00; padding-left: 0px; padding-right: 130px; padding-top: 1.05em; padding-bottom: 2em" id="layer2">
<p align="right">right</p>
<p align="left">left</p>
</div>

Border of the layer 25% in fromn the left - liquid design, and set at 20 pixels in fromt he left. The FP layer positioning box converst everything to absolute, and if given a % symbol - converts it to px.

Thanks.
 
Back
Top