Jump to the post that solved this thread.
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] signature
#1
Not Solved
Hello! Do not tell me html code to make the text (photo) dim, and when the cursor was plain text (photo) in a forum signature.
Signature code currently
<d> <hr size="1" width="25%" align="left" />
{$ post ['signature']}
Example:
[Image: Ts5kcllBsUM.jpg]
[Image: 1HUPT5p4k3k.jpg]
#2
Not Solved
What should we tell you then, if you don't provide the details of your problems in words with link to your site for further inspection?
#3
Not Solved
http://earthcraft.ru/forum
#4
Not Solved
So you want the signature to be dim, or you don't want it to be dim?
#5
Not Solved
Oh, transparent
#6
Not Solved
try:

<div style="opacity:.1"> <hr size="1" width="25%" align="left" /> 
{$ post ['signature']} 
</div>

Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#7
Not Solved
Works well when the mouse it still remains clear Sad
#8
Not Solved
Try :

HTML
<div class="fancysig"> <hr size="1" width="25%" align="left" /> 
{$ post ['signature']} 
</div>

CSS
.fancysig {
opacity:.1
}
.fancysig:hover {
opacity:1;
}
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#9
Not Solved
Now it works, thanks.
Put in + rating
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 3 Guest(s)