The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change the height of banner

4 posters

Go down

Change the height of banner Empty Change the height of banner

Post by Devan Fri 28 Dec 2012 - 19:18

http://prntscr.com/ng3aa I like the width for the banner as it is but I want to change the height so the banner we're making fits in?
http://yugioh-universe.findforum.net/forum the main banner

Code:
#pun-intro {
    background:#183B5B url(http://the5ds.files.wordpress.com/2008/06/banner1.jpg) repeat top center;
    border-bottom-color: #1B3759;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    min-height: 64px;
    margin-left: -12px;
    width: 998px;
    margin-top: -12px;
  }
Devan
Devan
Forumember

Male Posts : 282
Reputation : 7
Language : English
Location : New Jersey

http://yugioh-universe.findforum.net/

Back to top Go down

Change the height of banner Empty Re: Change the height of banner

Post by Omu Fri 28 Dec 2012 - 19:31

Edit that:
Code:
    min-height: 64px;
Replace 64px with another value in px or percents ( % ). Smile
Try this:
Code:
    #pun-intro {
        background:#183B5B url(http://the5ds.files.wordpress.com/2008/06/banner1.jpg) repeat top center;
        border-bottom-color: #1B3759;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        min-height: 164px;
        margin-left: -12px;
        width: 998px;
        margin-top: -12px;
      }
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Change the height of banner Empty Re: Change the height of banner

Post by The Lone Ranger Fri 28 Dec 2012 - 19:37

Your existing banner height is 151px.
The Lone Ranger
The Lone Ranger
Forumember

Male Posts : 443
Reputation : 37
Language : English
Location : Scotland

http://www.tenerifesforumoffun.com

Back to top Go down

Change the height of banner Empty Re: Change the height of banner

Post by Devan Fri 28 Dec 2012 - 19:40

min-height: 164px;

Is that what has to be changed?
Devan
Devan
Forumember

Male Posts : 282
Reputation : 7
Language : English
Location : New Jersey

http://yugioh-universe.findforum.net/

Back to top Go down

Change the height of banner Empty Re: Change the height of banner

Post by Mike Fri 28 Dec 2012 - 19:46

min-height is the minimum height that that element can be. If the image is not bigger than 164px then it won't change, only the size of the element will.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum