I have a Faceboon Fan api on my site, i want to style it my self, but i dosen't seem to work.
I do set the CSS to the css file on the ftp, but it's like the fan box done take useage of it.
Anyone knows what the problem is ?
Fan Box:
<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;
}
...
This is what css i get, when i refresh the page:
.fan_box .full_widget .connect_top {
background: none repeat scroll 0 0 #ECEFF5;
}
And its coming from this css file: ZZOSKCuiTWq.css (linje 7) and i have no idea where its coming from ??
Thanks in advance!