Archive for the ‘HTML’ Category

Handling Colon in Element ID in JQuery – Visualforce problem

Resolving the JQuery error when the Element ID contains colon with Live Demo

Create Simple Drag and Drop Widget like iGoogle using JQuery

Live Demo with source code on creating Simple Drag and Drop Widget using JQuery plugin like iGoogle

CSS – label control ignores the width style

CSS – label control ignores the width attribute in style

Disable inputs after submit to avoid double submission using JQuery and Ajax

This article will explain the safe way to submit the forms using JQuery. It will avoid accidental double submission.

Create Pure CSS based Menu – Step by Step Tutorial

Tutorial on creating step by step pure CSS based Menu without any javaScript and Why CSS Hover property is not working in Internet explorer

WordPress error – Briefly unavailable for Scheduled maintenance. Check back in a minute

Resolve Wordpress error – Briefly unavailable for Scheduled maintenance. Check back in a minute

JavaScript Error ‘expected identifier, string or number’ in Internet Explorer (IE)

Solution of expected identifier, string or number’ in Internet Explorer (IE) – javascript

Vertically middle align the DIV tag using CSS

Source code and Methods to Middle align the text in DIV tag in HTML

Create Gradient Header using CSS

Create a Gradient effect in heading tag of HTML using simple CSS trick

Why Style.left does not work in Firefox, chrome and safari ?

During working on one of my project, i found that style.left does not work with Mozilla, chrome and safari but nicely works on internet explorer. The code was : And the simple solution is, append “px” at the end to work with other browsers. and final code is: Very Simple right ?