Results 1 to 2 of 2

How do I stretch my header image?

This is a discussion on How do I stretch my header image? within the Off-Topic & Chit Chat forums, part of the Focus on Members category; I want to stretch my header image to the width of the rest of the page, dont want the white ...

  1. #1
    Senior Member
    Real Name
    RadarLaser
    Join Date
    Dec 2008
    Posts
    134
    Liked
    0 times

    How do I stretch my header image?

    I want to stretch my header image to the width of the rest of the page, dont want the white space to the right or left of it, how would I go about doing that?

    seen here:

    Radar Detectors & Radar Detector Reviews


    here is my old site that I had the designer do this on

    RadarDetectorReview.Net

    Cant remember how it was done

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    You need to make a repeating element. As you can see on your old site, your designer uses this image: http://radardetectorreview.net/forum.../head_back.jpg to repeat-x across the x-axis the full width, and then has 2 seperate images on the left and the right which make it look complete no matter the width.

    your current image doesn't really have a 'break' point in it to split into 3 sections and to repeat a center block, so you may need to get creative.

    the general idea is to set the repeating element as the background, and then have your 2 sections overlay.

    ie,
    Code:
    <div id="logo">
    <img id="logoleft" src="left image" /><img id="logoright" src="right image" />
    </div>
    
    #logo { background: url(/path/to/repeat.gif) repeat-x; }
    #logoleft { float: left; }
    #logoright { float: right; }
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Header image alt text
    By HaGG in forum General Discussion
    Replies: 2
    Last Post: 09-02-2009, 08:37 PM
  2. Header background image
    By sensimilla in forum vBSEO.com Styles
    Replies: 4
    Last Post: 12-24-2008, 11:27 AM
  3. Newbie Help - Header Image
    By sulley007 in forum Template Modifications
    Replies: 6
    Last Post: 12-13-2008, 06:40 PM

Posting Permissions

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