Notices

XenStyle

Active member
If I have a notice set up with a link to another page in it, is there anyway to dismiss the notice when the user is redirected?
 
The x does show permanently or atleast it does for me. On hover it is surrounded by a box. but the x is permanently shown.

edit: sorry, my mistake it does disappear once you move out the notice area.
 
I haven't checked but you may need to edit the .js to deal with the X issue.
I actually add some text to each notice to make it clear.

HTML:
<span style="float: right; font-style: italic; font-size: 10px; color: #666666">Click the X to dismiss &rarr;</span>

As for the first point, I suspect an add-on would be required as there are no options related to that.
 
I haven't checked but you may need to edit the .js to deal with the X issue.
I actually add some text to each notice to make it clear.

HTML:
<span style="float: right; font-style: italic; font-size: 10px; color: #666666">Click the X to dismiss &rarr;</span>

I tried something like that, but unfortunately it just doesn't work/fit my notices (I am trying to keep them minimalistic). I will see if I can figure out the .js to turn off the hover
 
Top Bottom