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 ArticleDetect 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 Articlefixing 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 ArticleHTML5 , 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 ArticleDetecting 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 ArticleResponsive 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 ArticleResponsive 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 ArticleCommonly 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 ArticleMake 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 ArticleGeolocation 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