Favicon or favorites icon are the small icons that are shown in front of the URL in the tabs of your browser and also in your bookmarks. Lets see how we can set up a custom favicon for your website. Create the Icon To create icons you need an icon maker. We will go a… Continue reading How To Set Favicon For Your Website
Tag: Browser
How to display Indian Rupee Symbol in Website with HTML / CSS / JS
We know how to display the € (€) or £ (£) symbols easily with HTML. Lets now see how easily can we display the new Indian Rupee Symbol using HTML. Easiest if your machine supports Unicode 6.0 If your machine supports Unicode 6.0 its as easy as ₹ (₹) If you want to make sure… Continue reading How to display Indian Rupee Symbol in Website with HTML / CSS / JS
Div Center Aligned And Margin Auto Problem For IE6 Fixed
If you want to place your div in the center of its container with the help of CSS, you can do so following below process – Hi margin 0 sets the margin to 0px and auto sets equal space on either side of the div making it center aligned.Here both the outer and inner div… Continue reading Div Center Aligned And Margin Auto Problem For IE6 Fixed
Jpeg Images Not Displayed In Internet Explorer
The problem Sometimes you will notice that certain jpeg images are not shown while using Internet Explorer. The same images are displayed without any problem in other browsers, the file paths are OK, the HTML is perfect … but IE just refuses to show them. So what is the problem? The problem is that IE… Continue reading Jpeg Images Not Displayed In Internet Explorer
Make Website Compatible in Internet Explorer 7 and 8
Making a website compatible with the main browsers is any UI developer’s nightmare. Specially with the weird behaviors if IE. Now to add to that pain IE 6, 7 and 8 all act differently. So, if you are an UI developer, here’s a little trick to make your life a bit happier. If have succeeded… Continue reading Make Website Compatible in Internet Explorer 7 and 8