Hi all,
I'm a newbie in programing and have an issue here that hope someone can help me resolve.
I have an external link which will post a logo that opens a chat window into my website:
<div id="externallink" class="chat">
<script type="text/javascript" src="</div>
I want this logo to be positioned in the location with the following css properties in my web page:
.chat {
border:none;
padding:0;
margin:0;
text-indentlicking lips999em;
overflow:hidden;
height:164px;
width:51px;
position:fixed;
left:0;
top:190px;
z-index:1000;
display:block;
}
I tried it with the css code above, but could not get it to work. It only shows the button but no action is taken when click to open the window! Your suggestions are greatly appreciated.
Regards
I'm a newbie in programing and have an issue here that hope someone can help me resolve.
I have an external link which will post a logo that opens a chat window into my website:
<div id="externallink" class="chat">
<script type="text/javascript" src="</div>
I want this logo to be positioned in the location with the following css properties in my web page:
.chat {
border:none;
padding:0;
margin:0;
text-indentlicking lips999em;
overflow:hidden;
height:164px;
width:51px;
position:fixed;
left:0;
top:190px;
z-index:1000;
display:block;
}
I tried it with the css code above, but could not get it to work. It only shows the button but no action is taken when click to open the window! Your suggestions are greatly appreciated.
Regards