Results 1 to 4 of 4

Thread: Image, over image?

  1. #1
    Join Date
    Sep 2010
    Location
    Hi Stalker.
    Posts
    148
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default Image, over image?

    How can I put a certain number of images over one image with CSS?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I would do something with relative positioning and absolute positioning.
    Code:
    <div id="wrapper"> <!-- position #wrapper relatively -->
        <img src="image1.png" />
        <img src="image2.png" /> <!-- position this image absolutely -->
    </div>
    Jeremy | jfein.net

  3. #3
    Join Date
    Sep 2010
    Location
    Hi Stalker.
    Posts
    148
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    Thanks! While talking about CSS, how can I use an external TTF in a text box.

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

  5. The Following User Says Thank You to Nile For This Useful Post:

    [Nicolas] (02-27-2011)

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
  •