Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<div id="positioner"><img src="" alt="" width="100px" height="100px"></div>
#positioner {
position:absolute;
left:100px;
top:100px;
width:100px;
height:100px;
background-color:transparent;
color:#000000;
}
Kann ich mittels css allgemein meine bilder auf ne bestimme größe begrenzen..?
ich hatts ma so versucht :
img { height:180px weidth:135px }
aba das geht nich :-?
ah ja und nochwas :)
kann ich die au mittels css positioniern? :)
img.meineklasse {
width:180px;
height:180px;
position:absolute;
left:100px;
top:200px;
}