2012-04-11 17 views
0

Ich habe einen Faceboon Fan api auf meiner Seite, ich möchte es selbst gestalten, aber ich glaube nicht zu funktionieren. Ich setze die CSS auf die CSS-Datei auf dem FTP, aber es ist wie die Fan-Box getan Nutzen davon.Facebook Fan, style the look - Arbeite nicht

Wer weiß, was das Problem ist? Box

Fan:

<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> 
<script type="text/javascript">FB.init("");</script> 
<fb:fan profile_id="145883417064" stream="0" connections="14" width="500px" height="600px" header="0" logobar="0" css="css=MY_URL/Facebook_CSS/fb_css.css"> 
</fb:fan> 

CSS:

... 
.fan_box .full_widget .connect_top { 
    background:green !important; <--Green for testing 
    padding:0 0 10px 0 !important; 
} 
... 

Dies ist, was css ich bekomme, wenn ich die Seite aktualisieren:

.fan_box .full_widget .connect_top { 
    background: none repeat scroll 0 0 #ECEFF5; 
} 

Und es kommt aus dieser CSS-Datei:ZZOSKCuiTWq.css (linje 7) und ich habe keine Ahnung, woher kommt ??

Vielen Dank im Voraus!

Antwort

Verwandte Themen