Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: background-image start position issue

  1. #1
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default background-image start position issue

    background-image: url('images/conbg.png');
    background-position: 0px 26px;
    /*background-attachment: fixed;*/
    background-repeat: repeat-y;

    Using that code Im still getting the background image I am tiling to start at the top of the div. Ive got some rounded corners images I need to be using at the direct top, so I absolutely need to find a good way to offset the first of my y repeat tiles at the (0, 26) pixel position from the top of this div.

    Anyone be able to tell me what Im doin wrong?

  2. #2
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Anyone know anything about this?

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    it would be easier to solve this problem if we could see an example of what/where you are trying to implement it.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  4. #4
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    http://eatechsolutions.vndv.com/bb/

    Ive posted the current WIP version there.

    Basically for each of the divs the background tiles up and down vertically (I think that may be a FF thing) Is there a way for me to handle making the repeat-y start at a specific position or do I need to find some other way and use different rounding cap images.

  5. #5
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    That's just as much an "image" problem as it is a "CSS" problem. I can manipulate the CSS enough to make the top rounded rectangle line up correctly, but it is impossible to do so with the area between the top and "main" rounded corner rectangle due to the large amount of "excess" image which overlaps no matter how you position it. If I have time, I might try to make you some custom images with the same color scheme which would facilitate what you are trying to accomplish a little better.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  6. #6
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    That would be exceptionally helpful if you could, I'm a bit new to the image design portion of the show as it were.
    Just seeing what I did wrong would be very helpful for the future.

  7. #7
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    i'm trying to finish up my new blog, so when I get it all done i'll work on those images for you and post a link to where you can download them in here.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  8. The Following User Says Thank You to TheJoshMan For This Useful Post:

    Irishjugg (07-27-2008)

  9. #8
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Thanks, ill look forward to it.

  10. #9
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

  11. #10
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    i'm trying to finish up my new blog, so when I get it all done i'll work on those images for you and post a link to where you can download them in here.
    Have you had any chance to look into this yet? Even a small amount of guidance on how I've done things wrong would be very helpful.

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
  •