HKN

html knowhow

Expandierender Newsticker










Expandierender Newsticker

Mit diesem Modul können Sie sich auf einen Formmailer setzen lassen. Es ist hier nur die Schablone, also keine Verlinkung zum Mailprogramm.
So sieht´s aus
Quellcode
<html>
<head>
<style type="text/css">
#example1 {border: 2px solid black;padding: 25px;background: url(../bilder/life.jpg);background-repeat: no-repeat;background-size: auto;}
#example2 {border: 2px solid black;padding: 25px;background: url(../bilder/life.jpg);background-repeat: no-repeat;background-size: 300px 100px;}
</style>
</head>

<body>
<h2>background-size: auto (default):</h2>
<div id="example1">
<h2>Hello World</h2>
<p>The background image is displayed in its original size.</p>
</div>

<h2>background-size: 300px 100px:</h2>
<div id="example2">
<h2>Hello World</h2>
<p>Here, the background image is set to 300px wide and 100px high.</p>
</div>


</body></html>














Kontakt    Datenschutz    Impressum