Follow Ohmkumar on Twitter
29
Aug/08
2

CSS Dock Menu

CSS Dock Menu

CSS - Dockmenu

In between the HTML <head> </head>tag, add the following code

[sourcecode language='html']


[/sourcecode]
The first part is the Javascript, second part is CSS stylesheet, and last part is the PNG hack for IE 6.

Add the following code to anywhere within the <body></body> tag:

[sourcecode language='javascript']

[/sourcecode]

Add menu item to the top dock

[sourcecode language='html']

home

Home
[/sourcecode]

Add menu item to the bottom dock

[sourcecode language='html']

Home

home
[/sourcecode]

Browser Compatibility

I have tested on IE 6, IE 7, Opera 9, Firefox 2, and Safari 2 (although there are some minor rendering issues with Safari).

Download

Download

28
Aug/08
0

Disable right click in the Browser

This is a script helps you to disable the right click function in the browser.

Rightclick Disable

for this you have to do only copy paste the below script between the <body> </body> tag

[sourcecode language='javascript']

[/sourcecode]

Now your page right click function has disabled.

Enjoy ;)

27
Aug/08
0

Javascript Status Bar Scroll

Javascript Status Bar Scroller

Javascript Scroll

This Script will help you to enhance your webpage attractive.

A scroller is text which scrolls on the status bar of the browser.
follow the steps below

Copy and paste the below lines between <head> and </head>

[sourcecode language='javascript']

[/sourcecode]

instead of <body> tag use <BODY onLoad="scrollMsg()" BGCOLOR="#FFFFFF">

Save and Enjoy ;)

26
Aug/08
0

click to activate and use this control

Message prompting “click to activate and use this control” when I roll my mouse over a Flash animation?

click_to_activate

in internet explorer 6 – To fix this use the following steps:

1) Just below the last <object> in your HTML page, insert the following Javascript:

<script type=”text/javascript” src=”ieupdate.js”></script>

2) Copy the ieupdate.js file to your directory

Also you can get the zipped file here

Tagged as:
26
Aug/08
0

Accordion Javascript

Light weight Accordion Javascript

Accordion

One of the smallest accordion script which is extremely simple and easy to integrate. Does’nt require any framework and fully cross-browser compatible.

Downoad

Demo