Here is a simple CSS dropdown menu which you can simply copy and paste for your website. AS I ALWAYS SAY TAKE CARE OF THE QUOTES WHILE COPYING, USE DREAMWEAVER TO EDIT THE CODE The CSS Code This is the... (Continue reading)
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... (Continue reading)
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" xml:lang="en"> <head> <title>Tutorialz.tk</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link type="text/css" rel="stylesheet" href="menu.css"... (Continue reading)
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... (Continue reading)