I am trying to expand my header, so I changed the header height in css, and it works on Internet Explorer and Firefox, but not Safari. On Safari, the ads and such in the header overlap with content. Not a big deal, I guess since Safari is only about 4% of my traffic, but is there any way to change it?
Hey, have you tried the min-height property, i'm not sure if Safari uses it or not, so you could set the div to say min-height: 200px;
No, it follows the same standards that Firefox, Opera and IE (when in standards mode) use. Safari supports min-height. Start by fixing your 172 HTML validation errors and your 13 CSS validation errors and then go from there.