Log in

View Full Version : Resolved fb social plugins



Mejse78
04-15-2012, 01:17 PM
Hi, there.

I'm trying to use fb social plugins on my website, but I can't seem to move it from the left side of the page..
I tried to give the <div> an Id=fb
and in the css:
#fb {float: right;}

- but it doesn't work..
In FF it has moved a bit to the right.. but in IE it hasn't moved at all. (And I tryed to put in a RESET css, so shouldn't it look alike in both browsers??

Can anyone help?

james438
04-15-2012, 07:20 PM
Could you post a link to your site and show the code you are using; preferably within code tags like this:


<?php
$a ='a bunch of code';
print $a;
?>

Mejse78
04-24-2012, 09:13 PM
I found a solution :)