Einzelnen Beitrag anzeigen
  #4 (permalink)  
Alt 05.02.2018, 09:47
halloICKEbins halloICKEbins ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 21.09.2017
Beiträge: 5
halloICKEbins befindet sich auf einem aufstrebenden Ast
Standard mit css umgesetzt

Morgen,
habe es jetzt mal mit CSS umgesetzt aber leider habe ich Scrollbars auf der ganzen Seite die ich nicht möchte und meine Hauptrahmen wird irgendwie gesprengt.

HTML-Code:
	<HTML>
	<HEAD>
	</HEAD>
	
	<body style='height: 100%; width: 100%; margin: 0px; padding 0px; background-color: #E6E6E6;'>

	<form action='file.html' method='POST'>

	<div id='main-content' style='height: 98%; font-size: 14px; font-family: FreeMono; border: 5px solid red;'>

		<div id='filename' style='float: both; height: 30px; border: 1px solid black;'>

			dateiname ...

		</div>

		<div id='file-content' style='float: both; height: 100%; border: 1px solid black; white-space:nowrap; overflow: auto;'>

			dateiinhalt

		</div>

		<div id='show-line-number' style='float: both; border: 1px solid black;'>

			ja / oder nein

		</div>

		<div id='search-field' style='float: both; border: 1px solid black;'>

				suche nach ...

		</div>

	</div>

	</form>

	</BODY></HTML>
Mit Zitat antworten