Jump to content

How to Fade Frameset & remove white page


affc

Recommended Posts

Hi,

 

Is there a simple way of fading a frameset or getting rid of the white page that displays before the frameset is loaded?

 

My website is Black all the way through it and I have a page that goes to a frameset which loads frames within it. Only problem is when it goes to the frameset it loads white first then goes black again. Can I have the frameset load black first so it doesn't look unusual? Maybe even a fade of some sort? Here is my code

 

<html>
<head>
<title>Frame</title>
</head>

<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame src="Mainpage.html" name="Main Page" noresize>
<frame src="blankframe.php" name="noframe" scrolling="NO" noresize></frameset>
<noframes><body bgcolor="#000000">

</body></noframes>
</html>

Link to comment
https://forums.phpfreaks.com/topic/118877-how-to-fade-frameset-remove-white-page/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.