Results 1 to 2 of 2

Thread: size properties for background image?

  1. #1
    Join Date
    Dec 2005
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default size properties for background image?

    Can I set width and height properties for a background image in css?

    thanks,
    jimo

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    not the background image, but the element yes

    HTML Code:
    <p class="name">
    </p>
    Code:
    p.name {
         background: transparent url('/path/to/image') repeat attachement position;
         width: NNpx;
         height: NNpx;
    }

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
  •