Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: Header image width 100%?

    Quote Originally Posted by kobra View Post
    Not sure what you have going on???
    In IE - I see one smaller centered image with the large behind it

    In FF - I only see the small centered image but there is another image - header_bg.jpg - that is not readily visible as a background image that states "Impact Radio Accessories.
    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height: 100px;
    }
    You have the main wrapper set to 1050px and for a 1024 wide display this will always represent a scroll bar.

    Try setting this to about 990 to 1000px and adjust your image to match this width
    I know, I was researching on how it would look at the time you viewed my site.

    I added the image to my css, but what I got was a "tiled" image that repeated itself while spanning the width of the header.
    I put "no repeat" in the css class, but I still got the tiled effect. (exact duplicate image on the left edge and on the right edge).

    If you click on my link now, you will see what I want to do. Fill in the white spaces to the left and right of my logo with one image that resembles my current logo in the center.

    Stan

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header image width 100%?

    I put "no repeat" in the css class, but I still got the tiled effect. (exact duplicate image on the left edge and on the right edge).
    Needs to be
    Code:
    background-repeat: no-repeat;
    Fill in the white spaces to the left and right of my logo with one image that resembles my current logo in the center.
    Same advice - Try setting this to about 990 to 1000px and adjust your image to match this width
    Zen-Venom Get Bitten

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Header image width is not adjusting bottom of image is cut off
    By RonGin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Jul 2013, 06:09 PM
  2. Make 100*100 image file to below 10k !!
    By greenlight in forum General Questions
    Replies: 6
    Last Post: 24 Nov 2008, 09:56 AM
  3. 100% width header - fixed width content
    By Empire402 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jan 2007, 03:49 AM
  4. Breadcrumb 'header' is not 100% width.. please help.
    By rcrosier in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Dec 2006, 11:34 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
  •  
disjunctive-egg