Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS banner not showing at proper height

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #174836
    simplykells
    Participant

    Hello, I downloaded a free css template and am trying to make it my own. The header is 860 x 200. I am trying to make it 860 x 484. I would like header to change no matter what height. It currently looks like it is showing height of banner, however 860 x 200, followed by extra space is showing. I tried refreshing after uploading file but i still get the same thing using my desktop and laptop.

    http://www.ziggiebless.com/index2.php
    http://www.ziggiebless.com/styleoriginal.css

    Thanks,
    Raquel

    #174838
    Paulie_D
    Member

    Have you set the height of the header to 484px?

    If yes, then the header will stay that size.

    If you have white space after an image inside the header…then the image is not large enough

    This

    I am trying to make it 860 x 484.

    does not match this…

    I would like header to change no matter what height.

    #174839
    simplykells
    Participant

    yes height is 484px. I was just saying if i decide later to switch header back to 200px and want header to go back without any problems. I even tried setting header to min-height 200px, that didn’t work. All images are the correct size.

    #174841
    wahhabb
    Participant

    You have this at line 45 in your HTML:
    <iframe src=”http://www.ziggiebless.com/ziggieblessrotator.html&#8221; width=”860″ height=”200″ scrolling=”no” frameborder=”0″></iframe>

    If you set the height there to 484 (or remove the height statement there and set it by CSS) your picture will expand to fill the space.

    #174842
    Paulie_D
    Member

    I was just saying if i decide later to switch header back to 200px and want header to go back without any problems.

    Well that’s something for another time.

    It’s not clear to me what the problem is.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.