-
Website in IFrame on Facebook wont position!!
Hello im helping out a client and i really need help!
the website is all centered perfectly but when i put the website in facebook using iframe the “wrapper” doesn’t position?
just website (centerd)
https://jflowonline.com/facebok/index.phpWebsite within facebook (wapper is not centered) https://www.facebook.com/JFLOWMUSIC
Code
Html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
body {
color: #FFFFFF;
background: #ffffff url(images/facebok.jpg) no-repeat top center;
overflow: hidden;
}
#wrapper {
width: 544px;
height: 392px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#video {
top: 195px;
left: 55px;
position: absolute;
}#fblike {
top: -5px;
left: 16px;
position:absolute;
}
#fbshare {
top: -3px;
left: 33px;
position:absolute;
}Some body please help!!!! :(
Sorry, there were no replies found.