Hello.
Thanks for all this work.
Adding this CSS to fck_showtableborders_gecko.css or another .css at the same level allows gecko browsers to display hidden fields with their values:
input[type="hidden"] {
display:inline;
border:1px dotted #F00;
height:1.1em;
width:1em;
color:#999;
background-color:#e9e9e9;
background-image:url(behaviors/hiddenfield.gif);
background-repeat:no-repeat;
}
input[type="hidden"]:after {
padding-left:20px;
content: attr(value);
}
Hope you like it and add to some future version.
Thanks for all this work.
Adding this CSS to fck_showtableborders_gecko.css or another .css at the same level allows gecko browsers to display hidden fields with their values:
input[type="hidden"] {
display:inline;
border:1px dotted #F00;
height:1.1em;
width:1em;
color:#999;
background-color:#e9e9e9;
background-image:url(behaviors/hiddenfield.gif);
background-repeat:no-repeat;
}
input[type="hidden"]:after {
padding-left:20px;
content: attr(value);
}
Hope you like it and add to some future version.