Posted by Beauregard T. Shagnasty on 02/02/07 17:10
©® wrote:
> My friend's personal website is moving hosting/domain providers.
> Can anyone please recommend a way that we can alert visitors that this
> is taking place in the next few days and that, if it goes offline
> whilst the change takes place, to come back in a day or two. I was
> thinking of a pop-up but then most of us hate them or block them.
CSS:
..urgent {
border: 2px solid #ff0000;
margin: 1em 3em 0;
padding: 0 2em 0;
}
HTML:
<div class="urgent">
<p>
[text of message here]
</p>
</div>
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|