Fireworks Menu Appearing Behind Content

Hi All
I have an existing website built in Macromedia Studio 8. I would like to upgrade to Web Premium CS5.5. As a result, I am currently using a trial version which has helped me to redesign the whole website. I am not proficient in code writing and have a basis understanding of the software. (That is why I am testing the trial version first). However, I an faced with TWO problems.
The first is, although my templates were built using one of Adobe's page layout formats (then customised), some of the pages are no longer centred.
The second is, I have created menu's in both Fireworks (Studio 8 then edited in Fireworks CS5.1 creative suite master collection and saved) and Spry (in Dreamweaver CS5.5) - which have now caused the menus to appear behind content on some of the pages.
I have tried to use the pages which look fine in the browser as templates but, sadly, when the content is changed/added to, the menu appears behind again.
I would appreciate any help.
S
P.S.I can't publish a link as I am using a trial version of the software at present.

Thank you for your prompt reply Snake eyes,
Please find the code below:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/advertising_privacy.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Viva Fashion.co.uk's Advertising Rates</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
@import url("../menu_viva_fashion_site/viva_fashion_menu.css");
@import url("../menu_useful_health_contacts/useful_health_and_beauty_contacts.css");
body {
     margin: 0;/* center layout */
     padding: 0;
     color: #FFF;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 100%;
     line-height: 1.4;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
     padding: 0;
     margin: 0;
h1, h2, h3, h4, h5, h6, p {
     margin-top: 0;      /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
     padding-right: 15px;
     padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
     border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
     color: #999999;
     text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
     color: #FF0099;
     text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
     text-decoration: none;
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
     width: 1100px;
     background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
     margin-top: 0;
     margin-right: auto;
     margin-bottom: 0;
     margin-left: auto;
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
     background: #FFF;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
     padding: 10px 0;
/* ~~ The footer ~~ */
.footer {
     padding: 10px 0;
     background: #CCC49F;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
     float: right;
     margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
     float: left;
     margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
     clear:both;
     height:0;
     font-size: 1px;
     line-height: 0px;
#apDiv1 {
     position:absolute;
     left:1px;
     top:2px;
     width:744px;
     height:80px;
     z-index:1;
#apDiv2 {
     position:absolute;
     left:4px;
     top:85px;
     width:1100px;
     height:25px;
     z-index:2;
     background-color: #CCCCCC;
#apDiv3 {
     position:absolute;
     left:1px;
     top:120px;
     width:670px;
     height:800px;
     z-index:3;
#apDiv4 {
     position:absolute;
     left:2px;
     top:910px;
     width:670px;
     height:500px;
     z-index:4;
#apDiv5 {
     position:absolute;
     left:670px;
     top:120px;
     width:130px;
     height:1300px;
     z-index:5;
#apDiv6 {
     position:absolute;
     left:804px;
     top:120px;
     width:300px;
     height:1300px;
     z-index:6;
     background-color: #000000;
-->
</style>
<link href="Vivavocefashion.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1 {color: #666666}
#apDiv7 {
     position:absolute;
     left:2px;
     top:1430px;
     width:1100px;
     height:60px;
     z-index:7;
     background-color: #000000;
.style10 {font-weight: bold}
.style12 {font-weight: bold}
.style14 {font-weight: bold}
.style16 {font-weight: bold}
.style2 {font-weight: bold}
.style4 {font-weight: bold}
.style6 {font-weight: bold}
.style8 {font-weight: bold}
#apDiv8 {
     position:absolute;
     left:4px;
     top:85px;
     width:1100px;
     height:25px;
     z-index:8;
#apDiv9 {
     position:absolute;
     left:11px;
     top:10px;
     width:174px;
     height:44px;
     z-index:9;
#apDiv10 {
     position:absolute;
     left:6px;
     top:4px;
     width:172px;
     height:60px;
     z-index:9;
#apDiv11 {     position:absolute;
     left:-7px;
     top:27px;
     width:1100px;
     height:20px;
     z-index:1;
</style>
<script language="JavaScript1.2" type="text/javascript" src="../menu_viva_fashion_site/mm_css_menu.js"></script>
</head>
<div id="apDiv1">
  <table width="1099" border="0">
    <tr>
      <td width="327"><a href="../index.html"><img src="../graphics/viva_fashion_logo.gif" width="322" height="78" alt="viva fashion.co.uk logo" longdesc="http://www.vivafashion.co.uk" /></a></td>
      <td width="762"><span class="Headerpink">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="600" height="65">
    <param name="movie" value="../animations/top_banner_advert.swf" />
    <param name="quality" value="high" />
    <embed src="../animations/top_banner_advert.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="65"> </embed>
  </object>
</span>
        </td>
    </tr>
  </table>
</div>
<body>
<div id="apDiv7">
  <div align="left"><span class="Bodytextwhite"><a href="advertising.html" class="Bodytextwhite">Advertising</a> | <a href="privacy-policy.html" class="Bodytextwhite">Privacy Policy</a> | <a href="site-map.html" class="Bodytextwhite">Site Map</a> | <a href="subscribe.html" class="Bodytextwhite">Subscription Service &amp; Feedback</a> | <a href="user-agreement.html" class="Bodytextwhite">Useragreement</a></span><span class="Bodytextpink"><span class="Bodytextwhite"> <br />
    Contact us at <a href="mailto:[email protected]">[email protected]</a> <br />
    <a href="http://www.VivaFashion.co.uk" target="_blank">http://www.VivaFashion.co.uk</a> A Fashion Shopping and Retail News Website &copy; 2000-2011. All rights reserved.</span></span>  </div>
</div>
<div id="apDiv2">
  <div id="FWTableContainer1630063442">
    <div align="left"><img name="viva_fashion_menu" src="../menu_viva_fashion_site/viva_fashion_menu.jpg" width="1100" height="20" border="0" id="viva_fashion_menu" usemap="#m_viva_fashion_menu" alt="" />
      <map name="m_viva_fashion_menu" id="m_viva_fashion_menu">
        <area shape="rect" coords="1,0,55,20" href="http://www.vivafashion.co.uk/index.html" target="None" alt="" />
        <area shape="rect" coords="766,0,857,25" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_0', 'MMMenu0314125112_0',766,25,'viva_fashion_menu');"  />
        <area shape="rect" coords="640,0,714,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_1', 'MMMenu0314125112_1',640,19,'viva_fashion_menu');"  />
        <area shape="rect" coords="482,0,584,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_2', 'MMMenu0314125112_2',482,19,'viva_fashion_menu');"  />
        <area shape="rect" coords="322,0,425,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_3', 'MMMenu0314125112_3',322,19,'viva_fashion_menu');"  />
        <area shape="rect" coords="193,0,275,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_4', 'MMMenu0314125112_4',193,19,'viva_fashion_menu');"  />
        <area shape="rect" coords="92,0,157,25" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_5', 'MMMenu0314125112_5',92,25,'viva_fashion_menu');"  />
      </map>
    </div>
    <div id="MMMenuContainer0314125112_0">
      <div id="MMMenu0314125112_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="fashion-shopping.html" id="MMMenu0314125112_0_Item_0" class="MMMIFVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Editor's Shopping List </a> <a href="fashion-contacts-discount.html" id="MMMenu0314125112_0_Item_1" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Discount Shopping Links </a> <a href="fashion-contacts-discount-village.html" id="MMMenu0314125112_0_Item_2" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Discount Village Links </a> <a href="shopping-online-index.html" id="MMMenu0314125112_0_Item_3" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Shopping Links </a> <a href="high-index.html" id="MMMenu0314125112_0_Item_4" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Stockists  </a> <a href="fashion-contacts-vintage.html" id="MMMenu0314125112_0_Item_5" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Vintage Links </a>        </div>
      </div>
    </div>
    <div id="MMMenuContainer0314125112_1">
      <div id="MMMenu0314125112_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="book-reviews.html" id="MMMenu0314125112_1_Item_0" class="MMMIFVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Book Reviews </a> <a href="dates-for-your-diary.html" id="MMMenu0314125112_1_Item_1" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Diary Dates </a> <a href="consumer-lifestyle-show.html" id="MMMenu0314125112_1_Item_2" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Fashion Lifestyle Shows </a> <a href="fashion-news.html" id="MMMenu0314125112_1_Item_3" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Fashion News </a> <a href="fashion-news-designers.html" id="MMMenu0314125112_1_Item_4" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> New Designer Launches </a> <a href="fashion-news-websites.html" id="MMMenu0314125112_1_Item_5" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> New Websites </a> <a href="fashion-news-products.html" id="MMMenu0314125112_1_Item_6" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Product Launches </a> <a href="fashion-spotlight.html" id="MMMenu0314125112_1_Item_7" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Spotlight on Luxury Labels </a> <a href="fashion-trends.html" id="MMMenu0314125112_1_Item_8" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Trends </a> <a href="fashion-news-stores.html" id="MMMenu0314125112_1_Item_9" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Store Openings </a> <a href="fashion-street-looks.html" id="MMMenu0314125112_1_Item_10" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Street Style </a>        </div>
      </div>
    </div>
    <div id="MMMenuContainer0314125112_2">
      <div id="MMMenu0314125112_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="advertising.html" id="MMMenu0314125112_2_Item_0" class="MMMIFVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Advertising Rates </a> <a href="retail-classifieds.html" id="MMMenu0314125112_2_Item_1" class="MMMIVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Retail Classifieds </a> <a href="retail-jobs.html" id="MMMenu0314125112_2_Item_2" class="MMMIVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Retail Jobs </a>        </div>
      </div>
    </div>
    <div id="MMMenuContainer0314125112_3">
      <div id="MMMenu0314125112_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="celebrity-oscars.html" id="MMMenu0314125112_3_Item_0" class="MMMIFVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Awards Show Fashion </a> <a href="beauty-celebrity.html" id="MMMenu0314125112_3_Item_1" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Beauty </a> <a href="celebrity-news-gossip.html" id="MMMenu0314125112_3_Item_2" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity News </a> <a href="celebrity-parties.html" id="MMMenu0314125112_3_Item_3" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Parties </a> <a href="celebrity-focus.html" id="MMMenu0314125112_3_Item_4" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Profile </a> <a href="model-profile.html" id="MMMenu0314125112_3_Item_5" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Model Profile </a>        </div>
      </div>
    </div>
    <div id="MMMenuContainer0314125112_4">
      <div id="MMMenu0314125112_4" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="graduate-fashion-week.html" id="MMMenu0314125112_4_Item_0" class="MMMIFVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Emerging Talent </a> <a href="retail-trends.html" id="MMMenu0314125112_4_Item_1" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Fashion Week Reports </a> <a href="retail-exhibitions.html" id="MMMenu0314125112_4_Item_2" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Important Dates </a> <a href="model-index.html" id="MMMenu0314125112_4_Item_3" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Model Agency Index </a> <a href="photographers-index.html" id="MMMenu0314125112_4_Item_4" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Photographers  Index </a> <a href="retail-appointments.html" id="MMMenu0314125112_4_Item_5" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Appointments </a> <a href="retail-feature.html" id="MMMenu0314125112_4_Item_6" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Features </a> <a href="retail-news.html" id="MMMenu0314125112_4_Item_7" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail News </a> <a href="retail-shares.html" id="MMMenu0314125112_4_Item_8" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Share Prices </a> <a href="retail-wholesalers.html" id="MMMenu0314125112_4_Item_9" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Wholesalers Index </a> <a href="retail-trade-show.html" id="MMMenu0314125112_4_Item_10" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Trade Show Reviews </a>        </div>
      </div>
    </div>
    <div id="MMMenuContainer0314125112_5">
      <div id="MMMenu0314125112_5" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
        <div align="left"><a href="beauty-bargains.html" id="MMMenu0314125112_5_Item_0" class="MMMIFVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Budget Buys </a> <a href="beauty-news.html" id="MMMenu0314125112_5_Item_1" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Beauty News </a> <a href="book-reviews.html" id="MMMenu0314125112_5_Item_2" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Book Reviews </a> <a href="beauty-feature.html" id="MMMenu0314125112_5_Item_3" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Beauty Features </a> <a href="health-beauty-features.html" id="MMMenu0314125112_5_Item_4" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Health Features </a> <a href="beauty-trends.html" id="MMMenu0314125112_5_Item_5" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> New Season Looks </a> <a href="beauty-contacts.html" id="MMMenu0314125112_5_Item_6" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Stockists / Book an Appointment </a>        </div>
      </div>
    </div>
  </div>
</div>
<div align="left"><!-- InstanceBeginEditable name="mainbodycontent" -->
<div id="apDiv3" style="overflow: auto; height: 1300px; width: 670px;background-color: #FFF;">
  <p><span class="Bodytext"><span class="Header"><b>HOW CAN WE HELP YOU?</b></span><br />
    Consumers can't wait to get there hands on the latest must-have item or information on what the new season has to offer. Team information like that with business and celebrity gossip and what do you get? A heady mix that accommodates the tastes of a sizable share of the fashion and beauty market. </span></p>
  <p class="Bodytext">With technology advancing at a galloping pace that has ensured Internet users exposure to information and convenience shopping facilities in an instant, more and more companies are realising the importance of getting their brand noticed through this medium than waiting on the production cycles of others.</p>
  <p><span class="Bodytext">Time waits for no man. Neither does fashion. See below for advertising rates or contact us directly for collaborative advertising campaigns. </span></p>
  <p><b class="Header">WHAT'S AVAILABLE/ADVERT SPECIFICATION</b></p>
  <table width="500" border="1" align="center">
    <tr>
      <td width="250" bgcolor="#CCCCCC" class="Header"><div align="center"><strong>Banners</strong></div></td>
      <td width="250" align="left" valign="top" bgcolor="#CCCCCC"><div align="center" class="Header"><strong>Tiles</strong></div></td>
    </tr>
    <tr>
      <td width="250"><b><span class="Blackttext12">(Top Only) Dimensions:</span></b><span class="Blackttext12"> 468 x 60 pixels</span></td>
      <td width="250" align="left" valign="top"><span class="Blackttext12"><b>Dimensions:</b> 120 x 90 pixels</span></td>
    </tr>
    <tr>
      <td width="250"><span class="Blackttext12"><b>Formats:</b> gif, gif89, jpeg, Flash, HTML</span></td>
      <td width="250" align="left" valign="top"><span class="Blackttext12"><b>Formats:</b> gif or jpg (non-animated, roll-over)</span></td>
    </tr>
    <tr>
      <td width="250" valign="top"><p align="left"><span class="Blackttext12"><b>File size:</b> 20K max</span><br />
      </p></td>
      <td width="250" align="left" valign="top"><div align="left"><span class="Blackttext12"><b>File size:</b> 5K max</span><br />
      </div></td>
    </tr>
    <tr>
      <td width="250" bgcolor="#CCCCCC" class="Header"><div align="center"><strong>side bar adverts &amp; box adverts </strong></div></td>
      <td width="250" align="left" bgcolor="#CCCCCC"><div align="center" class="Header"><strong>pop-ups</strong></div></td>
    </tr>
    <tr>
      <td width="250"><b><span class="Blackttext12">Dimensions:</span></b><span class="Blackttext12"> 120 x 310 pixels or </span></td>
      <td width="250" align="left"><span class="Blackttext12"><b>Dimensions:</b> 250 x 250 pixels</span></td>
    </tr>
    <tr>
      <td width="250"><span class="Blackttext12"><b>Dimensions:</b> 120 x 240 pixels or</span></td>
      <td width="250" align="left"><span class="Blackttext12"><b>Formats:</b> Javascript displayed on a HTML page for five seconds before closing</span></td>
    </tr>
    <tr>
      <td width="250"><span class="Blackttext12"><b>Dimensions:</b> 125 x 125 pixels</span></td>
      <td width="250" align="left"><span class="Blackttext12"><b>File size:</b> 20K Max</span></td>
    </tr>
    <tr>
      <td width="250"><span class="Blackttext12"><b>Formats:</b> gif, gif89, jpeg, Flash, HTML</span></td>
      <td width="250" align="left"> </td>
    </tr>
    <tr>
      <td width="250"><p align="left"><span class="Blackttext12"><b>File size:</b> 20K max</span></p></td>
      <td width="250" align="left"><p align="left"><span class="Blackttext12"><br />
        <br />
      </span></p></td>
    </tr>
  </table>
  <br />
  <p><b class="Header">LEAD TIMES</b><br />
    <br />
    <span class="Bodytext">Production deadlines do not include time needed for revisions made either by agency or the advertisers in-house design department. Publication of adverts depends solely on the type of advertisement or campaign the advertiser runs with us and the time at which the advertisement is received. Advertisements received after the production deadline is not guaranteed for inclusion.</span><br />
  </p>
  <table width="500" border="1" align="center">
    <tr>
      <td width="250" align="left" bgcolor="#CCCCCC"><div align="left"><b class="Blackttext12">ADVERTISEMENT FORMAT</b></div></td>
      <td width="250" bgcolor="#CCCCCC"><b class="Blackttext12">PRODUCTION DEADLINE</b></td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">E-Mail Text Links (copy and url t.b.supplied)</div></td>
      <td width="250" class="Blackttext12">-</td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">Gif/Animated Gif</div></td>
      <td width="250" class="Blackttext12">4 Business Days</td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">HTML</div></td>
      <td width="250" class="Blackttext12">4 Business Days</td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">Javascript</div></td>
      <td width="250" class="Blackttext12">-</td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">Keyword Campaigns</div></td>
      <td width="250" class="Blackttext12">-</td>
    </tr>
    <tr>
      <td width="250" align="left" class="Blackttext12"><div align="left">Sidebar</div></td>
      <td width="250" class="Blackttext12">4 Business Days</td>
    </tr>
  </table>
  <br />
  <p><b><span class="Header">PRICING</span></b></p>
  <table width="500" border="1" align="center">
    <tr bgcolor="#CCCCCC">
      <td class="Blackttext12"><b>Cost per quarterly period</b></td>
      <td class="Blackttext12"><div align="center"><b>4 weeks</b></div></td>
      <td class="Blackttext12"><div align="center"><b>12 weeks</b></div></td>
      <td class="Blackttext12"><div align="center"><b>26 weeks</b></div></td>
      <td class="Blackttext12"><div align="center"><b>52 weeks</b></div></td>
    </tr>
    <tr>
      <td colspan="5" class="Blackttext12"><div align="left"><b>Tile Adverts - For 24hour Advertising Presence</b></div></td>
    </tr>
    <tr>
      <td class="Blackttext12">Pounds Sterling</td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
    </tr>
    <tr>
      <td colspan="5" class="Blackttext12"><div align="left"><b>Banner and Side Bar Adverts (Discount another &pound;200 for Side Bar/Box Adverts)</b></div></td>
    </tr>
    <tr>
      <td class="Blackttext12">Pounds Sterling</td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
    </tr>
    <tr>
      <td colspan="5" class="Blackttext12"><div align="left"><b>Pop-Up Box</b></div></td>
    </tr>
    <tr>
      <td class="Blackttext12">Pound Sterling</td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
      <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
    </tr>
  </table>
  <p><span class="Blackttext12">For Euros and dollars please use the following link to convert:</span> <span class="Bodytext"><a href="http://www.xe.com">http://www.xe.com</a>.</span></p>
  <p><span class="Header"><b>GENERAL REQUIREMENTS</b></span></p>
  <ul>
    <li>
      <p class="Bodytext">Images<br />
        All images must have alternate (descriptive and concise) text to be used in the absence of images.<br />
        <br />
      </p>
    </li>
    <li>
      <p class="Bodytext">Optimisation Guidelines<br />
        Images must be optimised to the lowest-possible bit depth.<br />
        <br />
      </p>
    </li>
    <li class="Bodytext">
      <p>It is recommended that fewer colours are used for advertisements. Visit browser safe colour palette sites for more guidelines.<br />
      </p>
    </li>
  </ul>
  <p><span class="Header"><strong>Testing</strong><span class="Bodytext"><br />
    <br />
    VIVAFASHION.CO.UK </span></span><span class="Bodytext">will not be held responsible for the testing of advertisements. All advertisements, must be tested prior to delivery for compatibility on the following browsers and platforms:<br />
      -Netscape 3.x and 4x for Windows 3.1 and Macintosh OS 8x<br />
      -Microsoft Internet Explorer for Windows 3.1 and Macintosh OS 8x<br />
      - AOL 3.x for Windows 3.1 and Macintosh OS 8x</span></p>
  <p><br />
    <b class="Header">GENERAL INFORMATION</b></p>
  <ul>
    <li>
      <p class="Bodytext">Approval<br />
        VIVAFASHION.CO.UK has final approval for all ads with respect to editorial/creative content. We reserve the right to remove an advertisement from this website at any time for any reason.<br />
        <br />
      </p>
    </li>
    <li class="Bodytext">
      <p>Specifications <br />
        All specifications apply to all ads, whether hosted by VIVAFASHION.CO.UK or by a third party. <br />
        Please note that all rates and conditions are quoted in pounds sterling and are subject to change without notice.VIVAFASHION.CO.UK reserve the right to refuse or cancel any order without cause, at any time. </p>
    </li>
  </ul>
  <p class="Bodytext">For more information with regards to rates, special advertising packages/campaigns and specifications please contact us at:<a href="mailto:[email protected]" class="Bodytext"> <br />
  Sales at Viva  Fashion.co.uk</a>. </p>
</div>
<!-- InstanceEndEditable -->
</div>
<div id="apDiv5"></div>
<div id="apDiv6">
  <p align="left"><font face="Arial, Helvetica, sans-serif"><br />
  </font></p>
  <p align="left"> </p>
  <p align="left"> </p>
  <p align="left"> </p>
  <p align="left"> </p>
  <p align="left"> </p>
  <p align="left"> </p>
  <p align="left"> </p>
</div>
</body>
<!-- InstanceEnd --></html>

Similar Messages

  • Popup menu appears behind canvas component

    Has anybody encountered this problem?
    I attach the popup menu to the canvas component, like this:
    public void mousePressed(MouseEvent e)
         if (e.getSource() == psuCanvas && e.getButton() == MouseEvent.BUTTON3)
              pmenu.show((Component)psuCanvas, e.getX(), e.getY());
              contextText.setText("Right Click!!!");
    The popup menu is only visible when I click the edge of the Canvas component, that is how I know that the popup is actually showing but behind the Canvas component!!!
    Please help

    You mean your 1 step of calling "JPopupMenu.setDefaultLightWeightPopupEnabled(false);"?
    That method is meant specifically for using popup menus when you are mixing AWT and Swing components. The reason is because of the problem you first posted about. It's a way to get around that problem. But really, it's more of a hack that is used when dealing with old AWT-based components which you can't (or won't), for whatever reason, "update" to Swing versions. (Say from a 3rd-party library).
    It is not recommended to mix AWT and Swing components, as already mentioned. The provided link above is an article that explains the issues with this. The fact that you can doesn't mean you should.
    If you are writing this Canvas subclass yourself, and it's going to be typically used in a Swing application, you will have problems later, most likely. For example, why don't you try puting your Canvas class in a JScrollPane so you can make it bigger then the window and scrollable? You'll have scrollbar visibility issues. Fine, you can use java.awt.ScrollPane, I guess. Then I can think of several things one might do with JLayeredPanes which would create problems as well. And there is no simple "setDefaultLightWeightEnabled()" option to fix those.
    So eventually, as your app, or library, matures, you start running into these problems cuz you are using AWT components where you should be using Swing components, and you start making more hack-like fixes for all these problems like using setDefaultLightWeightPopupEnabled() and explicit sizing instead of layout managers and limiting yourself to what you can do with your components.
    That's why.

  • Drop down list created by fireworks MX disappears behind Flash movie.  Is there a way to have the menu list display front of Flash movie?

    Drop down list created by fireworks MX disappears behind Flash movie.  Is there a way to have the menu list displays in front of Flash movie, pls. let me know what I should do to have the drop down menue not disappear behind the Flash movie.
    Thanks,
    [email address removed by host]

    Wrong forum... this is to discuss the operation of the forums, not products
    You need a forum for Fireworks or Flash or maybe Dreamweaver
    Go to the index at http://forums.adobe.com/index.jspa to find the correct forum for your question

  • The Taskbar context menu to appear behind the Taskbar

    This bug was first found in Windows 8 but after some time we noticed that its also present in Windows 7. This bug causes the Taskbar context menu to appear behind the Taskbar.

    That's the for the secondary track.  But how do I trim the primary audio song from itunes.  I did find a work around. 
    select  the song in itunes.
    command + I to get the information screen.
    Under one of the tabs there is a "start" and "end" timer.  Trial and error will put allow you to start and stop at the time specifed.
    I renamed it " trimmed" so I knew it was a timmed version...then I inserted it into aperture the normal way...
    A pain, but it works...

  • Strange white rectangles appear behind "menu commands"

    When I hover over the menu commands in Photoshop or Illustrator (both CS2), white rectangles appear behind the Menu Commands and so cluttering the otherwise nice GUI. As I experienced this before on another computer but still have no clue what is going wrong could someone give me a clue what's going on here? I am using Windows XP Service Pack 2.
    kind regards,
    tomasio

    can you show a screen shot? try http://www.pixentral.com upload the screen shot and copy the url in your address bar to a post here.
    from your description it SOUNDS like it might be a display driver issue, but it's hard to tell. a screen shot might help someone nail it.
    might as well try updating your video driver to see if there's anything newer out there than what you're currently running.

  • JavaScript Menus Appear Behind Flash

    I am creating a page with a flash file embedded below a
    navigation bar with drop-down menus. The nav bar was created in
    Fireworks and imported. The problem is that the drop downs are
    appearing BEHIND the embedded Flash file so you can't see them. I
    have been looking all over for a solution to this without much
    success. If anyone has any ideas I would be appreciative if you
    share them.
    Regards,
    Andy

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    PVII article:
    http://www.projectseven.com/support/answers.asp?id=127
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "andrewmcgibbon" <[email protected]> wrote
    in message
    news:gqr9fs$ad0$[email protected]..
    >I am creating a page with a flash file embedded below a
    navigation bar with
    > drop-down menus. The nav bar was created in Fireworks
    and imported. The
    > problem is that the drop downs are appearing BEHIND the
    embedded Flash
    > file so
    > you can't see them. I have been looking all over for a
    solution to this
    > without much success. If anyone has any ideas I would be
    appreciative if
    > you
    > share them.
    >
    > Regards,
    > Andy
    >

  • Hover Menu hiding behind the iview

    Hi All,
    I have implemented a Hover Menu for TLN in my portal.
    the problem I am facing is that the Hover Menu hides behind,or is overlapped by the Flex Iview ,which is displayed in the portal content area.
    This is undesirable,as the user then cant navigate in the hover menu.
    The isolation property for the hover menu is embedded,while for the Flex Iview it is URL.These properties cant be changed.
    Can anyone suggest how to overcome the problem without changing these properties.
    Thanx.....
    Edited by: Juhi  Bhatnagar on Apr 9, 2008 11:32 AM

    Hi Juhi Bhatnagar
    i hope this might help you over come to the point you need
    Use IFRAMES for External Content
    This version of the tabbed UI looks and acts very much as if an <iframe> were embedded on the page. In fact, if you need to use external content for the panel contents, an <iframe> is extremely easy to implement. Just swap out the <div> elements with <iframe> elements, add a src attribute, and modify the tab text:
    The extra <div> element in the preceding code that appears just after the <body> element displays while the browser fetches the external content. That way, users see something during the load process, which is usually a good idea, because users should know that the browser is working for them. Adding the extra <div> won't make the page load any faster but it will increase the user's perception of speed.
    There are some obvious benefits of implementing a tabbed interface in this manner. Tabs let users navigate between content more easily than switching pages. Because tabs are relatively easy to implement, development time is short. Also, if you're using internal content, the pages load quickly. Switching from internal to external content is painless—just change the panel <div> tags to <iframe> tags. Finally, the tabs provide state for the user and are visible at all times.
    Thanks
    Rajnikanth Dumpala

  • Spry Vertical Submenu Bar Appears Behind iFrame

    In IE and Chrome, the Spry vertical submenu bar appears properly on every page of the website, except for the one page that has iframes.
    In IE, the submenus appear behind the iFrames
    In Chrome, the submenus appear in front of the iFrames but with an incomplete border
    In Firefox and Safari, the submenus appear as they should (in front of the iframes and with a complete border)
    I've scoured this forum and tried several fixes that seemed to work for others with slightly different conditions but didn't work for mine.
    I've included my SpryMenuBarVertical.css for referece; if you can offer a fix for this particular issue, I'd be forever grateful. Thank you!
    —Lisa
    @charset "UTF-8"; /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */ /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */ /******************************************************************************* LAYOUT: box model, positioning, z-order *******************************************************************************/ /* The outermost container of the Menu Bar, a fixed-width box with no margin or padding */ ul.MenuBarVertical {      margin: 0;      padding: 0;      list-sty    le-type: none;      font-size: 100%;      cursor: default;      width: 245px; } /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ ul.MenuBarActive {      z-index: 1000; } /* Menu item containers are same fixed width as parent; position children relative to this container  */ ul.MenuBarVertical li {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      position: relative;      text-align: left;      cursor: pointer;      width: 245px; } /* Submenus are initially off the left side of the screen (-1000em) and then, on hover, appear slightly overlapping to the right and up with a higher z-index */ ul.MenuBarVertical ul {      margin: -5% 0 0 95%;      padding: 0;      list-style-type: none;      font-size: 100%;      position: absolute;      z-index: 1020;      cursor: default;      width: 12em;      left: -1000em;      top: 0; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ ul.MenuBarVertical ul.MenuBarSubmenuVisible {      left: 0; } /* Menu item containers are same fixed width as parent */ ul.MenuBarVertical ul li {      width: 12em; } /******************************************************************************* DESIGN: color scheme, borders, fonts *******************************************************************************/ /* Outermost menu containers have no borders */ ul.MenuBarVertical {      border-bottom: 0px solid Gray; } /* Submenu containers have borders on all sides */ ul.MenuBarVertical ul {      border: 1px solid Gray; } /* Menu items are a mustard yellow block with padding and no text decoration */ ul.MenuBarVertical a {      display: block;      cursor: pointer;      background-color: #E6DC8F;      padding: 0.5em 1em;      color: #333;      text-decoration: none;      border-top: 0px solid Gray; } /* Menu items that have hover or focus display with a dark green background and white text */ ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {      background-color: #275936;      color: #FFF; } /* Menu items that are open with submenus are set to MenuBarItemHover with a dark green background and white text */ ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {      background-color: #275936;      color: #FFF; } /* Active top-level menu items display a branch */ body#home a#homeNav, body#forsale a#forsaleNav, body#clubhouse a#clubhouseNav, body#falmouth a#aboutfalmouthNav, body#faqs a#faqNav, body#directions a#directionsNav, body#calendar a#calendarNav, body#partners a#partnersNav {      background-image: url(NavBranch.gif);      background-repeat: no-repeat;      color: #FFF;      padding-left: 50px; } /* Active top-level menu items with a submenu display a branch and a white arrow */ body#aboutridgewood a#aboutridgewoodNav, body#floorplans a#floorplansNav, body#contactrealtors a#contactNav, body#videos a#videosNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************/ /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and use a green background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenu {      background-image: url(NavArrowGreen.gif);      background-repeat: no-repeat; } /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and use a white background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenuHover {      background-image: url(NavArrowWhite.gif);      background-repeat: no-repeat; } /* Current menu items that have a submenu display a branch graphic to the left and a white arrow to the right */ body#story a#aboutridgewoodNav, body#story a#storyNav, body#neighborhood a#aboutridgewoodNav, body#neighborhood a#neighborhoodNav, body#structure a#aboutridgewoodNav, body#structure a#structureNav, body#green a#aboutridgewoodNav, body#green a#greenNav, body#maplewood a#floorplansNav, body#maplewood a#maplewoodNav, body#birchwood a#floorplansNav, body#birchwood a#birchwoodNav, body#sprucewood a#floorplansNav, body#sprucewood a#sprucewoodNav, body#aspenwood a#floorplansNav, body#aspenwood a#aspenwoodNav, body#cedarwood a#floorplansNav, body#cedarwood a#cedarwoodNav, body#oakwood a#floorplansNav, body#oakwood a#oakwoodNav, body#contactrealtors a#contactNav, body#contactrealtors a#contactrealtorsNav, body#lenders a#contactNav, body#lenders a#contactlendersNav, body#owners a#contactNav, body#owners a#contactownersNav, body#videoOverview a#videosNav, body#videoOverview a#videoOverviewNav, body#videoTour a#videosNav, body#videoTour a#videoTourNav, body#videoLender a#videosNav, body#videoLender a#videoLenderNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-position: -1% 50%;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************/ /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ ul.MenuBarVertical iframe {      position: absolute;      z-index: 1010;      filter:alpha(opacity:0.1); } /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ @media screen, projection {      ul.MenuBarVertical li.MenuBarItemIE      {          display: inline;          f\loat: left;          background: #FFF;      } }

    Long answer =  z-index
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O.

  • What does this icon mean and why does a black battery appear behind it?

    All of a sudden, since last night, an intermittently flashing black battery appears behind one of the menu bar icons. Unfortunately, I don't know what the original icon means! From right to left, I have the volume icon, the wireless connection strength icon, a telephone icon, (what I think is) an Ethernet icon, then this funny icon -- three horizontal black dots, with a thin vertical line and kind of an X running through them. (Can you tell I'm not a computer person? Anyway, can anyone interpret these signs for me? Inquiring minds would very much like to know, especially if something drastic is about to happen. TIA!
    iMac G5   Mac OS X (10.3)  

    Donna,
    If you used Setup Assistant, Mac OS X 10.3: Setup Assistant migration may transfer portable-only menu items to a desktop computer may explain what is happening and how to fix it.
    ;~)

  • Front page opens works shortly freezes. only yellow green buttons work. I click yellow to minimize normal top bar menu appears I choose new page, opens works normally. The restart saved tabs does not work on that first page.

    front page opens works shortly freezes.
    only yellow green buttons work. I click yellow to minimize normal top bar menu appears I choose new page, opens works normally.
    The restart saved tabs does not work on that first page.

    Hi @prdstudio3 ,
    Thank you for visiting the HP Support Forums. The Serial Number needed to be removed from your Post. This is From our Rules of Participation:
    Protect privacy - yours and others'. Don't share anything about yourself that you would not want to see on a road-side billboard. Don't post contact or other personal information-your own or anyone else's-or any content that you receive in one-to-one communications without the author's consent. For example, don’t post your computer’s serial # or contact information publicly, and do not allow someone you don’t know to remotely take control of your computer.
    If you need people to contact you directly, either ask them to send you a private message or subscribe to the thread so you will be notified when there are replies. You may also click on your name anywhere in the forum and you will be taken to your profile page, where you can find a list of threads you have participated in.
    Sharing personal email addresses, telephone numbers, and last names is not allowed for your safety. If you have any questions feel free to send me a private message in reply.
    Thank you
    George
    I work for HP

  • ListView appearing behind other graphical components in VBox

    I have created a ListView implementation of a ChoiceBox since I have a very long list of items and I don't like the fact that the entire list is displayed when opening the ChoiceBox. I have attached this ListView to a button so that when a user clicks on the button the ListView opens just like a ChoiceBox. My issue, however, is that when the ListView is diplayed it appears behind the other graphical components in my VBox container! I have tried to call "toFront()" on my ListView component however the VBox repositions my ListView component to the bottom of the VBox (which makes sense since toFront merely moves the node to the end of the VBox node list). Obviously this is not the behaviour I want and I don't want to have to convert my VBox to a StackPane (or just a Pane) and layout the components myself since the VBox lays out the components perfectly. It would be nice if there were a "z order" parameter but that doesn't appear to be the case and I have already looked into the "depth" parameter.
    Are there any other ways to bring my ListView to the front without the VBox repositioning this component? How does the ChoiceBox component itself accomplish this? I have also tried to embed the ListView in a PopupControl but the unfortunate side effect of this is that the Popup always appears in front of EVERY window on my screen which is a tad annoying.
    BTW, I think JavaFX is the next best thing to sliced bread! I have written a very large application and this is the only issue that I have run into since it went GA. JavaFX has far exceeded my expectations and the JavaFX team (and Oracle in general) and other developers who have contributed to this project should all be commended for the outstanding work they have done on this!!!

    fermat wrote:
    I have created a ListView implementation of a ChoiceBox since I have a very long list of items and I don't like the fact that the entire list is displayed when opening the ChoiceBox. I have attached this ListView to a button so that when a user clicks on the button the ListView opens just like a ChoiceBox. My issue, however, is that when the ListView is diplayed it appears behind the other graphical components in my VBox container! I have tried to call "toFront()" on my ListView component however the VBox repositions my ListView component to the bottom of the VBox (which makes sense since toFront merely moves the node to the end of the VBox node list). Obviously this is not the behaviour I want and I don't want to have to convert my VBox to a StackPane (or just a Pane) and layout the components myself since the VBox lays out the components perfectly. It would be nice if there were a "z order" parameter but that doesn't appear to be the case and I have already looked into the "depth" parameter.
    Are there any other ways to bring my ListView to the front without the VBox repositioning this component? How does the ChoiceBox component itself accomplish this? I have also tried to embed the ListView in a PopupControl but the unfortunate side effect of this is that the Popup always appears in front of EVERY window on my screen which is a tad annoying.Ya, the PopupControl is the way to go with this. The reason why is that if you use "lightweight" rendering of the drop down (er... popup?) and it extends beyond the end of the window, you will have your list appear clipped. So you have to use a real heavyweight window (the PopupControl) to make sure that if it extends beyond the edge of the window, it displays correctly.
    I believe the UI controls team is planning on adding a proper ComboBox (which, FWIW, we always planned to add) sometime between now and 3.0, but I'm not sure when. The ChoiceBox actually uses a ContextMenu, while ComboBox would use PopupControl, but some of the little details are the same. Here is a code snippet that might be useful from the ChoiceBox skin.
            // When popup is hidden by autohide - the ChoiceBox Showing property needs
            // to be updated. So we listen to when autohide happens. Calling hide()
            // there after causes Showing to be set to false
            popup.setOnAutoHide(new EventHandler<Event>() {
                @Override public void handle(Event event) {
                    ((ChoiceBox)getSkinnable()).hide();
            // fix RT-14469 : When tab shifts ChoiceBox focus to another control,
            // its popup should hide.
            getSkinnable().focusedProperty().addListener(new ChangeListener<Boolean>() {
                @Override public void changed(ObservableValue<? extends Boolean> observable, Boolean oldValue, Boolean newValue) {
                    if (!newValue) {
                        ((ChoiceBox)getSkinnable()).hide();
            // TODO remove this id once bug RT-7542 is fixed.
            popup.setId("choice-box-popup-menu");
    BTW, I think JavaFX is the next best thing to sliced bread! I have written a very large application and this is the only issue that I have run into since it went GA. JavaFX has far exceeded my expectations and the JavaFX team (and Oracle in general) and other developers who have contributed to this project should all be commended for the outstanding work they have done on this!!!Dude, thanks for that, you just made my day :-)

  • Slow display of a Fireworks menu

    My web site (
    http://www.tregor.fr ) uses a menu
    developped using Fireworks.
    This menu has different buttons. Each button has an image for
    the state inactive and another for the state up.
    The display of this menu is rather slow. Does anybody has an
    idea about this?
    Thanks a lot

    i think it is not designed that way to work. it needs client event to trigger the context menu rendering. I am also not sure if it will a good design to have context menu appear always next to the UI.

  • Custom hover menu hidding behind controls

    hi Gurus,
    I have a created a custom hover drop down menu using Dhtml
    but this menu hides behind controls like r/3 transactions, VC iviews, PDF displayed in content area.
    From other threads i found that the only solution to solve this is to have an iframe behind the div.
    I have tried this too still the problem is not solved.
    Steps i performed:
    1> made a copy of original-A.jsp file as B.jsp.
    2> removed the code for menu display from the
    original-A.jsp and inserted the Iframe code as
    <iframe src="/irj/servlet/prt/portal/prtroot/SDNTest.JSPPortalComponent" height="60" width="1000" top="0px" left="0px" margin="0px" padding="0px" >
    </iframe>
    and called the B.jsp from src of Iframe.
    till here it works fine, the menu too is displayed.
    but it still hides behind the control.
    Please help for where am i going wrong ???
    Do i need to modify any properties of Iframe ???
    Please help.
    Regards,
    Abhaya.

    Hi All,
    I have observed a point, when i open the tray icon on portal it opens and overlaps the Flex Iview ?????
    how is it that the tray icon can overlap the Flex iview ???
    Please help.
    Regards,
    Sanjyoti.

  • Hover Menu hiding behind controls.

    hi Experts,
    I have a created a custom hover drop down menu using Dhtml
    but this menu hides behind controls like r/3 transactions, VC iviews, PDF displayed in content area.
    From other threads i found that the only solution to solve this is to have an iframe behind the div.
    I have tried this too still the problem is not solved.
    Steps i performed:
    1> made a copy of original-A.jsp file as B.jsp.
    2> removed the code for menu display from the
    original-A.jsp and inserted the Iframe code as
    <iframe src="/irj/servlet/prt/portal/prtroot/SDNTest.JSPPortalComponent" height="60" width="1000" top="0px" left="0px" margin="0px" padding="0px" >
    </iframe>
    and called the B.jsp from src of Iframe.
    till here it works fine, the menu too is displayed.
    but it still hides behind the control.
    Please help for where am i going wrong ???
    Do i need to modify any properties of Iframe ???
    Please help.
    Regards,
    Sanjyoti.

    hi,
    yes the complete Hover menu available on SDN also has this problem,
    basically i am facing problem when i open any PDF or VC iview in the Content area,
    I have also observed that even the tray options hide behind the PDFs, really dont understand why this happens ?
    We have many PDF and VC iviews, its really not possible to move ahead without finding a solution to this.
    Can anyone please help.
    Regards,
    Sanjyoti.

  • Does not print web page - 'save as' menu appears - unknown problem dialog box then appears. Only recently - does not happen in explorer??

    Try to print a webpage or selection therefrom.
    When 'file'- 'print' selected on Mozilla tabs, it does not work. The print menu appears but when 'print' clicked, the 'save as' menu box appears. When 'save as' is closed a dialog box appears saying 'unknown error while printing'. Cannot print webpage unless from a screensaver (ie whole screen). This has only happened recently (update maybe). Tried on Windows Explorer and all ok

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

Maybe you are looking for

  • Unable to deploy a par file from NWDS

    Hi experts , Im getting the below error on deploying a par file from my nwds studio , please suggest a solution createDeployArchive:       [copy] Copying 1 file to E:\sap_ep_prog\dc\.dtc\1\DCs\***\portal_dev\***_logon\_comp\gen\default\local Error: E

  • My MacBook Pro won't go past the grey screen. It only shows that it's loading and doesn't go any further.

    Okay well, to start off, I got my MacBook from a distant family member who got a new one so they let me have their old one. They got it from a pawn shop so I don't have the disk that we got the OS from but it hasn't had any issues UNTIL NOW. I need t

  • How to get Request Offering from given Service Offering using Service Manager SDK?

    Recently, I am working on application where I have to fetch all Request Offering from given Service Offering.  I can retrieve all Request Offering using following method of SM SDK :  var requestOfferings = group.Extensions.Retrieve<RequestOffering>()

  • Form Builder Failed to Initilaize

    im running EBS12 smoothly. when i try to use form builder in the same machine it gives message "FRM-18122 failed to initialize", while running "startinst.bat" from \10.1.2\j2ee\DevSuite it runs the command and stop (hang out) at "Initialize" statemen

  • Inserting image with correct aspect ratio?

    Hi, just adding an image to my project, but the aspect does not seem right? I have to stretch my image to fit and it doesn't look right? I assume I have 2 options, stretch the image and let it look wring, or adjust my image in Lightroom or Photoshop