Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Background tile

    Hello,

    I was wondering if anyone could tell me what the best way to tile a background
    image so that it goes right to the bottom of the web page but also that it
    stays in the middle when the window is resized.

    [url]http://www.nzherald.co.nz/thebusiness/index.html[/url]

    heres what it looks like so far. I did originally have a background image but
    it didnt seem to work in Netscape or IE(didnt try it in Firefox) and shifted to
    the right when i opened my favourites panel on the left in IE.

    thank you

    bosskax Guest

  2. Similar Questions and Discussions

    1. Can I Tile With an JPG Image
      I'm making a poster with Illustrator 10, and would like to have a pattern background. Is it possible to tile a JPG image in Illustrator? It seems to...
    2. Tile Background with Text on Top
      Hi, I have a 1x1 picture which I want to tile in the background <can not use backgroundImage cause it will stretch the image> and then I want to...
    3. xml tile-based game map
      hullo, all this is a game map stored in an array inside flash file, but the problem is I wanna use an external xml file to store the map data. is...
    4. Tile Symbols?
      Is there any way to tile symbols so that they line up evenly? For instance, if you had a block symbol how can you stack them up so that they cover...
    5. bg img tile w/frames
      "Paul Taylor" <pftaylor@technocurve.co.uk> wrote in message news:0tpjgvs735mvvccl6jpp86oppoj0b9k8bf@4ax.com... Fair do's, but your technocurve...
  3. #2

    Default Re: Background tile

    CSS -

    body { background-repeat:repeat-y;background-position:center top; }

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "bosskax" <joeycannon@gmail.com> wrote in message
    news:dtt4cu$7si$1@forums.macromedia.com...
    > Hello,
    >
    > I was wondering if anyone could tell me what the best way to tile a
    > background
    > image so that it goes right to the bottom of the web page but also that it
    > stays in the middle when the window is resized.
    >
    > [url]http://www.nzherald.co.nz/thebusiness/index.html[/url]
    >
    > heres what it looks like so far. I did originally have a background image
    > but
    > it didnt seem to work in Netscape or IE(didnt try it in Firefox) and
    > shifted to
    > the right when i opened my favourites panel on the left in IE.
    >
    > thank you
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Background tile

    nice one do i have to declare the background image at the top in the embedded style sheet
    bosskax Guest

  5. #4

    Default Re: Background tile

    No.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "bosskax" <joeycannon@gmail.com> wrote in message
    news:dttb5f$fv1$1@forums.macromedia.com...
    > nice one do i have to declare the background image at the top in the
    > embedded style sheet

    Murray *TMM* Guest

  6. #5

    Default Re: Background tile

    cheers but where do i place the css body tag ...i;ve tried a few ways but still not workin

    bosskax Guest

  7. #6

    Default Re: Background tile

    You put it into an embedded stylesheet in the head of the document.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "bosskax" <joeycannon@gmail.com> wrote in message
    news:dttgip$mgd$1@forums.macromedia.com...
    > cheers but where do i place the css body tag ...i;ve tried a few ways but
    > still not workin
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139