Di. 28.05.2013
13:15 Uhr
#2
- Registriert seit
- 03.06.2004
- Beiträge
- 3.282
- Beitragswertungen
Also mehr als Anbieten dir die Version P zu installieren kann ich nicht.
Mit dem Support für O gilt nur für mich.
Zum Thema
Welche seite bezahlt? Serverstatus bekommt man da auch kostenfrei
Welches Com-Center O.o
Meine Postings repräsentieren meine Meinung wenn nicht anders gekennzeichnet.
MFG Rock@wulf
Di. 28.05.2013
13:44 Uhr
#4
- Registriert seit
- 27.05.2013
- Beiträge
- 180
- Beitragswertungen
Dann hab ich noch einmal eine frage.Ich möchte gerne das der Background Zentriert ist
body
{
background: #000000 url(images/bg2.jpg);
background-position:top center;
background-repeat:no-repeat;
margin : 0 auto;
Ist diese Zeile richtig und wo muss ich was eintragen.
Danke
**** ok habs selber hinbekommen
Zuletzt modifiziert von beschi am 28.05.2013 - 13:48:32
Di. 28.05.2013
18:30 Uhr
#5
- Registriert seit
- 27.05.2013
- Beiträge
- 180
- Beitragswertungen
ok vielleicht kann mir jemand dabei helfen.
ich habe jetzt facebook und youtube button integriert.
leider wenn man klickt geht er nicht auf die gewünschte seite.
</head> <style type=\"text/css\">
.facebook {display:inline-block;background-image: url(\'include/images/social_icon_but/facebook.png\');width: 51px; height: 60px;border: none;}
.facebook:hover {background-image: url(\'include/images/social_icon_but/facebook_a.png\');}
.youtube {display:inline-block;background-image: url(\'include/images/social_icon_but/youtube.png\');width: 51px; height: 60px;border: none;}
.youtube:hover {background-image: url(\'include/images/social_icon_but/youtube_a.png\');}
.contact {display:inline-block;background-image: url(\'include/images/social_icon_but/contact.png\');width: 51px; height: 60px;border: none;}
.contact:hover {background-image: url(\'include/images/social_icon_but/contact_a.png\');}
</style>
<body><div id=\"social_icon_button\" style=\"right:0px;position:absolute;top:10px;\" >
<a class=\"facebook\" title=\"Follow Us to Facebook\" href=\"https://www.facebook.com/CommunityBF\"></a><br>
<a class=\"youtube\" title=\"Our YouTube Cannel\" href=\"http://www.youtube.com/user/EsportsGaming2013\"></a><br>
<a class=\"contact\" title=\"Contact to us\" href=\"index.php?contact\"></a></div>
was hab ich falsch gemacht
Zuletzt modifiziert von beschi am 28.05.2013 - 18:31:03
Di. 28.05.2013
18:44 Uhr
#7
- Registriert seit
- 27.05.2013
- Beiträge
- 180
- Beitragswertungen
Bei mir ist es ja so im Webspace
<div id="social_icon_button" style="right:0px;position:absolute;top:10px;" >
<a class="facebook" title="Follow Us to Facebook" href="http://www.facebook.com"></a><br>
<a class="youtube" title="Our YouTube Cannel" href="http://www.youtube.com"></a><br>
<a class="contact" title="Contact to us" href="index.php?contact"></a></div>
Zuletzt modifiziert von beschi am 28.05.2013 - 18:45:02