![]() |
|
|
Themen-Optionen |
|
|
Nach oben #1 |
|
Gast
Beiträge: n/a
|
Hallo. Wie bekomme ich es hin, dass das Bild von einem Text umflossen wird wie hier zum Beispiel:
http://www.physio-wenger.ch/content/tri.php bei de.selfhtml.org und im quelltext habe ich schon geschaut, aber ich finde das Zauberwort nicht. |
|
|
|
Nach oben #2 |
|
Mensch
Registriert seit: 17.08.2005
Ort: Berlin
Beiträge: 1.710
|
__________________
I did it my way - Senseless-Blog |
|
|
|
|
|
Nach oben #3 |
|
Erfahrener Benutzer
Registriert seit: 02.12.2004
Ort: Remagen
Beiträge: 4.619
|
Schau mal hier:
Code:
<!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" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
#container {
width:600px;
font: 1.0em, Verdana, sans serif;
border:1px dashed #000;
padding:10px;
}
img.right {
float:right;
padding:5px 10px 5px 5px;
border:none;
}
</style>
<title>example</title>
</head>
<body>
<div id="container">
<img class="right" src="./images/example.gif" alt="an example image" />
Just a simple example test to demonstrate the effect of <em>float:right;</em>.
Try to create some own examples and you'll be able to use it more often and in the
right way in future.
</div>
</body>
</html>
Grüße Ben. |
|
|
|
![]() |
| Lesezeichen |
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
| Themen-Optionen | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Text hinter einem Bild mittig positionieren | florian | HTML, XML und CSS | 3 | 13.09.2006 21:28 |
| [CSS] Text rutscht in Bild | Bookworm | HTML, XML und CSS | 10 | 08.07.2006 12:07 |
| [CSS] Hoverbutton mit HTML/CSS ohne JS/Flash | RaZoR | Tutorials | 35 | 06.01.2006 18:57 |
| Bild Komponent - Bild zurecht schneiden | Robinson | Desktop-Applikationen und Grafik | 5 | 31.12.2005 13:53 |
| Bild im Text mit css? | code5 | HTML, XML und CSS | 11 | 20.12.2005 13:15 |