I got a menu page with a lot of icons render by using links and images. HTML code:
<a href="mypage.aspx">
<img id="ctl00_ContentPlaceHolder1_DataList1_ctl02_detailImage" title="My Page" src="Images/Menu/image.png" style="border-style:None;height:64px;width:64px;"><br><span id="ctl00_ContentPlaceHolder1_DataList1_ctl02_lblDesc" style="font-weight:bold;">My Page</span>
</a>After I open a chatbox, there is an invisible frame preventing me from clicking certain links behind.
It is like the chatbox frame is at top most and invisible.
Refer to image I attach.
I got a menu page with a lot of icons render by using links and images. HTML code:
&lt;code&gt;
&lt;a href='mypage.aspx' &gt;
&lt;img id="ctl00_ContentPlaceHolder1_DataList1_ctl02_detailImage" title="My Page" src="Images/Menu/image.png" style="border-style:None;height:64px;width:64px;" /&gt;
&lt;br /&gt;
&lt;span id="ctl00_ContentPlaceHolder1_DataList1_ctl02_lblDesc" style="font-weight:bold;"&gt;My Page&lt;/span&gt;
&lt;/a&gt;
&lt;/code&gt;
After I open a chatbox, there is an invisible frame preventing me from clicking certain links behind.
It is like the chatbox frame is at top most and invisible.
Refer to image I attach.