Many people find it easier to use the tab key to cycle through the various fields of a form in a web page. If you are using a browser in MacOSX, you will find that you cannot use the tab key to access checkboxes or radio buttons... instead you have to use the mouse/trackpad. Read on for a solution.
-
Problems tabbing through checkboxes and radios in MacOSX Safari
-
How do I display alpha transparent PNGs across all browsers?
Find out how you can use alpha transparency successfully across all browsers - and specifically IE 6 for Windows.
-
How to get consistent font sizes across all browsers
Whether you specify your element's font size in pixels, points or ems, you can be confident that text will look the same across browsers on Mac and Windows with this simple set of CSS rules.
-
How to target specific IE browsers using just HTML?
Conditional comments are totally valid markup (for HTML as well as XHTML doctypes) that cause IE browsers running in Windows to parse the contents of the commented markup.