Keep the information fixed when scrolling

I need to set my background on my site.  What I want to do is to keep the background stationary when I scroll up and down the page.  I know it's simple, but I can't do. I use CS3.  Some help would be welcome.

Thank you

Excellent, if you changed it to this:

{body
background-image: url(images/anime%20_character.jpg)

background-attachment: fixed;

}

It would be good if you could now mark as answered correctly so that people who don't have no need to keep clicking on this thread.  Thank you!

--


E. Michael Brandt

www.divahtml.comwww.divahtml.com/products/scripts_dreamweaver_extensions.phpStandards-compliant scripts and Dreamweaver Extensions

www.valleywebdesigns.com/vwd_Vdw.aspJustSo PictureWindowJustSo PhotoAlbum, et alia

--

Tags: Dreamweaver

Similar Questions

  • Why keep the program fails when I click Update

    Why keep the program fails when I click on update, in particular different editing software

    Please read https://forums.adobe.com/thread/1499014

    -try some steps such as changing browsers and disable your firewall

    -also clear the cache of your browser if you start with a fresh browser

    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip.

    http://helpx.Adobe.com/creative-cloud/KB/failed-install-creative-cloud-desktop.html

    or

    A chat session where an agent can remotely look inside your computer can help

    Cloud creative support chat (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • How to feed items into something fixed when scrolling

    I have a header that is fixed and want it to stay in position when the page is scrolled, however some items on the page do scroll over it and not under it as expected...

    You can set a z-index of say 50 in the css for the div bodyStrip_top and contactNumbers

    Add

    z-index: 50;

    for the css for both

    EDIT: You should probably also add a background color to the content_wrapper div to keep the logo in the upper right to show through between the elements when scrolling on smaller screens

  • Drop-down lists lists loop until the first position when scrolling down

    Original title : Drop-down lists keep scrolling to the first position

    As soon as there is a drop involved or any time there is more than a list of what can be seen on the screen, something is causing the list to scroll to the first position.  It also happens on anything that uses a mouse to move a bar on the side, using keyboard does not help, she returned at the beginning.  Please, someone let me know how to solve this problem, I can't get anything done as much of what I do has lists in drop-down lists.

    Thanks for your help

    BlueFairy2012

    Hello

    1. the problem occurs with any particular application or all applications?
    2. don't you make changes to the computer before the show?
    3. what operating system is installed on the computer?

    I suggest you perform the clean boot and check if the problem persists.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: Follow step 7 clean boot KB929135 article to reset the computer in normal mode.

    Additional information:
    The problems with the mouse button or scroll the parameters
    http://support.Microsoft.com/kb/303091

  • Items that appear above the other items when scrolling

    I recently started to relearn the Web site design, and a lot has changed since I designed my 1st couple of websites about 12 years ago.  The Web page I'm having a problem is

    http://www.ibewlu220.org/home.html

    I have a set menu at the top of the page bar.  When you scroll to the bottom of the page news carousel scrolls above the menu bar.  Twitter move scrolls under the menu bar is desired.  I'm not what prevents feeding carousel as element higher in the layout of news.

    Thank you.

    Your image carousel comes after your head in the HTML code, so it's rained high (close to the Viewer) on the stack of items on your page.

    It's an easy fix.

    You can set the z-index of your header div to something like 100 in the CSS and it should end by above (as long as the z-index is not set or assign a lower number for the carousel).

    Width: 100%;

    min-width: 769px;
    background-color: Blue;
    height: 120px;
    position: fixed;
    top: 0;
    Left: 0;

    z-index: 100;

  • How can I get Firefox to display the information bar when a pop-up is blocked

    I clicked on "don't show this message when pop-ups are blocked" when a popup has been blocked. How can I get this message to reappear again when a pop-up is blocked?

    I find generally pop ups boring, but sometimes they are needed to use some Web sites correctly. Now I can not get the information bar to return when a pop-up is blocked. How can I get that back?

    Operating system

    Windows XP

    You can see a pop-up block icon in the right corner of the status bar if you have chosen to hide the information bar at the top.
    You can click on this icon of pop - up block on the status bar and remove the check mark from «do not show an information message when pop-ups are blocked»

    You can watch these prefs the topic: config page and reset them using the context menu:
    Status bar icon: browser.popups.showPopupBlocker
    The InfoBar at the top: privacy.popups.showBrowserMessage

    To open the topic: config page, type Subject: config in the address bar (address) and press the Enter key, as you type the url of a Web site to open a Web site.
    If you see a warning then you can confirm that you want to access this page.

  • How to keep the region selected when the page is sent

    Hello

    I created a page with several area equipped with a region selector.

    When the page is sent, the region selector returns to 'show all '.

    I would like to keep the selected region, but don't know how.

    Any ideas?

    APEX version: 4.2.6.00.03

    Theme: 26

    Best regards

    Klaus

    Hi Klaus,

    Please follow the Blog solution

    http://blog.theapexfreelancer.com/2011/11/sticky-region-display-selector/

    Hope this helps you,

    Kind regards

    Jitendra

  • Keep the layer names when describing the text

    I would like to know if there is a way to keep the names of the objects/layers of text when the text is converted to text outline, using scripts.

    I create files with dozens of text layers (player names on the back of the jerseys of sport) and send the .ai file to manufacturers. This means that I have to expose the text, but when I do, the layers all lose their names and everything becomes "< Group >.

    Can anyone think of a way of naming these layers with the text they contain?

    Hi openbracket,.

    It is impossible, if the text is underlined.

    But it is possible for the text and the outline of the text via script (don't forget that the selected text is only filled with no effects or stroke)

    You can try something like this:

    // required: an opened document with one selected text frame
    var aDoc = app.activeDocument;
    var aSel = aDoc.selection;
    if (aSel[0].typename =="TextFrame") {
        if (aSel[0].characters.length < 40) {
        var newName = aSel[0].contents;
        } else {
        newName = aSel[0].contents.substr(0, 39);
        }
    aSel[0].createOutline();
    aSel = aDoc.selection;
    // name of the new Group = contents or part of contents of selected text frame
    aSel[0].name = newName;
    }
    

    Have fun

  • How can I make the menu appears at the top of the site, even when scrolling down?

    I have the horizontal menu in the header, but when the page is long, the menu disappears.  I still want to be able to see it at the top of the screen.  Is this possible?

    1. place a menu where you want and select.

    2 open the control panel "scrolling effects."

    3 activate 'motion.

    4. change each value to '0 '.

    5 does.

  • How to keep a Lightbox centered when scrolling?

    Hello

    I use a lightbox slideshow widget style in a web site to a page.

    As you can see below, the light therapy device focuses on the page when I click on the thumbnail.

    Capture d’écran 2015-02-12 à 14.06.47.jpg

    But when I scroll down, the light therapy device scrolls with the page.

    Capture d’écran 2015-02-12 à 14.06.56.jpg

    What I want is the light therapy device to stay centered, even if I scroll to the bottom of the page.

    The solution might be easy, if there is a...

    Thanks for your help.

    Hi, Mr. white.

    Unfortunately, it is not possible currently. Sorry for the inconvenience of this issue, but please post in the section asking to feature forums so that we can better follow the idea.

    Thank you

    Dana

  • How to keep the format setting when generating a table of contents

    Hello

    I have a superscript® in a title in a document that should be put in the Table of contents. When I generate the table of contents, I can't keep the format in the table of contents.

    I could cheat and manually change the, but there must be a way that remains with these properties whenever I have to regenerate the table of contents.

    No idea how?

    Kind regards.

    What version of FM?

    What the police?

    There are two separate issues here:

    1. If you are super as a character Format in the files of body, the format must be in character for the OCD catalogue, or the formatting is not applied.
    2. If you do this and get it display correctly in the table of contents, which will break the hyperlink linking it.

    The solution is usually to do great as characters of Unicode natively by exposing and not the character Formats.

    See: TOC link with a character index does not in PDF format

  • What is the best way to keep the high resolution when recording "for the web".

    the files that I save to the web so I can get them in jpg (or gif) are coming very pixelated.  That's when I print the image.

    What is the best way to save for the web, an image and keep the good resolution.

    using a business card template.  template Avery will allow me to attach images I want to project.  to do this...  I 'get file computer' and it deletes the image in but real little... then you are supposed to expand on your work as you want.  Well, when I enlarge this image file, it gets pixelated bad.  I think it's the way that I am saving it.  I do not adjust anything when I save.  Maybe I should.  This is where I need advice.

    That's what avery model notes on the images, I am allowed to use - when downloading the image, the maximum allowed size is 4 MB.  You can download the JPG and PNG RGB or CMYK images.  so when you recommend things, can you please take this into account

    Thanks for oyur times.

    Aida,.

    When you register with the default template using save for web, it's usually a setting very low.

    While in the registration window, you can set the size in pixels of the image you want with the quality and the resolution too.

    Refer to video tv.adobe.com save for web or Adobe Help file for detailed instructions.

    Florian

  • How to keep the image of when cropping?

    I use LR for a while, but all of a sudden when I crop a photo, the image slides to the left or to the right and out of sight.

    In the past when I move the framework of cultures the photo would not pass, so I can see exactly how the photo I culture.

    I tried to do research about a framework, but all I get are answers about locking the ratio of culture and not what I need.

    I need to keep the whole picture in view when I drag the window of the harvest.

    Thank you!

    im not sure what you mean... but you always move the image with LR and part of the harvest is still in the middle of the screen.

    with photoshop before CS6 you moved part of the harvest, but with the default CS6 works like LR.

    Maybe you mixed things up?

  • How keep the structure layers when you import files?

    When I copy and paste a piece of another PDF file or HAVE, the layers were always reoganized. Most gone sublayer include their names, resulting in several layers and less organized. Same thing happens when I use the command "Set" to import a file. Is there a way to keep the structure of the layer when importing files? Sorry for my poor English skill. Thank you.

    layers.JPG

    Bluesky,

    In palette dialog box layers, layers of dough remembers is checked? If not, check it and see what happens.

  • How the best way to keep the information user´s?

    Hello people.
    In my application, I use the method getDBTransaction () .getSession (). getUserData() to store user information, such as the ID, user name, etc...
    However when my application is used by more than 20 users. Application loses the information in session variables very often. In most cases the user session is lost in less than 2 minutes of use. Some entities in my application using this information to fuel elements of the entities which are necessary for the table, so that the application generates errors like Houston-27014 and Houston-25017.
    I wonder what the best way to store this information so that I can use the methods of the data model and user interface methods.

    Thank you once again.

    Willian

    What is described in the [docs here: http://download.oracle.com/docs/cd/E15051_01/web.1111/b31974/bcstatemgmt.htm#sm0495]

    Timo

Maybe you are looking for

  • MacOS for MacBook Pro early 2009 Sierra

    I wonder if the MacBook Pro early 2009 to MacOS Sierra at any time in the futureI have attached a picture of my macbook pro information

  • Where can I find oldest (24.6.1) a version to download?

    I got a new computer w/Windows laptop 7. I want to download Thunderbird 24.6 on the new machine, but the Mozilla site will distribute only version 31 (which is terrible). Where (or how) I can get the version you want?

  • faiing password of the BIOS on the laptop HP 630

    Hello just suddenly the bios password started faling on this laptop with the error 94004008. Is it spent there anyway? Thank you

  • Flight Simulator compatibility with Windows7__

    I am running Combat Flight Simulator, Combat Flight Simulator 2 (WWII Pacific Theater), Combat Flight Simulator 3 (battle for Europe) and Flight Simulator 2004 (A Century of Flight) under Windows XP.  I'll be able to run these programs under Windows7

  • Can we use file .cod as a resource

    Hi BBexperts, According to the requirement of my project, I have to add as a resource .cod file to another application. Is this possible? If Yes, then how can I access .cod file to launch the respective application of the resource. Any suggession thi