Browser bug with Header in non-IE browsers
-
Here is my site: https://hundredschoolsofthought.org/
Not sure what to do here. The header is fine with just the chinese symbols in them, I can resize my window to as small as I want in any non-IE browser and it doesn’t mess up. However, when I put the rest of the text in, like the quote that is in there now, and then resize my window to a smaller size (depending on how small) in all non-IE browsers the tagline juts out of the header border and starts encroaching onto the rest of the page.
Doing this in IE, no matter how small I make the browser window, keeps it within the borders of the header.
Any ideas how to resolve this?
Here is my CSS for the header:
#header
{
padding-top: 20px;
margin-bottom: 20px;
height: 250px;
}#headerimg
{
font-size: 1.2em;
text-align: left;margin-left: 200px;
padding: 10px 10px 20px 20px;
height: 7.0em;
color: #00CC00;background-color: #336666;
border: 2px solid #003333;
}#header a
{
text-decoration: none;color: #33CC00;
}#header h1
{
font-size: 3em;
}.description
{
text-align: center;
}Thanks for the help in advance. ??
- The topic ‘Browser bug with Header in non-IE browsers’ is closed to new replies.