Uni-Form Custom Tag Update
Posted on December 17, 2007 at 12:23 AM in Uni-Form Tag Library, ColdFusion
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
- cfUniForm - Custom Validation Demo
- NOTE: cfUniForm Does Not Require ValidateThis!
- cfUniForm v2.6 - Global Plugin Configs + ValidateThis! ...
- Using Multi-Word-Actions in ColdBox 2.6
- Transfer: Many-to-One or One-to-One?
Eventually something really brilliant and witty will appear right here.
Categories
- ColdBox (20) [RSS]
- ColdFusion (59) [RSS]
- Fusebox (3) [RSS]
- General (10) [RSS]
- jQuery (9) [RSS]
- Kalendar (1) [RSS]
- Rants (3) [RSS]
- Transfer (6) [RSS]
- Uni-Form Tag Library (17) [RSS]


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