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">
<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-indent:-9999em;
overflow:hidden;
height:164px;
width:51px;
position:fixed;
left:0;
top:190px;
z-index:1000;
display:block;
}
I tried several approaches, but could not get it to work. Your help is 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">
<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-indent:-9999em;
overflow:hidden;
height:164px;
width:51px;
position:fixed;
left:0;
top:190px;
z-index:1000;
display:block;
}
I tried several approaches, but could not get it to work. Your help is greatly appreciated.
Regards