OK, need some support now..............
Everything appears to be working perfectly in all browsers
BUT I have a problem......
Any elements add to a page after I have placed the extension on the page do not appear. The HTML is published OK but it gets positioned after the extension HTML and does not show on the page:-
Code: Select all
<!-- end AutoResizeiFrame -->
<div id="wb_indexShape2" style="margin:0;padding:0;position:absolute;left:0px;top:193px;width:89px;height:193px;opacity:0.50;-moz-opacity:0.50;-khtml-opacity:0.50;filter:alpha(opacity=50);text-align:center;z-index:4;">
<img src="images/img0004.gif" id="indexShape2" alt="" title="" style="border-width:0;width:89px;height:193px"></div>
</div>
</body>
So, from the above code you can see I added a simple shape (wb_indexShape2) to the page but on publish you don't see the shape. ANYTHING placed on a page AFTER the extension has been placed does not appear on the page.
The shape (and any other object) is published and the code is correct...........so what is causing this? Obviously it's the extension but how do I overcome it?