Image on side of logo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sub_ubi
    Member
    • Dec 2004
    • 77
    • 3.0.3

    [vB4] Image on side of logo

    I'm trying to put an image outside of the header, to the left of my logo. I have a fixed width (1024) style in vB4.

    I've spent the last 6 hours on this and am about to pull my hair out.

    Here's the closest I came,


    additional.css
    Code:
    html {
    background-image: url(../images/robot.png), url(../images/graybg.jpg);
    background-attachment:fixed;
    background-repeat:no-repeat, repeat-x;
    background-position:left; }
    }
    Here's how it looks:
    Really good on my resolution!
    Click image for larger version

Name:	bggood.png
Views:	1
Size:	322.8 KB
ID:	3724930

    But if the resolution is wider, the image doesn't stick to the content:
    Click image for larger version

Name:	bgbad.png
Views:	1
Size:	220.5 KB
ID:	3724931

    Is there some way I can make the robot background stick to the side of the logo? I don't mind if people with smaller resolutions can't see it, as I don't want it to cause scrolling.
    Last edited by sub_ubi; Thu 25 Oct '12, 5:28pm.

Related Topics

Collapse

Working...