2
Text Size Switching Using PHP
Change the text size in your website with a simple script using php.
Hi you must have come across many websites having an option to change the text size then and there itself wondering how it is done?
Simple, here is the code which demonstrates...
Context Right Click Menu Using Javascript
Context Right Click Menu Using Javascript its a very simple script.
Below is the index.html file you need
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"...
Transparent Box using CSS
The below code will explain you how to make a transparent box and inside that some text contents.
This is very simple code and can be created using table tags also.
The source code looks like this:
<html>
<head>
<style type="text/css">
div.background
...
