AP Elements that vanish

Hello, I'm new to this program and using CA4. When I put in ap Divs to lay my page out, they show up on the AP Elements box as Div1 which I then relabel inside the Elements box. When I then try to nest them they vanish in apparently random order. Its got to the point where sometimes they show and other times they dont. Why does this happen? I am not playing with the little eye at the top, that shows all the time. I'm finding it difficult to check that my divs are correctly nested and in order as they dont all show up which then means going back to the code, which looks OK but does not display properly.
I would appreciate and help which will point the way to my errors.

Whilst I can agree that ap elements are not layout tools, surely one uses ap divs to lay the page out and nest things inside each other. Given this, it would be nice to see them relate to each other in the AP Elements Box. As it is I put in an outline div then center it as folllows and the word outline dissapears off the AP Elements Box. This is my code from the css sheet.
@charset "utf-8";
/* CSS Document */
body {
    background-color: #000;
#outline {
    width:955px;
    height:766px;
    z-index:1;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
#toolbarDkTall {
    position:absolute;
    width:955px;
    height:174px;
    z-index:1;
    top: 15px;
#menubarDark {
    width:955px;
    height:40px;
    z-index:1;
    top: 16px;
    position: absolute;
#frontpage {
    position:absolute;
    width:955px;
    height:535px;
    z-index:2;
    top: 190px;
#footerDark{
    position:absolute;
    width:955px;
    height:56px;
    z-index:3;
    top: 726px;
#LogoL {
    position:absolute;
    width:477px;
    height:534px;
    z-index:1;
    background-color: #000;
    top: 0px;
#frontImageR {
    position:absolute;
    width:477px;
    height:534px;
    z-index:2;
    left: 477px;
    background-color: #000;
    top: 0px;
and from the html
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<div id="outline">
  <div id="toolbarDkTall">
    <img src="images/toolDkTall72.png" width="955" height="174" alt="dark background" />
    <div id="menubarDark">
      <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html">Home</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Visiting</a>
        <ul>
          <li><a href="html/locationMoorcroft.html">Moorcroft</a></li>
          <li><a href="html/locationBelleek.html">Belleek</a></li>
          <li><a href="html/locationWedgwood.html">Wedgwood</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">History</a>
        <ul>
          <li><a href="html/jamesHardmanPedigree.html">James Hardman</a></li>
          <li><a href="html/familyHistory.html">Walter Hardman</a></li>
        </ul>
      </li>
<li><a href="#" class="MenuBarItemSubmenu">Shopping Cart</a>
  <ul>
    <li><a href="html/addressForm.html">Address Form</a></li>
    <li><a href="html/address.html">Address</a></li>
    </ul>
</li>
      <li><a href="html/gallery.html">Browse China</a></li>
      <li><a href="html/postageCosts.html">Postage Costs</a></li>
    </ul>
  </div>
  <!--end of toolbarDkTall below-->
  </div>
  <div id="frontpage">
  <!--end of frontpage below-->
  <div id="frontImageR"><img src="images/StGeoDoultonUse.png" width="477" height="534" alt="picture of St George by Royal Doulton" /></div>
  <div id="LogoL"><img src="images/logoIndex.png" width="477" height="534" alt="logo and opening hours" /></div>
  </div>
  <div id="footerDark"><img src="images/footerDark.png" width="955" height="56" alt="Pats China Store, Fishermans Wharf, Port Adelaide, (08) 74230269" /></div>
  <!--end of outline below-->
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
The outline is used to center the page and everything else is nested within it. It works well but I do wonder why it does not show up on the AP Elements box or inspector (whatever we call it).
Sue

Similar Messages

  • In iPhoto the option to edit in photoshop elements  has vanished

    The option in iPhoto>pref>advanced>Edit in>Iphoto or PSE (Photshop Elements) has vanished!! My only option now is to edit in iPhoto or iPhoto library!! I usually edit my RAW files in ACR which has always opened when I hit edit in IPhoto,,,
    Help!! Does anyone know what to do???

    I may be preaching to the choir but here are some tips on using PSE from within iPhoto:
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • Is there a gui element that supports scrolling?

    I want to show a modal dialog root element is higher that the screen height. Is there a property to enable scrolling or an element that can be used as a wrapper (scrollpane or something like that)? Thanks in advance.

    Not that I know of - and please report if you figure a way...
    So far I have solved this problem by breaking up the content into tab views.
    In one case, I put a radio button in front of each item, then a pair of DIY scroll buttons which walked the radio button selection until end of page detected then automatically switched to the next tab view...
    PS. +1 vote: auto-scrolling dialog boxes.
    Rob

  • Error while crawling LOB contents in SP 2013:'Could not find default endpoint element that references contract in the ServiceModel client configuration section

    Hi,
    I created custom BDC Model using Visual Studio. In ReadList method i am getting data using Web Service call. Using this External Content Type (BDC Model) i created one external list and it is populating with data.
    I created one new content source in search service application using this BDC Model and when crawled this content source i am getting the below error.
    Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Runtime.RuntimeException MethodInstance with Name 'ReadList' on Entity (External Content Type) with Name 'Entity1' in Namespace 'bcsex.BdcModel1' failed
    unexpectedly. The failure occurred in method 'ReadList' defined in class 'bcsex.BdcModel1.EntityService1' with the message 'Could not find default endpoint element that references contract 'ServiceReference1.Service1Soap' in the ServiceModel client configuration
    section.
    I included the bindings and client end point configuration settings in web.config file located at
    \\Inetpub\wwwroot\wss\VirtualDirectories\Port_Number, but still getting the same error.
    Please help. Thanks a lot.

    The Issue resolved by including the bindings and client end point configuration settings in
    machine.config file located at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\ and also restarted the server after config changes.

  • I just installed Photoshop Elements that is supposed to be for Mac. The message appeared that said, ""You can't open the application Photoshop Elements 2.0 because PowerPC applications are no longer supported." I have a Mac OS X, Version 10.8.5,

    I just installed Photoshop Elements that is supposed to be for Mac. The message appeared that said, ""You can't open the application Photoshop Elements 2.0 because PowerPC applications are no longer supported." I have a Mac OS X, Version 10.8.5,

    Have a look here:
    https://www.google.com/search?q=%22You+can%27t+open+the+application+Photoshop+Elements+2.0 +because+PowerPC+applications+…

  • To delete Cost Element that already has posting.

    Hi,
    I need to delete Cost element that already has posting. I used KO04 error msg. KS133 Deletion is not possible (depend records exist in table COEP). Cummulative balance already zerorise.
    Thank you.
    Moderator: Please, search SDN

    Hi, it's better not to use in productive.
    See here IMG-Controlling-General Controlling-Production Start-Up Preparation-Delete Test Data-Delete Transaction Data  and then Delete Cost Elements

  • Arrays greater than 0 and taking only the elements that doesn't contain that

    Hi, I have 6 arrays.
    X-Axis, Y-Axis, PressRef, TempRef, PV, and VecorPress.
    I have created a spreadsheet for them using txt
    When I use colum 1 (X-Axis) Vs. column 2 (y-axis) to plot in an XY graph in excel, I want to delete all ELEMENTS that have the value ZERO on my X-axis.
    Meaning that all the elements of X-axis that are 0's.
    For example..
    I have X,Y,Z
    130     15   16
    130     15   17
    0         16   17
    131     16   17
    When I have it in my text. I only want to see this
    130     15   16
    130     15   17
    131     16   17
    I have a diagram picture of what i currently have and then i have a txt file that i currntly have. can someone help me?
    thank you
    Best regards,
    Krispiekream
    Attachments:
    Image2.jpg ‏76 KB
    New Text Document.txt ‏158 KB

    The OpenG functions can be found from the OpenG site. They save you the trouble of having the code some stuff up yourself.
    The "code it yourself approach" using a temporary 2D array looks like this:
    Note: As I said, there will be some memory thrashing as LabVIEW allocates memory for the growing 2D array. The alternate method I described would use "Initialize Array" to create a 2D array and then use Replace Subset to "insert" the rows into the 2D array. I will leave it as a learning exercise for you to code that up.
    Message Edited by smercurio_fc on 11-05-2007 05:15 PM
    Attachments:
    Example_BD.png ‏14 KB

  • Custom Timer Job to execute WCF web service error - Could not find default endpoint element that references contract

    Hi,
    I am currently creating custom timer job to call WCF web service to perform nighty job to update employee document library metadata. If I update regular list/library items it updates correctly on a specified interval basis. However when I try to integrate
    the WCF client, it throws error shown below :
    Could not find default endpoint element that references contract EmployeeServiceReference.
    EmployeeServiceClient in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.
    I followed exact instructions Andrew Connell has provided but included my logic in execute()
    public
    override
    void Execute(Guid
    targetInstanceId)
    var empClient =
    new
    'ServiceReference.EmployeeServiceClient();
    var employee = empClient.EmployeesMethod();
    I have tried all approaches to manually adding app.config settings in sharepoing web.config but still it throws the error mentioned. It seems that application config and sharepoint site config binding issue still exist and cannot be resolved.
    <system.serviceModel>
    <bindings>
    <basicHttpBinding>
    <binding
    name="BasicHttpBinding_EmployeeService"
    />
    </basicHttpBinding>
    <netTcpBinding>
    <binding
    name="CustomBinding_EmployeeService">
    <security>
    <transport
    protectionLevel="None"
    />
    </security>
    </binding>
    </netTcpBinding>
    <wsHttpBinding>
    <binding
    name="WSHttpBinding_EmployeeService">
    <security
    mode="None"
    />
    </binding>
    </wsHttpBinding>
    </bindings>
    <client>
    <endpoint
    address="http://services.mycomp.com/EmployeeService.svc"
    binding="wsHttpBinding"
    bindingConfiguration="WSHttpBinding_EmployeeService"
    contract="EmployeeServiceReference.EmployeeService"
    name="WSHttpBinding_EmployeeService"
    />
    <endpoint
    address="http://services.mycomp.com/EmployeeService.svc/soap"
    binding="basicHttpBinding"
    bindingConfiguration="BasicHttpBinding_EmployeeService"
    contract="EmployeeServiceReference.EmployeeService"
    name="BasicHttpBinding_EmployeeService"
    />
    <endpoint
    address="net.tcp://crmapp.mycomp.com:5050/EmployeeService.svc/tcp"
    binding="netTcpBinding"
    bindingConfiguration="CustomBinding_EmployeeService"
    contract="EmployeeServiceReference.EmployeeService"
    name="CustomBinding_EmployeeService">
    <identity>
    <userPrincipalName
    value="[email protected]"
    />
    </identity>
    </endpoint>
    </client>
    </system.serviceModel>
    Will you please help resolving this issue?

    Hi,
    You can use any of the three approaches:-
    1) Access web application's web.config programmatically in Execute() method.
    http://praveenkasireddy.wordpress.com/2012/12/14/access-web-application-configuration-values-in-timer-job-sharepoint/
    2) Store the configuration in xml and upload it to SharePoint document library then read from there
    http://www.sharepointdynamics.net/2011/08/using-an-xml-settings-file-to-store-values-for-your-sharepoint-projects/
    3) Programmatically configure a WCF endpoint.
    http://msdn.microsoft.com/en-us/library/ff647110.aspx
    Regards, Shruti

  • Elements that need to be paid only through Cheque

    Hi all,
    I'm on R12 International HRMS.
    I have a few Elements that need to be paid only through Cheque.
    These elements are run separately as a quick pay or by selecting an element set and assignment set and run the payroll process separately.
    What is the best approach to go about this requirement.
    The default payment type defined is Cash Type.
    How can I make sure the payment for these element is always Cheque
    And also how do I customize the Cheque Writer(Generic) Process to include my design of the cheque.
    Thanks

    If you are using Assignment set , run the payroll using assignment set and after that run cheque writer and make sure u did not add
    any bank details to him , it will pay by cheque as per my understanding

  • Inserting complex object structures with elements that does exist

    hi, i have following problem:
    i have a big structure that contains some m:n relations. some elements may already exist. if i want to write a new structure i just have unique key informations to identify the object. the primary key is generated by a sequence.
    if there is an element that is already in the database and the structure gets inserted, i get a SQLException because of an error in unique constraint.
    i use the function uow.deepMergeClone(pl); to insert the structure. it spreads about 6 tables.
    has somebody any suggestions, how to handle that, without parsing this big structure?

    Thank you for the link.  I had written that so many years ago, it was probably what was out there at the time.  That's what threw me.  It just
    "broke" one day without anyone touching anything.  My hope was to spend a little time patching it and not starting over, but it took longer than I had planned.
    As a ColdFusion developer for the last 10 years, it's frustrating that so much is catered to php and asp.  I'll want to find a simple module that is common and shouldn't have to be reinvented and only find it in php and asp.  If I didn't have so much invested in CF, I'd be tempted to jump ship.  I really don't want to, but CF is not supported like the others.  Having vented, I do have to say that I've created some very cool, powerful apps with CF (online testing, conference setups from start to finish, etc.).  I was actually surprised to see that PayPal even had sample code for CF.
    I really appreciate your response.  It's nice to know that there are other CF developers still out there.

  • Number of elements that can be used with 'in' Operator

    One of my SQL query having 'in' operator failed saying number of elements exceed.
    Is there a limit on number of elements that can be used with - 'in' operator.
    And if yes can it be increased?

    Parag Kalra wrote:
    One of my SQL query having 'in' operator failed saying number of elements exceed.
    Is there a limit on number of elements that can be used with - 'in' operator.
    And if yes can it be increased?You cannot have more than 1000 literals in an IN clause.
    Please check
    ORA-01795, limit on in clause
    Max number of values in IN clause
    Edited by: Rajesh Lathwal on May 24, 2010 12:28 PM

  • Retrieve elements that fail validation

    Hi..
    I've succeeded in parsing an XML string with schema validation. For my app I need to get a reference to the element that triggered a SAXException. How do I obtain a reference to that node. Could I in a simple way create simple contenthandler extention that just logs every element that passes the parser? Any suggestions will be most welcome.
    Kind Regards,
    Rune Bj�rnstad.

    Hi,
    I think the parser will throw a SAXParseException, which you
    can catch by registrating an ErrorHandler for your parser:
    sample:
    DocumentBuilder builder = factory.newDocumentBuilder();
    builder.setErrorHandler(new wpErrorHandler(MODULE_ID,appGUI));
    the wpErrorHandler is a extension of the ErrorHandler class (see code below) Once an error occurs, the following methods, can be thrown.
    I am not, sure but it seems, that you can't get the element/node as a
    result, but you get the linenumber in the XML file instead.
    You can register an ErrorHandler on both DOM & SAX. (I use the one below and specify a Module ID ,s o I know which coded generates the
    error).
    public class wpErrorHandler implements ErrorHandler {
    private int count =0;
    /** Error handler output goes here */
    private String module;
    wpErrorHandler(String module) {
    this.module = module;
    /** Returns a string describing parse exception details
    private String getParseExceptionInfo(SAXParseException spe) {
    count++;
    // String systemId = spe.getSystemId();
    // if (systemId == null) {
    // systemId = "null";
    String info = "[" + count + "]" + "Line=" + spe.getLineNumber() +
    ": " + spe.getMessage() + "\n";
    return info;
    // The following methods are standard SAX ErrorHandler methods.
    // See SAX documentation for more info.
    public void warning(SAXParseException spe) throws SAXException {
    String message = "Warning: " + getParseExceptionInfo(spe);
    gui.logArea.appendBad(module, message);
    // throw new SAXException(message);
    public void error(SAXParseException spe) throws SAXException {
    String message = "Error: " + getParseExceptionInfo(spe);
    gui.logArea.appendBad(module, message);
    // throw new SAXException(message);
    public void fatalError(SAXParseException spe) throws SAXException {
    String message = "Fatal Error: " + getParseExceptionInfo(spe);
    gui.logArea.appendBad(module, message);
    // throw new SAXException(message);
    public int getNumOfErrors(){
    return count;
    } // wpErrorHandler
    Cheers / Christophe

  • Parsing elements that has special characters

    I have to parse xml from a clob that has elements that contain characters cut and pasted from word perfect documents. The resulting text has the literal characters &#13; and &#10; inside the element start and end tags. I've looked at using an entity, but I'm not sure how the entity would look syntactically in the DTD. I want simply to eliminate those literals as they are causing an invalid character text error when I parse the xml in my stored procedure. I'm looking for any ideas or direction, thanks.

    At the moment no, there isn't - you can try leaving feedback here http://www.apple.com/feedback/ipad.html

  • How can I save a picture in Photoshop Elements that was emailed to me using Photoshop Elements?

    How can I save a picture in Photoshop Elements that was emailed to me using Photoshop Elements?

    Save the attachment in a folder.
    From the Organizer menu choose:
    File >> Get Photos & Videos >> From Files & Folders
    Navigate to your image and click Open.
      If the photo is embedded, make a copy or screen grab and then whilst it’s still held in memory open the Elements Editor.
    From the menu click:
    File >> New >> Image from clipboard
    Then use File >> Save As
    Then choose jpeg.

  • How to deactivate the serial number for photoshop elements that is not installed or available?

    I have a version of Photoshop elements that has been uninstalled and is no longer available to reinstall.  When I uninstalled from an old computer, I failed to deactivate the serial number.  How can I do that without reinstalling?
    Thanks
    keithz

    Wow, I tried the "chat" option and waited for 30 minutes....no one ever helped.....so I called a customer service number for the creative club option and they promised to put me though to someone who could deactivate my product.....waited another 30 minutes on hold.  So then I called the sales department and wow, just as I thought......someone took my call right away.  (Please note that the computer that the software I am trying to deactivate has been reformatted and I am unable to deactivate in that manner).  I asked the poor sales rep, why on earth would I spend hundreds of dollars for new software when the only people who you can get to help you are the sales people.  I think I will stick with free open source applications........this is so not worth it......

Maybe you are looking for

  • I had to reinstall iweb.   So it's blank, how can I put my website pages back on?

    I had my mac book pro recently wiped clean ...  iweb was gone, I reinstalled it, now all the info regarding my website is gone.  How do I get it back, please.

  • Can I get a Spanish number for my account?

    We are a UK based business who will be operating in Spain. We would like people to be able to contact us on a Spanish number via Skype. Can Skype do this?

  • Problem rasterizing EPS files...dimensions reduced

    I have some Illustrator files (17" x 16") that I need to convert to 1-bit TIFF files at 2400 dpi. Illustrator apparently can't export them at that resolution, so I saved them as EPS and opened them in Photoshop. The file dimensions appeared correct i

  • Help with PiP - iMovie 11

    So - I am pretty good at figuring stuff out, but this one if baffeling me and I thought someone on here might be an iMovie 11 expert and could help. I am using iMovie 11 v9.0.4 on a MacBook Pro. I have been doing a 3 minute video and putting several

  • Problem starting Report Application Server

    Hi there, I'm receiving the following problem when trying to start the Report Application Server (RAS) service in Crystal Reports XI R2? Event Type:     Error Event Source:     BusinessObjects_crystalras Event Category:     Startup Event ID:     3300