Phil Turner wrote:
> I'm just starting a site design, does anyone know if is it possible  
> to have a page or graphic appear and disappear just before the linked  
> page opens
>
> Many Thanks
>
> Phil Turner
>
>   
 One way, if I understand what you are after, is to use a meta attribute 
in the head of the document, like so:
<meta http-equiv="refresh" content="5; url=page2.html" />    
The numeral 5 is the number of seconds you want the page to be on the 
screen before it jumps automatically to page2.html (or whatever).
Be careful with the above quotation marks.
Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to