u can use this code:
Code:
<style type="text/css">
*{
padding:0;
margin:0;
}
.lid112_column1
{
position:relative;
min-width:600px;
margin-left:10px;
margin-right:200px;
border: 2px solid #709502;
background-color:red;
max-height: 900px;
overflow: hidden;
padding:5px;
}
.ST_resultstext
{
position:relative;
background-color:#33FFFF;
margin-right:160px;
}
.ST_resultstext p{
font:normal 12px/15px Arial, Helvetica, sans-serif;
color:#000;
padding:5px;
}
.ST_buttons
{
position:absolute;
top:0;
right:0;
background-color:#33FFFF;
margin: 5px;
width:140px;
}
.ST_input_button
{
border: 2px outset #a8ff00;
text-align:center;
position: relative;
float: right;
width: 140px;
color:#a8ff00;
padding: 2px;
background:#709502;
border-color:#a8ff00;
text-align: center;
margin-bottom:10px;
display: inline-block;
}
.clearboth {
clear:both;
font-size:0;
line-height:0;
}
</style>
</head>
<body>
<div class="lid112_column1">
<div class="ST_buttons" >
<input type="button" class="ST_input_button" value="button text1" />
<br class="clearboth" />
<input type="button" class="ST_input_button" value="button text2" />
<br class="clearboth" />
</div>
<div class="ST_resultstext">
<p>This is one line of text, and is copied to make more: This is one line of text, and is copied to make more:This is one line of text, and is copied to make more:This is one line of text, and is copied to make more:This is one line of text, and is copied to make more:This is one line of text, and is copied to make more:This is one line of text, and is copied to make more: </p>
</div>
</div>
Bookmarks