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.
#content h1 {
image-backdrop:urlblablabla;
width: x;
height:x;
}
#main2-rf2 {
background-image:url(Bilder/rf2_u.gif);
background-position:right top;
background-repeat:no-repeat ;
margin-left:199px;
margin-right:168px;
}
? .. Wenn ich das nicht setze, haben die Bilder in iExplorer und auch Firefox nen dicken Rand.Line 16, Column 40: there is no attribute "BORDER"
<img src="Bilder/rf1.gif" border="0" style="float:left">
.rf-tags {
background-position:right top;
background-repeat:no-repeat ;
}
#rf2 {
background-image:url(Bilder/rf2_u.gif);
}
.rf-main {
margin-left:199px;
margin-right:168px;
min-height:50px;
}
<div class="rf-main, rf-tags" id="rf2"></div>
Mehrere Klassen eines Elementes trennt man mit einem einfachen Leerzeichen, nicht mit einem Kommata.HTML:<div class="rf-main, rf-tags" id="rf2"></div>
.rf-text {
float:right;
width:230px;
margin-right:190px;
margin-top:39px;
}
<div id="rf-wrap">
<div class="rf-main rf-tags" id="rf2">
<img src="Bilder/rf2.gif" class="img">
<div class="rf-text">
<!-- Hier soll eben der Text rein :s -->
</div>
</div>
<div id="footer"></div>
</div>
Ich bin jetzt hier raus.Zur optischen Verschönerung kann jedes Element per CSS angesprochen werden, und der “Wrapper” kann in vielen Fällen durch passender Formatierung des body- Tags wegfallen.
<a id="home" href="index.php" title="zur FEGRO Startseite"><b>HOME</b></a>
/* home link */
a#home {
display:block;
width:139px;
height:18px;
padding:108px 0 0 115px;
position:absolute;
top:27px;
left:20px;
text-decoration:none;
}
a#home b {
display:none;
}
a#home:hover b {
display:block;
}
a#home, a#home:hover {
border:none;
}