Quantcast
Channel: web development tutorials » Html
Browsing all 12 articles
Browse latest View live

input hidden ie7

IE7 form hidden input field bug fix Every HTML form may have hidden input fields. Generelly every web browser will render this input hidden field as display:none . but in ie7 it will have small gap....

View Article



horizontal scroll

how to scroll the window horizontally scroll? I got asked by my coleague to horizontal scroll the window , let me explain the scenario , page width is 1500px with a 1500px image in back ground and it...

View Article

Image may be NSFW.
Clik here to view.

textarea resize disable

How to disable text area re size icon for chrome or webkit browsers. Safari and Chrome that allows a textarea to be resized by the user. In both browsers the feature is seen by a little icon that is...

View Article

Detect mobile browser with javascript

Detect mobile web browsers with Javascript. HTML5 is making the web platform more powerful in a number of different areas. All the Smaprt phones come up with this HTML5 and CSS3 browsers . It is the...

View Article

fixing text indent in IE7

IE7 text-indent bug in CSS While we are working on SEO implementation for links, headers with images, we display link with back ground image by giving text indent in large negative values. it works on...

View Article


HTML5 , CSS3 Browser Compatibility Chart

HTML5 , CSS3 Browser Compatibility Chart We know that HTML5 and CSS3 has a lot of features compared to older one. Since HTML5 still not standerdised ,some browsers supports some features. Here we find...

View Article

Detecting Browser Canvas Support

Detecting Browser Canvas Support Best feature of the HTML5 is Canvas,where we can develop good HTML animation ,games using canvas elements. Most of the developers will check the browser versions for...

View Article

Responsive Images in IE8 FIX

Responsive Images in IE8 FIX To make images responsive we use max-width instead of using fixed width. Then images will be automatically adjusted according to container width. But this won’t happen in...

View Article


Responsive image maps

Image map is a co-ordinate representation of image in sections mostly in rectangular ,poly and circle. These co-ordinates are calculated as per actual image size . when we apply a style for image...

View Article


Image may be NSFW.
Clik here to view.

Commonly media queries that supports all devices

Commonly used media queries for supporting almost every device. A responsive web designing means One site for every screen like Small , Medium and Large with help of HTML5 and CSS3 . Before HTMl5 and...

View Article

Make Your HTML text Unselectable using CSS

In some cases we need to user unselect text from our website. Here is simple CSS trick. .unselectableText { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select:...

View Article

Geolocation of visitors in Javascript with HTML 5

An interesting feature of HTML 5 that lets you geotag your visitors without Javascript additional library directly through the W3C specifications .This feature is pretty well integrated into most...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images