Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default CSS Problem i think ??

    Hi all zenners i have created myself a problem and cannot figure out what i have done. If you go to http://trakkerfishingtackle.co.uk you will see that below the header logo there is a white space, if you right click and click view background image it shows http://trakkerfishingtackle.co.uk/in...alog-title.gif which should be a green effect but for some reason it is white. I can see the text behind by highlighting it but i am unsure if it is a CSS problem or not.

    I hope someone can help or point me in the right direction.

    Many thanks and kind regards

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: CSS Problem i think ??

    Your logowrapper has a height value of 80px yet your header image is 110px...this is causing the breadcrumb section that should have the background to appear up behind the image and since the breadcrumb background image is not so long in height...it's not appearing

    stylesheet.css line 40:

    Change

    Code:
    #logoWrapper {
    background-color:#FFFFFF;
    height:80px;
    line-height:106px;
    
    
    }
    to

    Code:
    #logoWrapper {
     background-color:#FFFFFF;
    height:110px;
    line-height:106px;
    
    
     }
    and your background for the breadcrumbs section should appear in the right place :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: CSS Problem i think ??

    Quote Originally Posted by LissaE View Post
    Your logowrapper has a height value of 80px yet your header image is 110px...this is causing the breadcrumb section that should have the background to appear up behind the image and since the breadcrumb background image is not so long in height...it's not appearing

    stylesheet.css line 40:

    Change

    Code:
    #logoWrapper {
    background-color:#FFFFFF;
    height:80px;
    line-height:106px;
    
    
    }
    to

    Code:
    #logoWrapper {
     background-color:#FFFFFF;
    height:110px;
    line-height:106px;
    
    
     }
    and your background for the breadcrumbs section should appear in the right place :)
    Lissa you are a star. Thankyou very much for the quick reply. It is now sorted. I completely overlooked that section as i changed the logo to 110px. LOL we all learn by our mistakes and i will not be doing that again soon.

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: CSS Problem i think ??

    You're very welcome :)

    Some things many of us have learnt the hard way LOL!
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Help with css I think?
    By Jordin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2010, 11:06 PM
  2. I think this is a CSS problem?
    By cgardner in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Dec 2007, 10:35 PM
  3. slight problem with css (i think)
    By humbll in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 May 2007, 07:04 AM
  4. CSS Weirdness (Padding Issue - I think)
    By howser in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 18 May 2006, 04:58 AM

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