Do it yourself: CSS für Profil und Blog
6.817 Beiträge ▪ Schlüsselwörter:
Allmystery, Hilfe, Welt ▪ Abonnieren: Feed E-Mail
Do it yourself: CSS für Profil und Blog
30.07.2012 um 17:40Ich bin mir sicher das wurde hier schonmal behandelt, aber bin zu faul im die 122 seiten zu durchforsten, vergebt mir :D
wie kann man sein Gästebuch ein par zeilen nach unten verschieben ?
wie kann man sein Gästebuch ein par zeilen nach unten verschieben ?
Do it yourself: CSS für Profil und Blog
30.07.2012 um 18:32@low_milk
Keine Ahnung.... die billigste Lösung, die mir jetzt einfallen würde, wären ein paar <*br> im Textfeld. :D
(Ohne Stern)
Keine Ahnung.... die billigste Lösung, die mir jetzt einfallen würde, wären ein paar <*br> im Textfeld. :D
(Ohne Stern)
Do it yourself: CSS für Profil und Blog
30.07.2012 um 18:44@----
Hey, ich hatte vor einiger Zeit mal das Problem hier:
Beitrag von Ciela (Seite 102)
Und du hast mir als Lösung diesen Code gegeben:
Jetzt habe ich das gleiche Problem nochmal, weil ich die Userbilder aktiviert habe und der Code funktioniert nicht mehr. Ich hab alles versucht, aber ich krieg das einfach nicht weg.
Help! :D
Hey, ich hatte vor einiger Zeit mal das Problem hier:
Beitrag von Ciela (Seite 102)
Und du hast mir als Lösung diesen Code gegeben:
#gb_posts .gb_post_text_np {
float: left;
overflow: hidden;
position: relative;
width: 650px;
}
Jetzt habe ich das gleiche Problem nochmal, weil ich die Userbilder aktiviert habe und der Code funktioniert nicht mehr. Ich hab alles versucht, aber ich krieg das einfach nicht weg.
Help! :D
Do it yourself: CSS für Profil und Blog
30.07.2012 um 19:37Hi,
#gb_posts .gb_post_text {
float: left;
position: relative;
width: 570px;
overflow: hidden;
}
@Ciela
#gb_posts .gb_post_text {
float: left;
position: relative;
width: 570px;
overflow: hidden;
}
@Ciela
Do it yourself: CSS für Profil und Blog
30.07.2012 um 19:44Do it yourself: CSS für Profil und Blog
30.07.2012 um 19:46Do it yourself: CSS für Profil und Blog
30.07.2012 um 21:04Ich komme mir etwas blöd vor, diese Frage zu stellen, aber die in-Thread Suche ist iwie im A*sch und Google.. Man kennts ja. :nerv:
Also.. Wie kann ich ein Video in mein Profil pflastern inclusive loop und autostart?
Danke im Voraus xisrorrim.
Also.. Wie kann ich ein Video in mein Profil pflastern inclusive loop und autostart?
Danke im Voraus xisrorrim.
Do it yourself: CSS für Profil und Blog
31.07.2012 um 00:50Do it yourself: CSS für Profil und Blog
31.07.2012 um 12:48kann man diesen balken mit der f-list etc. Irgendwie nach ganz recht and den rand verschieben ?
Do it yourself: CSS für Profil und Blog
31.07.2012 um 13:14.infoleiste {
opacity: 0.95;
position: absolute;
right: 20px;
top: 150px;
width: 150px;
z-index: 999;
}
opacity: 0.95;
position: absolute;
right: 20px;
top: 150px;
width: 150px;
z-index: 999;
}
Do it yourself: CSS für Profil und Blog
31.07.2012 um 13:21Do it yourself: CSS für Profil und Blog
31.07.2012 um 14:09Hi,
@low_milk
.infoleiste {
left: auto !important;
opacity: 0.95;
position: absolute;
right: 20px !important;
top: 150px;
width: 150px;
z-index: 999;
}
@low_milk
.infoleiste {
left: auto !important;
opacity: 0.95;
position: absolute;
right: 20px !important;
top: 150px;
width: 150px;
z-index: 999;
}
Do it yourself: CSS für Profil und Blog
31.07.2012 um 15:06ok, man kann die olle box auch ganz entfernen ? :O
wenn ich anfang zu nerven sag bescheid ja ? :D
@----
wenn ich anfang zu nerven sag bescheid ja ? :D
@----
Do it yourself: CSS für Profil und Blog
31.07.2012 um 15:07.infoleiste {visibility: hidden} müsste das sein :ask:
Do it yourself: CSS für Profil und Blog
31.07.2012 um 15:09Yay :D danke
kann man den player auch entfernen bzw verschieben ?
kann man den player auch entfernen bzw verschieben ?
Do it yourself: CSS für Profil und Blog
31.07.2012 um 15:12Entfernen:
object, iframe {visibility: hidden}
Und verschieben:
object, iframe {position: relative;
left: 1px;
right: 1px:
top: 1px;
bottom: 1px;}
Musst dir halt den Code anpassen (die px Angaben) und den Rest löschen.
object, iframe {visibility: hidden}
Und verschieben:
object, iframe {position: relative;
left: 1px;
right: 1px:
top: 1px;
bottom: 1px;}
Musst dir halt den Code anpassen (die px Angaben) und den Rest löschen.
Do it yourself: CSS für Profil und Blog
31.07.2012 um 18:20Wegen Video.. Also wäre das dann etwa so?
ohne das *
<iframe width="560" height="315"
src="LINK&auto*play=1"
frameborder="0"
allowfullscreen>
</iframe>
ohne das *