affc Posted August 9, 2008 Share Posted August 9, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.