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.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=deutschland WIDTH=151 HEIGHT=178>
<PARAM NAME=movie VALUE="http://wetter.rtl.de/extern/generell/generator/deutschland/wetter_home.swf?id=120647&key=ab0c2c654fcb02d430bab7321c6ff0e1">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#87a1cd>
<param name="wmode" value="opaque">
<EMBED wmode="opaque" src="http://wetter.rtl.de/extern/generell/generator/deutschland/wetter_home.swf?id=120647&key=ab0c2c654fcb02d430bab7321c6ff0e1"
quality=high menu=false bgcolor=#87a1cd width="151" height="178" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED></OBJECT>
Nicht ganz, denn im Script besitzt das relevante DIV die ID divText, im HTML-Code rufst du aber die ID inhalt auf.Hab alles so übernommen, wie es sein sollte.. Grummel
//Makes the object
var loaded;
function scrollInit(){
oCont=new makeObj('divCont')
oScroll=new makeObj('divText','divCont')
oScroll.moveIt(0,0)
oCont.css.visibility='visible'
loaded=true;
}
<!---------- START divCont ---------->
<DIV id="divCont">
<!---------- START inhalt ---------->
<div id="inhalt">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body>
<DIV id="divCont"></DIV>
Dann vergleiche mal die Doctype-Deklaration auf der "Anwalt-Seite" mit dem Dokumenttyp in deinem Dokument.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Hi,
Stu Nicholls' CSS-Menüs funktionieren lediglich im standardkonformen Modus - da lässt sich also schon mal nix dran ändern.
Dafür aber beim Scrolling-Script, denn eine Variante, die ebenfalls im Darstellungsmodi "Standards Mode" läuft, findest du beim tutorials.de-User con-f-use: http://christoph.ist-stylish.de/tut/scrolllayer.html.
mfg Maik
<a href="#" onmouseover="scrollDiv('content',8,this)">Hoch</a><br />
<a href="#" onmouseover="scrollDiv('content',-8,this)">Runter</a>