From what I read in this forum, setting the min-width property in the body tag should stop the text in the #header div from being displaced out of line as the browser window is squeezed -- see this draft page - www.iprezence.com/paintshop. When that didn't work I tried applying min-width to all divs in the #header area but still have the problem. What is causing this min-width to fail or am I applying it incorrectly?
Thanks
Try this:
body {
font: 12px Tahoma, Geneva, sans-serif;
background-color:#CACAFF;
min-width: 862px;
}
.header_text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#000;
font-style:italic;
font-weight:bold;
width: 200px;
margin:0 auto; /**width width, this is centered on screen**/
display:block;
text-align:center;
}
Remove duplicate .header_text styles from your CSS. They aren't helping you.
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific