Quote Originally Posted by Einstin View Post
Clyde, would you mind doing me a favor please. Take a look at http://www.southraven.com again. The graphic I made for the page title appear fine in Firefox but it IE its trashed. It's probably the way I edited one if the files for the header layout and not as much a css issue but could you tell me what I need to do to fix the display in IE?

E.
try setting the height of the #logoWrapper as indicated by the highlighted portion

#logoWrapper {
margin: 0;
padding: 0;
height: 150px;
vertical-align: top;
position: relative;
}