Technological Guide.

CSS based horizontal menu for HTML

Monday, June 22nd, 2009

Websites with static webpages and with CSS menu look beautiful. Its easy to develop such menu system  using JavaScript kit. The menu will be horizontal with main level & sub level. Sub menu items will be displayed upon mouse hover on the related main menu item.

css code for the above styles: Copy the below css code and paste into a file named menu.css

JavaScript Code: Copy the below JavaScript Code and paste into a file named menu.js

HTML code: Copy the below html code and paste into a file named TestMenu.html

Redirect to another webpage

Tuesday, May 12th, 2009

Redirecting to another webpage from the current webpage is one of the useful techniques often developers need. Redirecting to another webpage can be setup in the main domain place where it redirects to other sub folders. This Redirecting can be done in many ways. Among them here are present with two most and widely used techniques.

HTML Meta Redirect:
This is a sample web page that does an immediate redirect to another page. Useful for fixing 404 errors

JavaScript Redirect: