Small problem with new Vbulletin Forum and HTML

Discussion in 'HTML & Website Design' started by GMC, Nov 20, 2011.

  1. #1
    Hi

    I currently have several SMF forums but have finally stumped up the cash to go Vbulletin.

    And I have failed at the first hurdle - LOL

    In my SMF forum I have a logo that I resize to fit the forum with a simple width:100% and all is good

    For the life of me I cant seem to get this to work in the Vbulletin enviroment

    The logo is a banner 980 px wide and I am trying to fit it to the full length of my header.

    I have been trying for a while with combinations of HTML and CSS to make this happen but I cant get it to work.

    Here is what I have done

    I have changed the header template to have a direct link to the the image

     <div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="castlogo"><img src="/test/images/styles/liquidblue/misc/logo.gif" alt="Forum" /></a></div>
    Code (markup):
    Then I added this to the additional.css file

    .castlogo {
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         z-index: -5000;
     }
     
    Code (markup):
    Then I cleared cache and ...

    Nothing

    Can someone steer me in the right direction?

    I have little to know knowledge of Vbulletin.

    Thanks for any help you may provide

    GMC
     
    GMC, Nov 20, 2011 IP
  2. GMC

    GMC Member

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #2
    A small Bump...
     
    GMC, Nov 21, 2011 IP
  3. GMC

    GMC Member

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Delete thread

    Fixed it myself
     
    GMC, Nov 21, 2011 IP