• Lucid Dreaming - Dream Views




    Results 1 to 6 of 6
    1. #1
      Banned
      Join Date
      Oct 2009
      Gender
      Location
      Nowhere
      Posts
      2,941
      Likes
      601
      DJ Entries
      45

      Tell Me About Tiling A Background Image On Footer

      I need to tile a PNG image across the bottom of a HTML page. Done a search, found one method but it didn't work too well. Can someone help me out with some CSS code?

    2. #2
      Observer Hot Chocolate's Avatar
      Join Date
      Mar 2009
      LD Count
      30-ish
      Gender
      Location
      Netherlands
      Posts
      288
      Likes
      32
      DJ Entries
      16
      I'm volunteering, I need some more details though. From the top of my head: Style="background-image: link.png;" Then you might need to add something like repeat-x or repeat-y or no-repeat, whatever you want. The Style goes into the div element. By the way, PNG isn't the best file format for sites, they take much too long to load.

      EDIT: Ok I did some research: it's the following: style=" background-image: url(link.png); background-repeat: repeat-x;" You can change repeat-x to repeat-y or no-repeat. If you don't have any repeat at all, it will repeat in both directions.
      Last edited by Hot Chocolate; 05-22-2010 at 01:55 AM.

    3. #3
      Banned
      Join Date
      Oct 2009
      Gender
      Location
      Nowhere
      Posts
      2,941
      Likes
      601
      DJ Entries
      45
      I'm pretty sure PNG is "portable network graphics" designed to be fast for loading online and over networks.
      Anyway, I tried something similar (but using 'repeat-x left bottom' or something like that) but I can't seem to get it to work. In CSS, you can use body {code} to change values for body. Is there not a similar thing for footer? This is just becoming frustrating and confusing.
      Last edited by Loaf; 05-22-2010 at 02:12 AM.

    4. #4
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      First, classify the div layer. It should look like "<div class="YOURNAME">

      Try this in between your <style></style> tags.

      Code:
      YOURNAME {background-image:URLHERE}
      It should automatically tile. "Body" tells the code to use whatever's inside the brackets for the whole page. So if you want anything at all to be applied to the whole of whatever you specified, such as font-face, font-size, etcetera, put all that inside the "body" brackets.
      Last edited by Puffin; 05-22-2010 at 02:16 AM.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    5. #5
      Banned
      Join Date
      Oct 2009
      Gender
      Location
      Nowhere
      Posts
      2,941
      Likes
      601
      DJ Entries
      45
      Okay, wait...
      I was trying this:

      background-image:url('Image/bottomloop.png') fix repeat-x left bottom;

      But it doesn't appear to work. I have two other backgrounds being tiled in the body css too.

    6. #6
      Observer Hot Chocolate's Avatar
      Join Date
      Mar 2009
      LD Count
      30-ish
      Gender
      Location
      Netherlands
      Posts
      288
      Likes
      32
      DJ Entries
      16
      Could you post your code, the entire page if it's not too big?

    Similar Threads

    1. Use background noise when doing WILD?
      By kingofhypocrites in forum Wake Initiated Lucid Dreams (WILD)
      Replies: 2
      Last Post: 01-30-2010, 08:12 PM
    2. Ego background in the lucidity dept.
      By The Biscuit King in forum Lucid Experiences
      Replies: 0
      Last Post: 06-09-2009, 11:27 PM
    3. Background Music In A Ld?
      By bro in forum General Lucid Discussion
      Replies: 9
      Last Post: 02-27-2007, 02:50 AM
    4. background
      By mongreloctopus in forum Artists' Corner
      Replies: 1
      Last Post: 05-09-2006, 07:04 PM
    5. Footer Idea
      By Dylan in forum Art Design
      Replies: 12
      Last Post: 06-28-2005, 02:35 AM

    Bookmarks

    Posting Permissions

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