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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.