Uni-Form Custom Tag Update
Posted on December 17, 2007 at 12:23 AM in ColdFusion, Uni-Form Tag Library
Oooops! I left out one little piece of important code with the original demo zip file. For those who downloaded it prior to about 11PM Eastern on Sunday night (12/16/07), you'll need this little snippet added to your form page so that it'll render properly in IE6 and below.
- <!--[if lte ie 6]>
- <style type="text/css" media="screen">
- .uniForm,
- .uniForm fieldset,
- .uniForm .ctrlHolder,
- .uniForm .formHint{ /* Trigger hasLayout, move to your IE specific stylesheet if possible */
- zoom:1;
- }
- </style>
- <![endif]-->
If you hadn't previously downloaded, the new zip file has the code plugged into the index.cfm file.
Latest Articles
- No recent entries.
Eventually something really brilliant and witty will appear right here.
Categories
- ColdBox (21) [RSS]
- ColdFusion (92) [RSS]
- Fusebox (3) [RSS]
- General (22) [RSS]
- jQuery (15) [RSS]
- Kalendar (1) [RSS]
- Linux (1) [RSS]
- Mura CMS (1) [RSS]
- Railo (1) [RSS]
- Rants (5) [RSS]
- Transfer (8) [RSS]
- Uni-Form Tag Library (36) [RSS]



There are no comments for this entry.
[Add Comment]