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
07.09.2012 um 11:16@YaaCool
Die hab ich alle
iframe {visibility: hidden;}
.header {display:none;}
.head_links, .profile_links {display:none;}
.userfunction {display: none;}
.topnav {display: none;}
.sufu {display: none;}
.tabnav {display: none;}
.mcell2 {display: none;}
.mcell_inhalt2 {display: none;}
.ben_o {display: none;}
.footer {display: none;}
h2 {display: none;}
img.heart{display:none;}
.profile_links a img{display:none;}
.infoleiste{display:none;}
.profile_info{position:relative;left:-4000px;}
.profile_pic{position:relative;left:-200px;}
Die hab ich alle
iframe {visibility: hidden;}
.header {display:none;}
.head_links, .profile_links {display:none;}
.userfunction {display: none;}
.topnav {display: none;}
.sufu {display: none;}
.tabnav {display: none;}
.mcell2 {display: none;}
.mcell_inhalt2 {display: none;}
.ben_o {display: none;}
.footer {display: none;}
h2 {display: none;}
img.heart{display:none;}
.profile_links a img{display:none;}
.infoleiste{display:none;}
.profile_info{position:relative;left:-4000px;}
.profile_pic{position:relative;left:-200px;}
Do it yourself: CSS für Profil und Blog
09.09.2012 um 01:47Wie kann ich Musik im Blog einfügen ????
Danke im voraus:)
Danke im voraus:)
Do it yourself: CSS für Profil und Blog
09.09.2012 um 06:03@evadarnes
Bei "Profil bearbeiten" hast ein Feld mit "Hintergrundmusik (MP3- oder Youtube-Link):" Dort die URL oder MP3-Link einfügen, dann klappt das :)
Bei "Profil bearbeiten" hast ein Feld mit "Hintergrundmusik (MP3- oder Youtube-Link):" Dort die URL oder MP3-Link einfügen, dann klappt das :)
Do it yourself: CSS für Profil und Blog
09.09.2012 um 18:09Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:16Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:18@Prof.nixblick
ja aber dann sehe ich das Video ja auch
ich meinte es so das man das Video nicht sieht
ja aber dann sehe ich das Video ja auch
ich meinte es so das man das Video nicht sieht
Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:28@evadarnes
versuch mal das:
bei den vielen x die video url einfügen. das &autoplay muss aber drinbleiben.
dann kannst du über css
object {
visibility: hidden;
}
einsetzen. aber wenn die autoplayfunze nicht geht würde ich es nicht verstecken weil -logisch- kein autoplay ^^
versuch mal das:
<object width="425" height="355"><param name="movie" value="
xxxxxxxxx&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="xxxxxxx&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
bei den vielen x die video url einfügen. das &autoplay muss aber drinbleiben.
dann kannst du über css
object {
visibility: hidden;
}
einsetzen. aber wenn die autoplayfunze nicht geht würde ich es nicht verstecken weil -logisch- kein autoplay ^^
Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:29Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:31@evadarnes
ja war mein fehler ^^
da steht jetzt aber 2mal xxxxxxxxx&" drin. nach dem & muss noch ein *a*utoplay=1* rein
ohne die sternchen ^^
ja war mein fehler ^^
da steht jetzt aber 2mal xxxxxxxxx&" drin. nach dem & muss noch ein *a*utoplay=1* rein
ohne die sternchen ^^
Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:34Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:34hmkay ^^
Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:43@Prof.nixblick
hab es jetzt so :
<object width="425" height="355"><param name="movie" value="
http://=sZjhdM1QSAk&feature=related(http://=sZjhdM1QSAk&feature=related)"autoplay=1></param><param name="wmode" value="transparent"></param><embed src="=sZjhdM1QSAk&feature=related"autoplay=1 type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
aber es klappt nicht
hab es jetzt so :
<object width="425" height="355"><param name="movie" value="
http://=sZjhdM1QSAk&feature=related(http://=sZjhdM1QSAk&feature=related)"autoplay=1></param><param name="wmode" value="transparent"></param><embed src="=sZjhdM1QSAk&feature=related"autoplay=1 type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
aber es klappt nicht
Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:47Do it yourself: CSS für Profil und Blog
10.09.2012 um 08:57@Prof.nixblick
jetzt ist es so:
aber es ist immer noch ein fehler drin,keine Musik
jetzt ist es so:
[youtube]sZjhdM1QSAk[/youtube]
aber es ist immer noch ein fehler drin,keine Musik
Do it yourself: CSS für Profil und Blog
10.09.2012 um 09:59@evadarnes
css
iframe {
visibility: hidden;
}
<iframe width="0" height="0" src="http://www.allmystery.de/fcgi/?m=profile&ytid=sZjhdM1QSAk&autoplay=1" frameborder="0"></iframe>
css
iframe {
visibility: hidden;
}
Do it yourself: CSS für Profil und Blog
10.09.2012 um 10:06@Prof.nixblick
Danke Dir werde es gleich mal reinsetzen...muß das auch mit rein.....
iframe {
visibility: hidden;
}
Danke Dir werde es gleich mal reinsetzen...muß das auch mit rein.....
iframe {
visibility: hidden;
}
Do it yourself: CSS für Profil und Blog
10.09.2012 um 10:07@evadarnes
ja das setzt du zwischen <style> und </style> also so
ja das setzt du zwischen <style> und </style> also so
<style>
iframe {
visibility: hidden;
}
</style>