M
Maik
Alles klar, Danke.
Thema erledigt, "Off-Topic-Modus" aus.....
... hätte mich an dieser Stelle schon noch interessiert.Wie genau hattest du denn die Fragezeichen (im Plural) notiert?
mfg Maik
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Alles klar, Danke.
Thema erledigt, "Off-Topic-Modus" aus.....
... hätte mich an dieser Stelle schon noch interessiert.Wie genau hattest du denn die Fragezeichen (im Plural) notiert?
Hi,
selbstverständlich ist das möglich
Hierfür bindest du das Script innerhalb des Dokumentkörpers im gewünschten DIV-Block ein:
HTML:<body> <div id="scriptBox"> <script type="text/javascript" src="..."></script> </div> </body>
...und formatierst den DIV-Block im CSS wie gewünscht:
CSS:div#scriptBox { ... }
mfg Maik
h1 { color: #000000; font-family: arial,verdana, sans-serif; font-style: italic; font-size: 120%; font-weight: bold; }
Script-Code | http://www.ralfschepp.de/prepup/knuf/html/index.html hat gesagt.:Code:/* * * * * * * * * * * * * * D I E V A R I A B L E N * * * * * * * * * * * * * * * * * */ ... //Das Aussehen per CSS anpassbar unter Verwendung des Selectors #ticker /* * * * * * * * * * * * * * * * D E R T I C K E R * * * * * * * * * * * * * * * * * */
Code | http://www.doktormolle.de/temp/ticker2.htm hat gesagt.:HTML:<style type="text/css"> <!-- ... #ticker,#ticker *{font:normal 12px Sans-Serif;} ... --> </style>
<style type="text/css">
body { background-color: #E5E5E5;}
h1 { color: #000000; font-family: arial,verdana, sans-serif; font-style: italic; font-size: 120%; font-weight: bold; }
p { color: #000000; font-family: arial,verdana, sans-serif; /*font-style: italic;*/ font-size: 100%; /*font-weight: bold;*/ }
ul { color: #000000; font-family: arial,verdana, sans-serif; /*font-style: italic;*/ font-size: 100%; /*font-weight: bold;*/ }
#bgtop { position: fixed; left: 50%; margin-left: -400px; top: 0px; z-index: 5; }
#box1 { position: fixed; left: 50%; margin-left: -400px; top: 0px; z-index: 8; }
#boxtop { position: fixed; left: 50%; margin-left: -395px; top: 30px; z-index: 7; }
#gif1 { position: fixed; left: 50%; margin-left: -349px; top: 108px; z-index: 9; }
#gif2 { position: fixed; left: 50%; margin-left: -167px; top: 108px; z-index: 9; }
#menu { position: fixed; left: 50%; margin-left: -400px; top: 200px; z-index: 6; }
#menutop { position: fixed; left: 50%; margin-left: -400px; top: 200px; z-index: 6; }
#ticker { position: fixed; left: 100%; /*margin-left: -380px;*/ top: 158px; /*width: 760px;*/ /*Breite im 'marquee-tag' muss mit width übereinstimmen*/ z-index: 9; }
#h1 { position: absolute; left: 50%; margin-left: -325px; top: 240px; width: 700px; z-index: 3; }
#text1 { position: absolute; left: 50%; margin-left: -325px; top: 300px; width: 650px; text-align: justify; z-index: 1; }
#pic1 { float: right; top: 350px; width: 300px; padding: 3px; z-index: 2; }
</style>