Overlay has nice default close buttons O with X inside.
I use overlay to replace default alert messages and have to write manualy
What about another default button with customizeable text?
see imagehttp://img18.imageshack.us/img18/8875/overlayn.png
I use overlay to replace default alert messages and have to write manualy
<div id="someid" class="message">
<div>Some error happened.</div>
<div class="button"><button>Close</button></div>
</div>
What about another default button with customizeable text?
see imagehttp://img18.imageshack.us/img18/8875/overlayn.png
