Forums

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

Home Forums CSS A newbie css problem Re: A newbie css problem

#123454
Paulie_D
Member

header img
{
display:block;
position:relative;
width:50%;
height:70%;
max-height:70%;
max-width:50%;
}

Off hand, I would say this is the problem. Try removing the set width / height, especially as you have already set max values.

Also, there seems to be a lot of unnecessary/repeated css & positioning listed in your stylesheet. You might want to think about removing a lot of it.