Change First Load and Menu Disappear with scroll

Hello,
Im in a crossroad trouble and think that one of my problems is that i can resolve it changying the first load of my site and relink to one anchor link.
My other problem is that i want to recreate the behavior of the menu of this web http://www.smallstudio.com.au/ with no success, this disappear when scrolls the site.
Thanks for anticipate, im thinking that maybe can modify the html or do with Edge Animate, but maybe someone can help me because im walking in circles with this site.
Gracias!

Thank you, knorretje. Had no problems with logging on 2003. Lot of lines, but I propose that critical part<br>
0[220f140]: nsHttpChannel::OnCacheEntryAvailable [this=3f6f400 entry=5236740 access=3 status=0]<br>
0[220f140]: nsHttpChannel::Connect [this=3f6f400]<br>
0[220f140]: nsHTTPChannel::CheckCache enter [this=3f6f400 entry=5236740 access=3]<br>
0[220f140]: nsHttpResponseHead::Parse [this=6b113c0]<br>
0[220f140]: nsHttpResponseHead::ParseVersion [version=HTTP/1.1 200 OK]<br>
0[220f140]: Have status line [version=11 status=200 statusText=OK]<br>
0[220f140]: ParseContentType [type=image/gif]<br>
0[220f140]: nsHttpResponseHead::MustValidate ??<br>
0[220f140]: no mandatory validation requirement<br>
0[220f140]: Not validating based on expiration time<br>
0[220f140]: nsHTTPChannel::CheckCache exit [this=3f6f400 doValidation=1]<br>
As I understand, all partial checks say that cache is good. But ending doValidation=1, probably, means that request will be sent. Do not see any reason.

Similar Messages

  • I just purchased an ibook for my mac for the first time and it started with two pages then switched to one with notes and i can't change it back. Anyone else having this problem?

    I just purchased an ibook for my mac for the first time and it started with two pages then switched to one with notes and i can't change it back. Anyone else having this problem?

    Up the top where the three buttons are (red yellow green) are three images. Click on the third image that looks like a notepad (not the first which is a library book), and that should get rid of 'Notes'. To read using two pages make the window bigger.

  • Dock and Menu disappear only for Safari

    My dock and menu disappear only when I am using Safari. They re-appear when I hover my mouse at the location that they should be at, but for some reason their default positions are to be hidden.
    The dock and menu are present for all other apps and when I'm on the desktop--basically whenever Safari isn't "chosen" as the active window.
    I have checked to make sure that Safari is NOT in Full Screen mode. What could be the problem?

    This has happened to me before and it took me a long time to work it out.
    But all you need to do is froce quit safari or any application that this is happening to and start the application again.
    Hope it works.
    SGosai

  • Dropdown nav menu disappears when scrolling

    Hi Guys,
    I am fairly new to CC (my last version was MX), and as I lost a lot of time on joomla, have come back to Dreamweaver and am using a (purchased) template to kickstart things, which I now seem to be gettiing the hang of... except for an issue I have encountered with the horizontal dropdown navigation menu.  At the (temporary) link provided below - whenever I hover over the "Sports" menu, the dropdown menu appears with the selection of various sports, below it (Archery, Baseball, Basketball etc) - but as soon as I begin to move my cursor down that list, the entire dropdown menu disappears completely - making any of the selections unreachable.  It doesnt seem to happen so much with the Self Help menu, which has a much shorter dropdown selection.   I am unsure what I can do to control this.. any thoughts would be much appreciated!  http://www.mindtraining.net/dreamweaver/index5.html
    Thanks, Craig T

    I don't think your problem is as much a z-index thing as it is a positioning thing.  Your subnav is too far away from the parent link.  Try this:
    #nav .subNav {
        position:absolute;
        left:-9999px; /* this wipes the subnavs off the page */
        top:4px;
    Nancy O.

  • Please Help! Outlook Today Loads and Then Disappears Within 1-2 Seconds

    Hello,
    I have been using Outlook 2007 since January of 2012 on this computer with no issues. One day I came in and my outlook today page was completely blank which it is normally full. I really depend on having this feature which allows me to have all of my information
    up front. I have tried several steps over the last couple weeks and can not fix it.
    I have tried;
    1. Restarting the computer & restarting the program
    2. Downloaded and imported my pst file from outlook exchange
    3. Ran the ScanOST and ScanPST applications with no results
    4. Uninstalled and reinstalled the program
    The weird thing is I can see the information and it is accurate (ie. tasks, calendar events, messages in inbox) however it will disappear within 1-2 seconds of loading the program. Also if I click on calendar or inbox and then back to outlook today it will
    load again for another 1-2 seconds and then disappear.
    I also have a laptop running the same installer of outlook 2007, on the same network in my office, and outlook today works perfect on it, however I rely on my desktop to get my work done.
    Please any help will be greatly appreciated!

    Sounds like you did everything I can think of but here are a few other suggestions:
    -Right click the folder where outlook today is and choose data file properties and then Home page. Click Restore Defaults
    -Disable any Add-ins
    -Remove any PST files
    -Recreate your outlook profile
    -Start Outlook in safe mode (which disables add-ins) by going to a run line and typing outlook.exe /safe.
    -Rename outlwvw.dll to outlwvw.old.  The file is located in C:\Program Files\Microsoft Office\Office12\1033 or C:\Program Files (x86)\Microsoft Office\Office12\1033

  • When I click on firefox, it comes up but dock and menu disappear

    I can lick on Firefox on the dock, but then the dock and menu icons disappear and the screen is blank except for
    Firefox. How do I fix it?

    Hi nortondul,
    Either the window is in full screen mode or the toolbars have been removed and you can customize them to put them back.
    *[[How to make Firefox and websites go full screen]]
    *[[How to Customize Toolbars]]

  • Firefox does not use cache on first load and reload

    My webserver has a lot of images which will never change. So, I set Expires month forward in such cases:
    Expires: Thu, 26 Jan 2012 02:01:25 GMT
    Cache-control: public
    Enough for IE 9, my server is not disturbed.
    But for FF8 and FF9 in following two scenarios my settings are ignored:
    1) Close browser. Open browser, look at about:cache - all my files are on place. Open my page - server receives requests for all cached files. And nothing in request allowing server to detect that cache exists.
    2) Press Reload button or F5. Again all cached files required. But now requests have
    Cache-Control: max-age=0
    So, server has some idea about situation and probably can respond with 304.
    Only 3) works as I proposed: after 1), open page once more - in the same or another tab. In this case, server receives only requests for files with restricted caching.
    Current workaround: I add Last-Modified to response. In this case, I receive If-Modified-Since and can respond with 304. But I have hundreds of small images, so bandwidth for 304 is almost same as for 200 with complete file.
    Browser cache settings - all defaults. I use numeric server addresses in current test environment like http://192.168.47.130:27374
    I experimented with different modifications of Cache-Control response - without success.
    And additional question - how can I make a line break in this editor? If I make a line break and empty line, I get line break and empty line. But if I make a simple line break, I get nothing in resulting text.

    Thank you, knorretje. Had no problems with logging on 2003. Lot of lines, but I propose that critical part<br>
    0[220f140]: nsHttpChannel::OnCacheEntryAvailable [this=3f6f400 entry=5236740 access=3 status=0]<br>
    0[220f140]: nsHttpChannel::Connect [this=3f6f400]<br>
    0[220f140]: nsHTTPChannel::CheckCache enter [this=3f6f400 entry=5236740 access=3]<br>
    0[220f140]: nsHttpResponseHead::Parse [this=6b113c0]<br>
    0[220f140]: nsHttpResponseHead::ParseVersion [version=HTTP/1.1 200 OK]<br>
    0[220f140]: Have status line [version=11 status=200 statusText=OK]<br>
    0[220f140]: ParseContentType [type=image/gif]<br>
    0[220f140]: nsHttpResponseHead::MustValidate ??<br>
    0[220f140]: no mandatory validation requirement<br>
    0[220f140]: Not validating based on expiration time<br>
    0[220f140]: nsHTTPChannel::CheckCache exit [this=3f6f400 doValidation=1]<br>
    As I understand, all partial checks say that cache is good. But ending doValidation=1, probably, means that request will be sent. Do not see any reason.

  • Change authpassword;oid and authpassword;orclcommonpwd with ldapmodify ?

    We have an OCS 10g on SLES9 testinstallation. Is it possible to change authpassword;oid and authpassword;orclcommonpwd in OID with ldapmodify ?
    Regards, Karsten Schnebel

    Depending on what you are trying to do, if you change the "userpassword" attribute the authpassword attribute is updated (it changes the user's portal password).

  • Web page loads and then disappears after a few seconds

    I have been visiting the More magazine website (www.moremagazine.co.uk ) for some time. However in the last week or so when I click on a link in the e mail I get from them the page loads as usual, stays for a few seconds and then disappears - only a blank page remains.. Even if I refresh I still get a blank page. If I type the URL in manually I just get a blank page immediately.

    Anyone solve this yet?

  • My personally owned Acrobat 11 pro gets loaded and unloaded Along with My 49.95 Creative Cloud.

    There must be a way to keep these apart.  After I got my subscription to Creative cloud for $50.00 A Month I never USE MY OWN SOFTWARE ANYMORE.  When one loads, they both load and both don't work at all.They both end up fully loaded so if you think uninstall one they both come off at the same time.  Normally I know some place to start, tonight I'm baffled..It's a 50 TB Desktop machine formatting it is NOT an option,
    Regards,
    John C. Weum
    Anchorage, Alaska

    With the creative manager, you do not have to choose to install acrobat again if it already is on your system. However if it find your version outdated, it can offer you to update it, but you don't have to update it.
    Acrobat itself will offer updates separately from the manager. So you can update from that if you choose to.
    Acrobat will not uninstall from the manager unless you choose to.
    What has be baffled is it stop working after the manager is installed. This is a bit beyond my expertise so hopefully someone else can help with that.
    Have you asked in the acrobat forum if anyone else has had a similar experience?  Acrobat Installation & Update Issues

  • I created a new folder in my bookmarks menu and it disappeared with all the links inside the next time I turned on my notebook.how could that happen?can I find those links again somewhere in the memory?

    actually I lost the whole sub-folder,not only the links inside...

    See:
    http://kb.mozillazine.org/Bookmarks_not_saved
    http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Changing which Resolution and Main Monitor With Applescript

    Hi all,
    I am trying to make an applescript to change my monitor settings.
    I have 2 monitors the one I want to be my main one "E2370" and my second one "L2000CN" which I want to mirror the main one.
    My main problem is that I do not know how to change the "Optimize for" combo box settings to E2370 on the event that it is not already set to that.
    What I have so far is:
    tell application "System Preferences"
    reveal anchor "displaysDisplayTab" of pane "com.apple.preference.displays"
    end tell
    tell application "System Events" to tell process "System Preferences" to tell window "E2370"
    try
    click radio button "Arrangement" of tab group 1
    on error
    click radio button "Display" of tab group 1
    --click the first combo box
    end try
    if value of checkbox 1 of tab group 1 = 0 then click checkbox 1 of tab group 1
    do shell script "sleep 0.25"
    click radio button "Display" of tab group 1
    click radio button "Scaled" of radio group 1 of tab group 1
    click radio button "Scaled" of radio group 1 of tab group 1
    select row 3 of table 1 of scroll area 1 of tab group 1
    do shell script "sleep 0.25"
    keystroke (ASCII character 3)
    keystroke (ASCII character 3)
    end tell
    --quit application "System Preferences"
    Thanks in advance.
    Trevor

    What format (codec) is the material being editied?
    Sounds like you are editing a non-native format (something like h.264). If that is the case, convert it to ProRes LT  and try again.
    x

  • Setting up a Time Capsule for the first time and replacing it with an existing Router

    Hey there,
    I have got a new TC which I will be setting it up for the first time. I have a very old beetle router. I would be using the TC as a wireless hard drive and also as my WiFi Router. After reading the setup guide, I am confused about which option to choose. Moreover, available references on the internet do not provide any clear-cut solution.
    My basic aim is to replace my router with the TC and use its in-built WiFi hardware. Since I have an EPSON printer which is connected to my router wirelessly, I am not willing to change its settings. Please guide me which option to choose regarding the same.
    Thanks in advance

    Since you have a modem/router, you must continue to use the Beetel modem/router on your network.
    The Time Capsule can connect to the Beetel modem/router using a wired Ethernet cable connection and produce a separate wireless network.  You would NOT want the Beetel router and Time Capsule to both try to produce the same wireless network if they are located close together, since this will likely create interference problems that may prevent devices from connecting to either the Beetel orTime Capsule wireless network.
    The exception to having the Beetel modem/router and Time Capsule produce the same wireless network would be if you can locate the Time Capsule at least a room or two away from the Beetel modem/router.  An Ethernet cable can be run up to 300+ feet or about 100 meters with no signal loss, so you should be able to locate the Time Capsule anywhere you want.
    Are you able to consider this option?
    Another option.....if you cannot locate the Time Capsule in another room......would be to configure the Time Capsule to use the same wireless network name and password as the Beetel network and turn off the wireless on Bettel modem/router.
    Important.....there is no guarantee that the printer will be able to connect to the Time Capsule wireless network, so you should expect to start over and set up the printer again.
    Yet another option would be to turn off the wireless service on the Time Capsule and use the Beetel wireless to back up your computers to the Time Capsule, which will act as a wired hard drive for the network. If you select this option, the Time Capsule can be located close to the Beetel modem/router.

  • Color changes between CS2 and CS4 opacity with effects turned on

    Howdie.
    I don't run into issues much with Photoshop, and this one has me stumped.
    I needed to drop back to CS2 in order to use a warp mesh plugin.  I saved out a small portion of a file that I created in CS4 (Only containing the layer I needed to warp) and then opened that file in CS2, turned off all the effects (drop shadow, inner glow, bevel & emboss), and applied the mesh warp, then saved the file.  I went back into CS4 and re-opened it there and copied its layers into the bigger, original file.  What is strange is that the colors were a LOT lighter than they should be when compared to the original unwarped layer.  So in an attempt to figure out what was wrong, I checked all of my layer opacities, filter settings, layer mixing mode, etc. and everything was exactly the same.  I even tried deleting the layer style and copying the layer style from the original layer...no change.  I turn off the effects and check the color of the object and it reads the same as the original layer.  Both layers have no semi-transparency in the colors.  I turn the effects on and it is all whacked out.  After a while, I figured out that the problem was that the layer opacity in the effects, although reading the same between both layers (70%), is behaving as if it should be at 90% opacity in the new layer in order to match the original.  Its as if the layer worked on in CS2 has brought with it some corrupted info in its definition, that never leaves and affects any Effects you try to apply to it.
    Has anyone experienced this one before?

    A liitle bit more info here.  Apparently, the pixel data for the warped parts screws with the effect, Inner Glow, in the Choke and Size sliders.  The sliders simply quit functioning and have an abrupt light/dark toggle effect roughly near about value "7".
    The only way I could fix the problem was to do this convoluted solution, since Duplicate Layer does not work.
        1.  Clear the effects on the problem layer.
        2.  At this point you can either work on the problem layer directly or duplicate it to create a work layer.  Doesn't really matter because both layers will get deleted later anyway. 
        3.  With Channel Mixer, and for EACH color channel CMYK, move all 4 sliders hard left, so that the result is 0/0/0/0 for the CMYK values  (Do NOT use Brightness & Contrast in place of Channel Mixer because you will lose any blurred edges.  Also, using Channel Mixer does not swell or choke off the pixels along any "floating" shapes' edges). 
        4.  With the selection tool, create two small selection boxs at two opposite corners of the entire layer.  Fill them with any color. 
        5.  Select the entire layer (CNTL + A on a PC), and copy it to the clipboard. 
        6.  Create a new Alpha channel and Paste.  The little boxs at the opposite corners of the file were needed to precisely position a copy of the layer when we Paste it into the new channel.  The contents of the channel must be exactly registered with where the original shapes were in the problem layer. 
        7.  If you want, you can now delete the boxs in the corners of the channel by filling them with black. 
        8.  Create a new layer and load the selection (the channel) we just created. 
        9.  Fill it with the desired color. 
        10.  Copy the desired effects from the original layer before warping was done and to the new layer we just created. 
        11.  Delete the old problem layer. 
        12.  Done.

  • Vertical Menu Bar with scroll

    How do I get a submenu to have a scroll bar?  My list goes past the bottom of the page and I would like the submenu to have a scroll bar to see the additional items.

    Sure, I couldn't see from here...did you actually have a link to your page?
    But you should have a comparable rule in the vertical menu:
    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: 8.2em;
        left: -1000em;
        top: 0;
       height: 200px; /*make this value whatever you want to so that your menu stays on the page */
        overflow: scroll;
    You may need to actually specify submenus, too, but it should cascade from the above rule...
    ul.MenuBarVertical ul ul {
         height: 200px;
         overflow: scroll;
    If you TRULY only need one submenu to scroll, throw an ID on that submenu's ul and address it in the CSS with a special rule (leaving it off all the ones you don't want to scroll):
    ul#specialscroll {
         height: 200px;
         overflow: scroll;
    Beth

Maybe you are looking for

  • How to set the current row in table automatically when tabout from one row to next row

    Hi I'm using jdev 11.1.2.0.0 How can we set the  row(in which row focus is)  as current row in the table? If we create a table with single row selection, then whichever row we select, that row becomes current row because of the selection listener(#{b

  • Stale data error: OA page opened by different users

    Hi, An OA Page which is basically use to query order details and update certain custom tables based on the order details has been developed. The first page which is a search page perfoms the search based on the "Custom Name", "Order Status" --> Bith

  • IPhone 4 not working with Sony docking station

    Hi guys, My iPhone 4 is no longer working with my Sony SRS-GU10 docking station. It connects with the docking station and charges, but there is no sound. I've tried to reset my iPhone, but that didn't work. I've turned off the bluetooth and that didn

  • 160gb ipod classic won't display album artwork...sometimes

    I have a 160GB iPod Classic (version 2.0.4 PC), and ran into a strange problem regarding displaying album artwork. Here's what I can describe: --> When browsing through albums, any albums that have been added to my iPod or had their info changed sinc

  • Execute  MCSI report in background : process Output

    Hello Folks, I am working on Ecc 6.0 . i executed the report MCSI (RMCY9200) in background . I need to process the output of that Job , But could not find any spool for the same job ... Then i came to know that the Output of the job has to be seen fr