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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.