News & Announcements
-
Jul 01 2008
Custom HTML Form Elements
This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists.
-
Jun 19 2008
How to get Cross Browser Compatibility Every Time
Here is a quick summary for those of you who don’t want to read the whole article:
1. Always use strict doctype and standards-compliant HTML/CSS
2. Always use a reset at the start of your css
3. Use opacity:0.99 on text elements to clean up rendering in Safari
4. Never resize images in the CSS or HTML
5. Check font rendering in every browser. Don’t use Lucida
6. Size text as a % in the body, and as em’s throughout
7. All layout divs that are floated should include display:inline and overflow:hidden
8. Containers should have overflow:auto and trigger hasLayout via a width or height
9. Don’t use any fancy CSS3 selectors
10. Don’t use transparent PNG’s unless you have loaded the alpha -
Jun 02 2008
IETester
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
-
Apr 29 2008
Sliding JavaScript Dropdown Menu
This lightweight drop down menu script (~1.8kb) allows you to easily add smooth transitioning dropdowns to your website. This can be used for navigation, dropdown lists, info panels, etc.
-
Apr 17 2008
Multilevel Drop Down Navigation Menus: Examples and Tutorials
This article presents over 25 (horizontal and vertical) multilevel drop down menu built using Javascript and CSS which you can use in your future projects. Also you will find some useful tutorials at the end of this post where you can use to start building your own multilevel navigation menu.
-
Feb 17 2008
10 best CSS hacks
list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time.
Vertical align div, Min-Height, PNG transparency, Autoclear, Reset CSS, Scrolling Render IE, Opacity, PRE Tag, Li Background Repeat IE -
Jan 16 2008
Even More Rounded Corners With CSS
Yet another technique for the Rounded Corners. CSS-only, no Javascript, Fluid layout, width/height, Single PNG image, Standard Module Format-based content markup
-
Jan 16 2008
CSS Gradient Text Effect
A simple CSS trick to show you how to create gradient text effect with a PNG image (pure CSS, no Javascript or Flash). All you need is an empty tag in the heading and apply the background image overlay using the CSS position:absolute property.
-
Jan 16 2008
CSS Text Wrapper
The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want.
-
Dec 17 2007
Maximum and Minimum Height and Width in Internet Explorer
by taking advantage of IE’s proprietary CSS attribute, expression, you too can whip IE widths and heights into desirable proportions,The CSS expression attribute enables JavaScript commands to be executed within Internet Explorer.

