DARTHTAMPON
07-26-2009, 03:05 AM
I have a parachat chatroom on my board. I want to put the board on display at a conference that I am going to but I do not want the users to be able to participate in the chat.
So my first thought was to float a div over the textbox but for some reason it is not working.
I have
<div style="top:645px; width:100%; background-color:#0033CC; position:absolute; z-index:1"><br /><br /><br /><br /><br /></div>
and
<div style="position:relative; z-index:0">
chat application
</div>
why is the z-indexing not applying properly. Is there a way around this?
So my first thought was to float a div over the textbox but for some reason it is not working.
I have
<div style="top:645px; width:100%; background-color:#0033CC; position:absolute; z-index:1"><br /><br /><br /><br /><br /></div>
and
<div style="position:relative; z-index:0">
chat application
</div>
why is the z-indexing not applying properly. Is there a way around this?