Previous Message
Next Message

scaling a text box in IE

Sent by Larry on 19 August 2004 19:07


I'm trying to make a text box scale relative to the
page size. This is the css that I'm using:

#content {
	line-height: 1.2em;
	height: 50%;
	width: 350px;
	overflow: auto;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 125px;
	margin-left: -350px;
	font-size: 0.85em;
	font-weight: normal;
}

It works fine in netscape and firefox but IE only
works if I put in an absolute value.  Is there some
work around or solution? 

TIA,

Larry
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: