-1 |
|
zo wordt het hier gedaan:
<style type="css/text">
.fcode {
font-family: Courier, Courier New, Verdana, Arial;
font-size: 9pt;
background-color: #eeeeee;
width: 460px;
height: 100%;
margin: 0;
display: block;
padding-left: 2px;
/* voor FF */
float: left;
overflow: auto;
/* zodat IE en FF er hetzelfde uit zien */
overflow-x: scroll;
overflow-y: hidden;
}
</style>
<span class="fcode">
<!-- code -->
</span>
<style type="css/text"> .fcode { font-family: Courier, Courier New, Verdana, Arial; font-size: 9pt; background-color: #eeeeee; width: 460px; height: 100%; margin: 0; display: block; padding-left: 2px; /* voor FF */ float: left; overflow: auto; /* zodat IE en FF er hetzelfde uit zien */ overflow-x: scroll; overflow-y: hidden; } </style> <span class="fcode"> <!-- code --> </span>
|