Tag: meta

H

How to remove “Open” button from File Download Dialog options you get in your browser?

I received one client requirement sometime back asking for removing the "Open" button from the File Download popup you get when you are trying to download any file which cannot be viewed directly on the browser. Inorder to remove the "Open" button, you can make use of one of the  "meta" tags HTML has given ...

S

Setting screen width for Web sites to be viewed on iPhone

Fixing the width of the page in iPhone to a certain value is not direct. Safari is assuming an 800px width. The best solution to this is just by using the meta tags. Check the snippet below: To set the width to the screen width based on the mode he is in, be it landscape ...

A

Avoiding CSS Image Flicker issue in IE 6.0

There are two types of flickering when it comes to the background-image CSS attribute and its IE6 support. The first is when the whole image flickers. This one can be solved by the aforementioned workarounds. Here is another nice article: http://www.fivesevensix.com/studies/ie6flicker/ The other one is cursor flickering - when you hover an element with the ...