[REQUEST] Banner menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [REQUEST] Banner

    Hey im looking for a banner for this website if you can just make the banner match the background/colors. I have banner on there but im kinda looking for a more professional one.

    District 9 • Index page

    Title: District 9
    Color: Make the D Black and the istrict part white and make the 9 a faded red
    Subtitle: Frag With No Lag
    Color: Faded Blue

    Effects: Make the District 9 text kinda shake and fade in and out... if you can...

    Font: Suprise me :P

    Dunno about the size just make it fit that page :P

    Render: Put the render to the right side of the banner and all the text to the left.

    If you cant make the animation it is fine.

    Planet Renders // Renders - PC Game Renders/Battlefield 2
    Planet Renders // Renders - Video/Console Game Renders/Call Of Duty 4 - Soap

    [REQUEST] Banner
  2. #2
    WickedCitizen's Avatar Active Member
    Reputation
    62
    Join Date
    Oct 2006
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #3
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow i love it thanks alot man. can you make me a sig same concept but have it same Warlord
    District 9 Owner

  4. #4
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://district9.clanservers.com/forums/ The banner doesent fit really can you make it a bit biggeR? If you can add me on MSN live [email protected]
    Last edited by Warlord651; 10-15-2009 at 10:15 AM.

  5. #5
    WickedCitizen's Avatar Active Member
    Reputation
    62
    Join Date
    Oct 2006
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Try that.
    Last edited by WickedCitizen; 10-15-2009 at 11:19 AM.

  6. #6
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had to remake it into a jpg cause thats what my site uses but look at what it did to the right side of the banner? • Index page

    I dunno why it would of done that if you have a way to fix it awsome if not thats okay.... Also what about a sig? Could you do one of them?

  7. #7
    Narudan's Avatar Banned
    Reputation
    365
    Join Date
    Aug 2007
    Posts
    1,725
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It wasnt big enough, it automatically duplicated itself to the right
    you should look at the html to fix it and instead of duplicating it should be streched

  8. #8
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rather set it to repeat:no-repeat; and position it accordingly

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  9. #9
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im kinda noobish to this stuff i just know the basics how do i go about doing that?

    /* Background
    --------------------------------------------- */
    #header-bg {
    background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    }

    Is what my style sheet says
    Last edited by Warlord651; 10-15-2009 at 11:58 AM.

  10. #10
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Warlord651 View Post
    im kinda noobish to this stuff i just know the basics how do i go about doing that?

    /* Background
    --------------------------------------------- */
    #header-bg {
    background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    }

    Is what my style sheet says
    Seems to be right, however you can try to add

    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    as well.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  11. #11
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Reflection View Post
    Seems to be right, however you can try to add

    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    as well.
    just put that in any were? i put it on the bottom of the style sheet just added

    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    did not work
    Last edited by Warlord651; 10-16-2009 at 06:02 PM.

  12. #12
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No in
    #header-bg {
    background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    }

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  13. #13
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /* Background
    --------------------------------------------- */
    #header-bg {
    background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    }

    I inserted that and it made no changes....
    are you sure thats what i have to edit or is it this....

    /* Main blocks
    ---------------------------------------- */
    #header-bg {
    width: 820px;
    height: 200px;
    margin: auto;

    I mean is there something that i have to do to make these changes take effect i replaced the old one in the ftp i dunno

  14. #14
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Warlord651 View Post
    /* Background
    --------------------------------------------- */
    #header-bg {
    background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width:100%;
    height:amountofpixelsalongthe y-axis herepx (ex height:78px; )

    }

    I inserted that and it made no changes....
    are you sure thats what i have to edit or is it this....

    /* Main blocks
    ---------------------------------------- */
    #header-bg {
    width: 820px;
    height: 200px;
    margin: auto;

    I mean is there something that i have to do to make these changes take effect i replaced the old one in the ftp i dunno
    Oh, "height:amountofpixelsalongthe y-axis herepx (ex height:78px; )" actually means that you change it to whatever it is but since you had another row for it there's no need. Delete those two rows I told youabout earlier.

    Change;
    Code:
    /* Main blocks
    ---------------------------------------- */
    #header-bg {
        width: 820px;
        height: 200px;
        margin: auto;
    
    to
    
    /* Main blocks
    ---------------------------------------- */
    #header-bg {
        width: 922px;
        height: 159px;
        margin: auto;
    Try that.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  15. #15
    Warlord651's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is getting frustrating i changed it to this. Can you please help me Reflection

    /* Main blocks
    ---------------------------------------- */
    #header-bg {
    width: 922px;
    height: 159px;
    margin: auto;

    and still nothing is there any way you can contact me on msnlive and we can talk... and I can give you my style sheet and you can give me a hand please? Mine is [email protected]
    Last edited by Warlord651; 10-18-2009 at 01:05 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Request}Banner
    By Onemore in forum Art & Graphic Design
    Replies: 10
    Last Post: 01-22-2008, 05:50 PM
  2. [Question / Request] - Banner Makers - Animated
    By Shinyshoes in forum Art & Graphic Design
    Replies: 7
    Last Post: 01-13-2008, 01:24 AM
  3. [Request] Banner
    By quickx in forum Art & Graphic Design
    Replies: 1
    Last Post: 12-06-2007, 11:57 PM
  4. [Request] Banner
    By quickx in forum Art & Graphic Design
    Replies: 1
    Last Post: 11-18-2007, 09:26 PM
  5. [REQUEST] Banner and/or Sign !
    By latruwski in forum Art & Graphic Design
    Replies: 2
    Last Post: 10-13-2007, 04:18 PM
All times are GMT -5. The time now is 04:33 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search