CSS Web Safe Font Combinations
CSS Web Safe Font Combinations Serif Fonts Georgia, serif “Palatino Linotype”, “Book Antiqua”, Palatino, serif “Times New Roman”, Times, serif Sans-Serif Fonts Arial, Helvetica, sans-serif “Arial Black”, Gadget, sans-serif “Comic…
How to create zebra table effect with jQuery and CSS
To create zebra table effect with jQuery and CSS you can use the following snippet. jQuery in the css you need something like
How to detect orientation and change the css file in Javascript
To detect orientation and change the css file in Javascript you can use the following snippet. Sample Javascript
How to change the cursor when hovering a Listitem
To change the cursor when hovering a listitem you should use CSS3. Sample List Sample CSS see also CSS cursor Property at W3Schools