Topic-icon JFBConnect Compatibility with Other Third-Party Login modules?

Active Subscriptions:

None
Alex, excuse my ignorance, I'm not a developer
You added ##### add this new .btnIcoJfbc line and make sure you put a , at the end of the line above
.btnIco, 
.btnIcoJfbc { ##### add this new .btnIcoJfbc line and make sure you put a , at the end of the line above 
  display: block; 
  float: left; 
  background: transparent no-repeat 1px center; 
  width: 20px; 
  border-right: 1px # solid; 
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5); 
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5); 
}

Not exactly sure what you mean. Should the final code look like below?
.btnIco, 
.btnIcoJfbc a{ 
display: block; 
  float: left; 
  background: transparent no-repeat 1px center; 
  width: 20px; 
  border-right: 1px # solid; 
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5); 
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5); 
}
The topic has been locked.
Active Subscriptions:

None
Planethop,

It should be:

.btnIco,
.btnIcoJfbc {
display: block;
float: left;
background: transparent no-repeat 1px center;
width: 20px;
border-right: 1px # solid;
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
}
The topic has been locked.
Active Subscriptions:

None
I'm still having issues. Maybe, I'm doing something wrong.
Alex, I've emailed you the files in question. Sorry for all the trouble; but please take a look at it when you can.
Thanks.

Site: planethop.com/

Joomla 1.5.26
The topic has been locked.