Jump to content

Recommended Posts

I was chaning all my pixel values into percentage values to get myself a liquid layout but it seems as if my header won't change based on th percentage. when I input a pixel amount it the header shows up but when i put in a percentage amount nothing shows

 

#header {
height:100%;
line-height:46%;
background: #FE7B09 url(includes/bg.jpg) repeat-x;
}

and this is the one that works

 


#header {

height: 100px;
line-height: 60px;
background: #FE7B09 url(includes/bg.jpg) repeat-x;


}

Link to comment
https://forums.phpfreaks.com/topic/169995-css-percentage-value-doesnt-work/
Share on other sites

Why would you want a percentage height? Different resolutions usually just affect the width of the webpage. The scroll bar shouldn't be a problem. Keep the height fixed. And then use a background image to tile horizontally as far as you need to.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.