| Our Services
Contact & Help
Resources & Tools
|
|
Website Design By Tara is a
professional web consulting and web design company. We specialize in cutting edge custom website designs,
ecommerce website design and integration, creative logo design, online marketing & promotion, and graphic
design.

|
|
|
| After many requests for free
scripts, here are several html & Java scripts you are free
to use on your website! Just make sure you copy the entire
code , so it will work properly! |
| |
| Color Scroll Bar Script
Add the following script within your head tag and change
the html color codes to match your site.
<style
type="text/css">
body {
scrollbar-arrow-color: ffffff;
scrollbar-base-color:ffffff;
scrollbar-dark-shadow-color: ffffff;
scrollbar-track-color: ffffff;
scrollbar-face-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3d-light-color: ffffff;
}
</style> |
|
Frame Breaker
This simple little java script will allow your visitors to
break out of another websites frames.
<script
language="JavaScript"
<!-- distributed from: http://www.designbytara.com-->
<!--
if(parent.frames.length>=1 {
window.top.location.href="index.html"
}
// --></script> |
No Right Click
If you have images or text on your website and want to stop
others from taking it without permissions, this script will
disable right clicking! Copy and paste the following code, and
make sure it is added right after your <HEAD> tag:
<script
language="JavaScript">
<!-- distributed from: http://www.designbytara.com
<!--
var popup="Sorry, nothing may be taken from this website";
function noway(go) {
if (document.all) {
if (event.button == 2) {
alert(popup);
return false;
}
}
if (document.layers) {
if (go.which == 3) {
alert(popup);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=noway;
// --> </script> |
|
| |
|