簡體   English   中英

在iframe中引導行流體

[英]Bootstrap row-fluid in a iframe

我創建了一個引導模態窗口,在其中放置了iframe。

現在,當我嘗試使用行流體引導程序類時,所有行都位於彼此的頂部。

這只會在Firefox中發生,而不會在Google Chrome中出現。

建議。

<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 + "');

}

我有一個類似的問題,並發現我使用了錯誤的元素。 這是我的問題,針對此問題的解決方案iframe中的Bootstrap代碼未正確呈現

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM