2012-03-26 35 views
0

我在頁面頂部和底部有兩個框架。在頂部框架JQuery自動完成列表加載。但是,在我看到的10條建議中,只有2條是可見的,8條的其餘部分被底部框架覆蓋。JQuery自動完成結果被框架覆蓋

當我選擇從自動完成它加載在頂部幀的數據進行處理困難的部分。客戶端不想更改框架設計。

<html> 
<head> 
<title>Frameset page</title> 
</head> 
<frameset rows = "25%, *"> 
    <frame src ="autocomplete.html" /> 
    <frame src ="bottom.html" /> 
</frameset> 
</html> 
+1

是客戶端的任何機會[這傢伙(http://thedailywtf.com/Articles/I-am-right-and-the-entire-Industry-is-wrong.aspx)? – SLaks 2012-03-26 17:02:40

回答

0

客戶不希望更改框架設計。

然後你就完蛋了。
你不能逃避框架。