0
我創建了一個引導模式窗口,其中放置了一個iframe。iframe中的引導排液
現在,當我嘗試使用行流體引導類時,所有行都位於彼此的頂部。
這隻發生在Firefox而不是谷歌瀏覽器。
建議請。
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" >
<div id="myModalBody" class="modal-body">
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'></button>
<h3 id='myModalLabel'>Profile</h3>
<iframe id='profile' width='99.5%' height='94%' style='border-width: 0;' scrolling='no'></iframe>
</div>
function setprofile(id)
{
profileid=id;
$('#profile').attr('src','profile.php?profileid=" + profileid + "');
}