FP2000: Absolutely Positioned Element Difficult to Place
ID: Q219140
|
The information in this article applies to:
SYMPTOMS
When you try to move an absolutely positioned element, the element appears to jump all over the screen.
CAUSE
The absolutely positioned element is using a <span> tag and is contained within a relatively positioned <span> tag.
NOTE: This is usually caused when you use custom code.
RESOLUTION
To resolve this issue, use one of the following methods.
Method 1: Re-insert the Item and Reapply the Absolute Positioning
To re-insert the item and re-apply the absolute positioning, follow these steps:
- In the Normal view of FrontPage, click the absolutely positioned item and press DELETE to delete it.
- Insert the item you want to absolutely position and click to select it.
- On the Format menu, click Position.
- Click Absolute, select the position coordinates and click OK.
NOTE: You may also want to position the item by using the drag and technique after you click OK .
Method 2: Use <DIV> Tags Instead of <SPAN> Tags.
To use <DIV> tags instead of <SPAN> tags, follow these steps:
- On the page with the absolutely and relatively positioned elements, click the HTML tab in the Page view of FrontPage.
- Search the HTML for each occurrence of the <span> and </span> tags
- In each instance, change the word span to div.
Additional query words:
front page
Keywords : kbdta
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 1, 1999