Background image repeat-y not showing

I have done a search here without success.
I have a rough setup of a site that will show the background
repeat-y in a div in IE but will not display it in firefox or
safari.
My css and and xhtml validate W3C.
I am no pro and have tried several things I can think of
without any luck.
Here is the url
http://www.asmc.ca/index2.html
Thanks in advance

The problem was that the div on which the background image
was applied was
collapsing around its non-floated descendents. You needed to
do something
to clear those floats before closing the div#innerwrapper.
The
'overflow:hidden' style forces the browser to establish a new
block context
for that div, effectively clearing the floats within, and
allowing the div
to wrap even the floated elements.
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
==================
"Bryan628" <[email protected]> wrote in
message
news:g6qsdt$350$[email protected]..
> Thanks Murray,
> That did the trick. So it was happening for 2 reasons?
> 1 the div I had it on?
> 2 the overflow hidden code?
>
> What does the overflow hidden mean/do
> And thanks again guys
>
>
>
quote:
Originally posted by:
Newsgroup User
> Change your #innerwrapper rule to this -
>
> #innerwrapper {
> height: auto;
> width: 768px;
> background: url(images/body_bkgrnd.jpg) repeat-y;
> overflow:hidden;
> }
>
> and see if that helps.
>
> --
> 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
> ==================
>
>
> "Bryan628" <[email protected]> wrote in
message
> news:g6qqk1$1ag$[email protected]..
> > And thanks for your time.
> >
http://www.asmc.ca/index2.html
> >
> > Bryan
>
>
>
>
>

Similar Messages

  • Main Wrapper, Container and background-image repeat problem-and Footer :-)

    Hi everyone,
    First off, i tried almost every idea i could get to solve this on my own but now im...aaa...
    Well, the problem is i have a main wrapper with a background image repeat. A header,menu, body container - which has a left column and right column. I want that main wrapper,body container and both of the columns to grow auto according to content. I tried the height:100%. When i float the columns the text from left column spills over on to the footer. The left column also does not autogrow towards the footer?! I was able to set the footer at the bottom which i want it to remain at the bottom of the main wrapper, but the main wrapper and the columns do not grow automatically...I guess it has something to do with float and the clear properties but what???
    body{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    background:url(back_index3.png) repeat-x scroll 0 0 #E4E4E4;
    #main_wrapper {
    width: 959px;
    margin:0 auto;
    margin-top:80px;
    background:url(backslice.png) repeat-y;
    height:auto;
    min-height:800px;
    #header {
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    height:119px;
    background:red;
    padding-top: 0px;
    padding-bottom: 0px;
    #topmenu {
    background-color:#blue;
    height:30px;
    margin:0px;
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    #body_container {
    height:100%;
    width: 949px;
    margin: 0 auto;
    #content {
    float:left;
    width: 645px;
    background:yellow;
    border-right:1px solid #ffffff;
    padding:10px;
    height:100%;
    text-align:left;
    #sidebar {
    float:left;
    width: 283px;
    background:#234234;
    height:100%;
    #footer {
    clear:both;
    height:200px;
    background-color: #686768;
    margin:0 auto;
    border-top: 1px solid #F6F6F6;
    text-align:center;
    width: 100%;
    <html xmlns="">
    <head>
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="3css.css" />
    <meta http-equiv="content-type" content="text/html" />
    </head>
    <body>
    <div id="main_wrapper">
         <div id="header">
          <span id="header_logo">title</span>
         </div>
         <div id="topmenu">
         menu
         </div>
         <div id="body_container">
          <div id="content">
    content to be added
          </div>
          <div id="sidebar">
          hallow2
          </div>
         </div>
    </div>
    <div id="footer">
    asd
    </div>
    </body>
    </html>
    Thanks in advance if somebody can help me out here.
    you can see an image of the problem in the attachement down thr... thnx

    <html xmlns="">
    <head>
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="3css.css" />
    <meta http-equiv="content-type" content="text/html" />
    </head>
    <body>
    <div id="main_wrapper">
         <div id="header">
          <span id="header_logo">title</span>
         </div>
         <div id="topmenu">
         menu
         </div>
         <div id="body_container">
          <div id="content">
    content to be added
          </div>
          <div id="sidebar">
          hallow2
          </div>
         </div>
    </div>
    <br clear="all" />
    <div id="footer">
    asd
    </div>
    </body>
    </html>
    Hope this will work well

  • Background image repeat, like css repeat_y

    I imagine this is possible, but I haven't figured it out as yet.
    I simply want to add a background image that does not scale, but functions exactly like a HTML/CSS background:
        background-repeat: repeat-y;
        background-position: left top;
    Thanks.

    Just because the swc is 700 kb doesn't mean your project will increase by that amount.
    Only classes that are actually being used are compiled into your project.
    As an alternative, you can use this simple class I wrote:
    http://muzakdeezign.com/flex3/flex3lib/ImageTile.as
    <mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:display="com.muzakdeezign.flex.display.*"
    layout="absolute"
    backgroundColor="#282E3E"
    backgroundImage=""
    >
         <!-- only repeat x-axis -->
         <display:ImageTile width="100%" height="1200" source="@Embed('skins/bg.png')" includeInLayout="false" />
         <!-- repeat x-axis y-axis -->
         <!--<display:ImageTile width="100%" height="100%" source="@Embed('skins/bg.png')" includeInLayout="false" />-->
         <!-- only repeat y-axis -->
         <!--<display:ImageTile width="800" height="100%" source="@Embed('skins/bg.png')" includeInLayout="false" />-->
    </Application>

  • How to get background image in cell not to repeat help please.

    hi folks,
    i want to fill a cell with a background image and not have
    the image repeat if the cell is resized by a viewer by enlarging
    the text. (Previously i jsut used CSS to control the text, so it
    couldn't be rezied, but now it seems that firefox ignores the CSS).
    ANyway i would like people not to be able to resize the cell and
    the background not to repeat.
    Here is an example that when the text is resized the
    background image and cell saty the same but a scroll bar appears
    for the text.
    http://www.stephenhuyler.com/projects.cfm
    thanks for any help!

    Use CSS -
    td.special { background-repeat:no-repeat; }
    for this cell -
    <td class="special"....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "intolight" <[email protected]> wrote in
    message
    news:enh08e$8u9$[email protected]..
    > hi folks,
    >
    > i want to fill a cell with a background image and not
    have the image
    > repeat if
    > the cell is resized by a viewer by enlarging the text.
    (Previously i jsut
    > used
    > CSS to control the text, so it couldn't be rezied, but
    now it seems that
    > firefox ignores the CSS). ANyway i would like people not
    to be able to
    > resize
    > the cell and the background not to repeat.
    >
    > Here is an example that when the text is resized the
    background image and
    > cell
    > saty the same but a scroll bar appears for the text.
    >
    http://www.stephenhuyler.com/projects.cfm
    >
    > thanks for any help!
    >

  • How to stretch background image, How to change show detail item header

    Hello all I have a few questions I would like to pose humbly to your collective wisdom, FYI I use Jdeveloper 11.1.3 and ADF Fusion
    First, how do I stretch the background Image? I have a background image in a show detail item but it is very small. 400 by 400. Thing is it's just a pic of the color red gradually moving from bright to dark in the image. So stretching it should not make it look horrible, but also repeating it makes it look silly, because you have 50 little images of dark red to bright red, instead of one big image of dark red to bright red. Can this be done and how?
    Secondly how do I change the header of the show detail item in a Panel Accordion? I have 8 Show detail items, in the middle of my page and the user can click and switch between which one is open, which makes for a nice effect, but I would like to give each of the show detail items a particular color. I did this with the backgrounds but I can't do it with the header, which are always visible, while only one background is visible at a time. I tried using the skinning technique but I wasn't able to change the header (I changed the background so the skinning was done correctly). I used
    af|panelAccordion::header
      color: blue;
      font-family: Arial, Helvetica, sans-serif;
      background: Maroon;
      background-color: Maroon;
    }Because I read in the Fusion Guide (or somewhere) that the show detail item cannot be skinned and therefore doesn't have a property like af panel Accordion.
    Can it though be achieved through some other means?
    Third when I drop the data control on the page and if I pick search form, why can't I use the CreateInsert button? Why can't I use the form to Create new rows? It keeps giving me some type of error, like Row is out of bounds or something? Is that some mistake with my database, or page, or is it not possible to do it like that?
    I welcome your words of guidance and also happy new year Huzzah!!!
    Edited by: Dino2dy on Jan 4, 2011 2:01 AM

    Thanks I haven't really had time to play around with this, as I have other concerns, but I do plan on coming back to it, and it is one of the things about ADF that really is bothersome. Creatively it means I can choose between 2 styles when making an app Blaf Rich and Fusion (the other ones are just worse versions of the two) while I will concede that the superb out of the box functionalities and things I can do declaratively probably mean I won't have a Dreamweaver type freedom of design I thought there might be a way to do some of these custom design changes.
    A few questions though
    When you skin the accordion are you able to propagate the changes to show detail item headers? Because that is one thing that I really want to change, just the color of the headers but I was unable to do so.
    Also there is a component that is not part of a panel accordion or panel tabbed called panel box. Again I changed the backgrounds to great effect but I need to change the panel header and in this I failed.
    Granted I used the css color attribute for both not a picture so maybe that is the reason. Just wondering if you succeeded.
    Cheers

  • NavBar Background Image repeats in Netscape

    Portal generates the following HTML to place an image in a NAVBAR:
    <TABLE BORDER="0" class="RegionBorder" background="http://www.gevityhr.com/pls/portal30/docs/293.GIF" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
    This works great in IE 5.0 the image shows up once. In Netscape 4.x the image repeats for each navbar element.

    On Sun, 25 Jun 2006 00:29:18 +0000 (UTC), "Hydrowizard"
    <[email protected]> wrote:
    > Also for some reason the background image in the navbar
    div is not shown in
    >macs using firefox and mozilla (internet explorer in macs
    shows it) and linux
    >users. What is the cross browser solution for this?
    Thanks
    Could it just be timing out? The server is EXTREMELY slow.
    Gary

  • Grub background is found but not showing

    This is my grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos png"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=1024X768
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="black/white"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/home/joel/grub/115887-archboot.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    after, runing grub-mkconfig:
    Generating grub.cfg ...
    Found background: /home/joel/grub/115887-archboot.png
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    done
    When I reboot, I can see the colors in menu, but not the image:
    1.- Yes, the png exists
    2.- image file is 1024X768, same as GRUB_GFXMODE
    3.- I try commenting and uncommenting the lines GRUB_COLOR_HIGHLIGHT and GRUB_COLOR_NORMAL, and still not showing the background
    any ideas, please?

    cat of "/boot/grub/grub.cfg":
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    insmod png
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=light-blue/black
    set menu_color_highlight=blue/white
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 43394d54-1950-4c8c-8d9b-71173729d4fe
    else
    search --no-floppy --fs-uuid --set=root 43394d54-1950-4c8c-8d9b-71173729d4fe
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1024X768X16
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=es_MX
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 43394d54-1950-4c8c-8d9b-71173729d4fe
    else
    search --no-floppy --fs-uuid --set=root 43394d54-1950-4c8c-8d9b-71173729d4fe
    fi
    insmod png
    background_image -m stretch /home/joel/grub/115887-archboot.png
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-43394d54-1950-4c8c-8d9b-71173729d4fe' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 43394d54-1950-4c8c-8d9b-71173729d4fe
    else
    search --no-floppy --fs-uuid --set=root 43394d54-1950-4c8c-8d9b-71173729d4fe
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=43394d54-1950-4c8c-8d9b-71173729d4fe ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-43394d54-1950-4c8c-8d9b-71173729d4fe' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 43394d54-1950-4c8c-8d9b-71173729d4fe
    else
    search --no-floppy --fs-uuid --set=root 43394d54-1950-4c8c-8d9b-71173729d4fe
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=43394d54-1950-4c8c-8d9b-71173729d4fe ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###

  • Preview what a background 'Image Repeat' will look like?

    I want to preview some website background images that I have which are 1 pixel wide without having to upload to the website and refresh the page. Is there a way to preview images repeating in either Adobe Bridge or Adobe Photoshop or any product in the Adobe Creative Cloud for that matter without having to upload to the website and refresh the page? I would ideally like to scroll through the images and have it simulate the repeat horizontal style.

    Not sure that is what I'm looking for.
    I have over 2000 different gradients for website backgrounds that I just want to scroll through to pick the one I want but I need the image to repeat horizontally so that I can see it because it's only 1 pixel wide ...
    Ideally, I would like to just be able to hit my arrow key down and down and down and preview what the background would look like super quickly so I can pick the one I like best.
    Hopefully that makes better sense.
    Thanks!
    Something like this website, but where i don't have to upload files to the web.
    http://lab.rails2u.com/bgmaker/

  • Project Structure – Images from css not showing in subfolders....

    Hi, I'm a newbe to JSF but really want to learn how to use it as Im currently doing a college project with Hibernate, and the JSF managed beans seems ideal for projects like this, anyways here's my prob...
    Im using Netbeans 6.8 for a web-project with the normal folder structure, so in the Web Pages folder, i've an
    index.xhtml – intro page
    css – folder
    js – folder
    images – folder
    pages – folder for rest of pages
    and obviously to access the css in the index page i'd include:
    <link href=”css/style.css” rel=”stylesheet” type=”text/css” />and then to access and add images to the index pages from the css, i the style.css file I have e.g.,
    body{
         font-family:sans-serif, Ariel;
         font-size:12px;
         background: url(../images/bg.png) top left repeat-x;
      } and so on for all the js and ajax stuff which all works fine.
    However in the pages subfolder say I've a page called solar.xhtml well then while it is possible for to access the css's by using ../ as in
        <link href=”../css/style.css” rel=”stylesheet” type=”text/css” />which adds the colour scheme and font types etc.so it's 100% getting this, however the images from the images folder are not being displayed, which I really can't understand as if I change the page to solar.jsp then it works fine also all the files inthe js folder are being accessed from the subfolder with ../ just not the images.
    Would really appreciate any help or advice you could give me....
    Many Regards
    Pat Nevin

    Hi - I've found the solution, so thanks anyway for anyway who was gona help!

  • Background Image repeating for table cells

    I am trying to put different images as the background to all
    the cells in a table, so I can put text over the top of them, but I
    cant have an image without it repeating. Ive tried going into the
    code and adding background-image: "no-repeat" but that hasn't
    worked. I know nothing of CSS and it seems really confusing - so if
    this is the answer please give me CSS for dummies instructions.
    Layers drive me bonkers as no 2 browsers display them in the same
    place.
    URL is:
    http://www.visionsportsmedia.com/BillyTestSite/test
    At the moment only cell one is a background image, the rest
    are images inserted normally.
    Hope you can help.
    Thanks.

    Your question reflects the confusing mess your life will be
    if you persist
    with web authoring without taking the time to learn some HTML
    and CSS.
    You have -
    <th height="351" colspan="6" "scope="col">
    Note the extra doublequote just before 'scope'.
    Also note that your preloads (look at the body tag) as well
    as your image
    swaps (look elsewhere - everywhere you see 'file:///') are
    all broken -
    pointing to files on your hard drive. Finally, you might want
    to just think
    about making a page where there is no readable content
    (everything here is
    in images). It will get a zero search engine ranking....
    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
    ==================
    "little bob" <[email protected]> wrote in
    message
    news:gqo8jh$ejo$[email protected]..
    >I am trying to put different images as the background to
    all the cells in a
    > table, so I can put text over the top of them, but I
    cant have an image
    > without
    > it repeating. Ive tried going into the code and adding
    background-image:
    > "no-repeat" but that hasn't worked. I know nothing of
    CSS and it seems
    > really
    > confusing - so if this is the answer please give me CSS
    for dummies
    > instructions. Layers drive me bonkers as no 2 browsers
    display them in the
    > same
    > place.
    >
    > URL is:
    http://www.visionsportsmedia.com/BillyTestSite/test
    >
    > At the moment only cell one is a background image, the
    rest are images
    > inserted normally.
    >
    > Hope you can help.
    >
    > Thanks.
    >

  • CSS - background image repeat-y

    Hello,
    QUESTIONThis works great in IE v6.0. How can I get the
    background position to work in Firefox 2.0?
    Instead of a tiled background that I can control where it
    begins to tile within a DIV, in Firefox 2.0 it displays
    the image once and doesn't tile like it does in IE. Argh!
    background-image:
    url(images/SideNav/side_nav_bottom_repeat.gif);
    background-repeat: repeat-y;
    background-position: 0% 218px;
    I just went through a CSS training video and applied some of
    the things taught.
    It was very helpful thanks you. However it worked in IE but
    not in Firefox.
    http://movielibrary.lynda.com/html/modPage.asp?ID=279
    5. Adding Colors and Backgrounds
    Movie: Positioning backgrounds
    Is there a work around for Firefox?

    Zero is zero no matter what units you have on it. I am not
    aware of any
    mixed unit issue like that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alexander Ross" <[email protected]> wrote in message
    news:f0rkhi$kht$[email protected]..
    >I have some vague recolection about weird behaviors with
    mixed units. Try:
    >
    > background-position: 0px 218px;
    >
    > If not, post a link to your page
    >
    >
    >> background-image:
    url(images/SideNav/side_nav_bottom_repeat.gif);
    >> background-repeat: repeat-y;
    >> background-position: 0% 218px;

  • Background image repeating, even with no-repeat?

    I can't seem to figure out why my background image is repeating in Safari. I have set the page properties to no-repeat and it is working well in Firefox (Mac), but in Safari, my background image is repeating. Does anyone have any suggestions? Thanks so much.
    Url: http://www.aquapup.com/zoe/author.html

    Which background are you seeing repeat?  I presume it's the ../zoe/images/Zoe_site_off_01.jpg one, but I'm not seeing it repeat in Safari.
    .zoetextbackground {
        background-image: url(../zoe/images/Zoe_site_off_01.jpg);
        background-repeat: no-repeat;
    .buglettetextbackground {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        padding-left: 180px;
        padding-right: 340px;
        position: relative;
        vertical-align: middle;
        background-image: url(../zoe/images/Zoe_site_off_01.jpg);
        background-repeat: no-repeat;
    .buglettetextbackground_book {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        padding-left: 410px;
        padding-right: 360px;
        position: relative;
        vertical-align: middle;
        background-image: url(../zoe/images/Zoe_site_off_01_alt.jpg);
        background-repeat: no-repeat;

  • Background for site does not show up after uploading to webhost...

    My background for my website does not show up on my webhost after uploading site with Dreamweaver.
    Here is my site: http://legacyofys.comxa.com/
    Here is the backgroud image: http://point-file-manager.000webhost.com/index.php?ftpserver=legacyofys.comxa.com&ftpserve rport=21&username=a2022293&language=en&skin=blue&ftpmode=automatic&passivemode=no&sslconne ct=no&viewmode=list&sort=&sortorder=&state=view&state2=image&directory=%2Fpublic_html%2Fim ages&entry=Background.png
    I know the background image successfully uploaded to my webhost, because it shows up in my file manager. What is wrong here? How do I fix this?

    So it was a path issue  :-)  Glad you sorted it .
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Airplay mirror imaging icon will not show up on my macbook pro even though i downloaded mountain lion. How do i get airplay icon to appear on my macbook pro?

    i have a macbook pro (almost positive that its a 2010 version) and i got mountain lion. The BIGGEST AND MAIN REASON i bought mountain lion was so that i can do airplay, allowing me to mirror image what is on my mac to my Apple TV. my whole computer is updated as far as the displays and newer features but the small airplay icon will not show up on the top of my screen. therefore, not allowing me to mirror image what is on my mac to my tv... it is connected to the same wifi as my apple tv. idk what to do. could it be because my macbook pro is a 2010? desprately looking for help...please help me with this issue
    thank you

    Welcome to Apple Support Communities
    Read > http://support.apple.com/kb/HT5404 AirPlay Mirroring requires an Early 2011 or newer MacBook Pro, so your MacBook Pro isn't supported.
    To mirror your MacBook Pro's display onto the Apple TV, you can use an application like Beamer or AirParrot even if AirPlay Mirroring isn't compatible

  • All images in Project not showing up

    I have 2000 images in a project but for some reason I can only get one subset of them [89 images] to show up. I have checked to show all, I've gone into smart albums and they all show up but only 89 show up when I want to open the entire project...This is true in the maximized viewer and also in list view. I deleted the plist and reopened and it's still happening. I wanted to avoid a full rebuild of the Library [not sure how to rebuild only a project] if possible. I just want to be able to see and work with all my 2000 images in that project, not just the subset. Thanks.

    Hello, Victoria
    Quote: "I have 2000 images in a project but for some reason I can only get one subset of them [89 images] to show up. I have checked to show all, I've gone into smart albums and they all show up but only 89 show up when I want to open the entire project..."
    What firstlaunch said and also did you make any Folders within a Folder? If so the other photos will not show up by design because a Folder within a Folder will force a separation of the images — this is a good thing because sometimes you may not want clients to see what other clients have within projects/jobs.
    victor

Maybe you are looking for