Hallo,
ich bekomme das nicht gebacken, dass ein Div Tag neben einem Bild liegt.
Wenn ich die 2 Bilder nebeneinander mache geht es, aber wenn ich das 2. Bild zu einen Div Tag mache, geht es eine Zeile runter und ich bekomme es nicht hoch. Ich benutze Adobe Dreamweaver CS3.
#topstories {
position: relative;
height: 187px;
}
.topstory {
background: transparent none no-repeat;
color: #fff;
height: 177px;
width: 272px;
top: 0;
left: 0;
padding: 5px 14px;
text-align:left;
}
.topstory a {
color: #fff;
}
.topstory h4 {
margin: 0 0 3px 0;
padding: 0;
font-weight: normal;
text-transform: uppercase;
font-size: 11px;
}
.topstory h3 {
margin: 0 0 10px 0;
padding: 0;
font-size: 18px;
}
.topstory h3 a {
text-decoration: none;
}
.topstory h3 a:hover {
text-decoration: underline;
}
.topstory p.summary {
width: 65%;
}
-------
<img src='../../../xampp/htdocs/images/header.gif' alt="" width='640' height='187' /><div class='topstory'><img src="../../../xampp/htdocs/images/headers/news.png" width="300" height="187" /></div>