This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘Css’


Page 2 of 212

Simple CSS Dropdown Menu

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)

Tagged with:     

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... (Continue reading)

Tagged with:         

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" 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)

Tagged with:     

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... (Continue reading)

Tagged with:     

Page 2 of 212