473,396 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Create a fixed position for a help button

Ok, hi guys, i really need your help here,

I have the following code :

Expand|Select|Wrap|Line Numbers
  1. <!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('http://www.warehouseshop.co.za/liveZilla/livezilla.php?reset=true','','width=590,height=550,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://www.warehouseshop.co.za/liveZilla/image.php?id=03" width="191" height="62" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://www.warehouseshop.co.za/liveZilla/livezilla.php?reset=true" target="_blank">Start Live Help Chat</a></div></noscript><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://www.warehouseshop.co.za/liveZilla/server.php?request=track&output=jcrpt&reset=true&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
  2.  
Now, i need that code for a help button from livezilla,
But the thing is i need it to be in any one of the four corners of the page and stay there even when scrolling,
I prefer it to be in the top left position, Please guys help me out over here? if you know, please like give me the complete code i can use, as i am seriously noob with html, will be much appreciated!! thax
Jan 15 '12 #1

✓ answered by Mpretorius1995

Ok, i figured it out, for anyone that needs this... i used this :

Expand|Select|Wrap|Line Numbers
  1. <!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('http://www.warehouseshop.co.za/liveZilla/livezilla.php','','width=590,height=550,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://www.warehouseshop.co.za/liveZilla/image.php?id=03" style="position: fixed; top: 0; left: 0;" width="191" height="62" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://www.warehouseshop.co.za/liveZilla/livezilla.php" target="_blank">Start Live Help Chat</a></div></noscript><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://www.warehouseshop.co.za/liveZilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
  2. <title><?php echo $title; ?></title>
  3.  
All i did was add this.
Expand|Select|Wrap|Line Numbers
  1.  style="position: fixed; top: 0; left: 0;"
  2.  
To the visual image, and now it works.

1 7184
Ok, i figured it out, for anyone that needs this... i used this :

Expand|Select|Wrap|Line Numbers
  1. <!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('http://www.warehouseshop.co.za/liveZilla/livezilla.php','','width=590,height=550,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://www.warehouseshop.co.za/liveZilla/image.php?id=03" style="position: fixed; top: 0; left: 0;" width="191" height="62" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://www.warehouseshop.co.za/liveZilla/livezilla.php" target="_blank">Start Live Help Chat</a></div></noscript><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://www.warehouseshop.co.za/liveZilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
  2. <title><?php echo $title; ?></title>
  3.  
All i did was add this.
Expand|Select|Wrap|Line Numbers
  1.  style="position: fixed; top: 0; left: 0;"
  2.  
To the visual image, and now it works.
Jan 16 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Raghuram Banda | last post by:
Hi, Can any one help me, how to create a Radio button using DOM with default one option is selected Thanks in advance
0
by: JIM.H. | last post by:
Hello, I am making my report control visible and invisible in my asp.net page. I need to keep copywrite word at the bottom of my page. When component is invisible it comes up. How can I define a...
4
by: Sharon | last post by:
Hi all. I need to make a label that stays in a fixed position, when the page is scrolled. The javascript solution i have, is a bit jerky, and I'm looking for something better. Firefox is no...
1
by: vunet.us | last post by:
Mozilla reported the fix to this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=167801. When input text field is located over div, the cursor cannot be seen unless special CSS properties are...
1
by: Roger | last post by:
While there are several web sites that make use of sidebars, there are relatively few that make use of fixed position sidebars. While fixed position sidebars offer the advantage of having the page...
1
by: kraj | last post by:
hi, i need a help in my web page, i used layer in my document in html and i want to set fixed position of that layer in page & if system resolution 800*600 or 1024*768, the layer must be in the...
5
by: Thirdworld | last post by:
I'm trying to create a hyperlink button on a form that does the following: 1. User clicks on button 2. The default 'insert hyperlink' window appears 3. User selects the desired file 4. User...
2
by: subramaniam | last post by:
Hi i want the script coding for How to move Div position from a fixed position to other position ?
2
by: Bram2 | last post by:
I'm trying to create a graphical button with custom images and text on it. My approach was to split the generic button image into 3 parts: http://img520.imageshack.us/img520/8263/buttonleftdg8.gif...
2
by: AnagJohari | last post by:
Can we Create a link button by code behind .. means i have to create a multiple link button on a web page i want create this button dynamically from code behind please tell me can we do this?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.