Hey,I recently installed Andreas.09, however there is an issue in IE. It seems that text box's with more than one row cause a big gap in the page... Please see this link fo an example: http://allcdreviews.com/contact

Does anyone know what is causing this and how I can fix it?

Comments

yaguarchik’s picture

I have the same problem. I think it's because IE can't read corectly CSS.

#content {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:20px 20px 5px;
margin:0 200px;
line-height: 1.5em;
}

The problem in "margin", but I don't khow how to fix it

rosko’s picture

.standard {
/* problem with IE that margins of resizable textarea are botched*/
width: 95%;
}

smigdig’s picture

Add this to the /*** Content ***/ section of style.css

.standard {
/* problem with IE that margins of resizable textarea are botched*/
width: 95%;
}
ryooki’s picture

looks like you may have fixed it? Any advice for another person with the same problem?
___
www.liberalthinkers.org - a community for liberal viewpoints.

eviljoker7075’s picture

lol, sorta... I changed the template, as in I made my own! Start6ing off with the bluemarine one and editing that.