is this possible to make a text before hide content tag ?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
.hidecode:before {
background-color: #d4f4aa;
border: 1px solid #9ccf5a;
content: "\00a0\00a0\00a0\00a0Warning: hidden content!\00a0\00a0\00a0\00a0";
font-weight: 700;
margin-left: -4px;
margin-top: -28px;
position: absolute;
}
.hidecode {
margin-top: 20px;
}
content: "\00a0\00a0\00a0\00a0Warning: hidden content!\00a0\00a0\00a0\00a0";
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
yes that's what i mean, i think it will work, and someone will doing thisMrMind wrote:tommycoo8 means that he wants the text to be visible wherever there is a hidden content.
For example if you add a hidden content here and a member reads the post to see a warning box saying that 'You must reply to see the content' and as soon as he.she replies the warning box to change text or something. What JScript send is good but that only is visible as soon as you post and you see the hidden content. Isn't that right tommycoo8?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
$(function(){$(function(){
$('.sceditor-button-fahide').mouseup(function() {
$('#text_editor_textarea').sceditor('instance').insertText('You have to reply to see hidden content\n',' ');
});
})});