Webstatt.org - Community seit 2006 - 2012 (2024?)

ganl oben links

Avatar user-180
06.08.2006 17:39

der seitenabstand

hallo.
auf www.styckwaerk.de/fader/fader.html kann man mein problem finden.
und zwar soll das video GANZ oben links in der ecke sein. ist es aber nicht.
wieso?

html:

<div id="player">
<object type="application/x-shockwave-flash" width="320" height="240"
wmode="transparent" data="credits.swf">
<param name="movie" value="credits.swf"/>
<param name="wmode" value="transparent"/>
<object/>
<br/>
&copy; by styckwaerk 2006</div>


css:

body {
background-color: #000000;
color: #ffffff;
font-family: verdana;
font-size: 11 px;
margin: 0 px;
padding: 0px;
}

div#player {
position: absolute;
top: 0 px;
left: 0 px;
margin: 0px;
padding: 0px;
}

may the force be with you. but mostly with me.
Avatar user-162
06.08.2006 18:46

* {
padding:0;
margin:0;
}

oder

html {
padding:0;
margin:0;
}

(oder beides weiss nicht, glaubs IE brauch beides?)

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
Avatar user-180
07.08.2006 06:12

hat sich nix getan (opera & ff)

may the force be with you. but mostly with me.