Tag Archive : IE

Browser Comparison

1
Digg me

Recd. this comparison chart via email.

HTML Font Size Comparison / Mapping

1
Digg me

Created a quick HTML page to find the font size mapping between various units (em, px, pt)

The font size looks uniform  in FF 3 and Chrome. (Images attached)

In IE.. you see it by yourself.

How to disable Right Click Menus

0
Digg me

This is popular question asked in many tech forums / QA pages.

Simplest way to turn Off the Right Click is

Add the atttibute   onContextMenu = “return false”

Ex :

<body onContextMenu=”return false”>

Tested this on

IE 5.0 and above / Firefox 2.0 and above.

PS: This doesn’t alert users with any warning or error messages when they right click. By warning them we dont want to rub their ego to find a solution.