I handle authentication using oauth thread on server side. Everything works fine, but how can I open the Facebook login button, just an image without any logic!
PS: Is it possible without any hacking, like saving the input name fb and calling the image itself? Also, if that matters, I do it all in python-django
Post comment as response
, firebug, , , css . css html
css
html
<a class="fb_button fb_button_medium"> <span class="fb_button_text">login</span> </a>
, , css :)