473,756 Members | 6,106 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Transitions Between Pages

I'm creating a series of web pages that I will display sequentially in IE 6
(for an internal application). I'd like to have nice transitions between
them. The only thing I have found thus far are the META
Page-Enter/Page-Exit tags. These work OK, but I'd like to know two things:

1) The "background " of each of these transitions is white. Is there anyway
to change it to another color (e.g. black)?

2) I would like to be able to fade to black upon page exit and fade from
black upon page enter. By fade I mean no goofy circles, squares, blinds,
etc. Is there any way to do this?

If there is another way to approach this, I'd like to know. I'd really like
to be able to do #2 as I think it is a more simple, elegant approach.

Thanks
Jul 23 '05 #1
1 2643
epigram wrote:
I'm creating a series of web pages that I will display sequentially in IE 6
(for an internal application).
This is a question about IE-specific programming, not about authoring
HTML for the World Wide Web. Best asked in an IE newsgroup.
I'd like to have nice transitions between
them. The only thing I have found thus far are the META
Page-Enter/Page-Exit tags. These work OK, but I'd like to know two things:


[snip]
Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
10357
by: skura | last post by:
I am trying to understand how the data in sql server is stored and also regarding fill factor and page splitting. 1) My first question what is the difference between Index pages and Data pages. and how are they different for clustered and non clustered indexes and heap tables. 2) What is the relation between index and data pages.
2
2072
by: Harshal | last post by:
Hello, I have following html file <html> <head> <script> var flag = true; function LoadNewImage()
1
998
by: Bern McCarty | last post by:
Our project consists of some mixed .dlls and recently we noticed that it had slowed down. When I investigated I figured out that some inlineable methods of a native C++ type were compiled into (not inlined) IL methods. Thus we ended up with the standard two entry points with the native one thunking over to the managed one for native callers. The thing is, 99.9% of the call-sites to these inlineable methods on this native type are from...
5
2438
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the web part page? Does it take place at the page level? ...or the content area level? 3. Where is the Web Part Manager instantiated? ...in the Master Page? ....Content Page? ...elsewhere?
1
3152
by: Dan | last post by:
Hi, I was wondering if anyone could come up with a cross browser image transition that I could use... I have already made one that works in IE but i know it doesn't work in Mozilla Firefox. Below is the script I have made, there is only one error with it (besides compatabilty), the fact that you can make the images transition even when there is already a transition occuring, I have tried to compensate for this, but it doesn't work......
1
2716
by: =?Utf-8?B?R3JlZ29yeU5lbHNvbg==?= | last post by:
How do I get the beatuful Plus! Movie Maker transitions that I had on XP to work with Vista version of Movie Maker. I'd hate to think I lost a product I invested in beacuse I actually upgraded my OS! Any assistance helpful - all other Plus! DME for XP work fine under Vista ... Thank you.
6
1632
by: Inny | last post by:
Hello, Im using the background image change script below and I want to change each image with a transition, swipe, circle in, circleout etc randomly. Not sure how to make random transitions with each changing image. please assist. (if possible cross browser compatible), if not should degrade in other browsers. <script LANGUAGE="JavaScript"> <!-- var BackgroundChangeIndex = 0; var wistol = new Array
2
2620
by: mrabie | last post by:
Hi All, I am developing an application that i would like to create animations between forms, e.g slidin,out, etc something similar to Media Center transitions. Can someone please point me to some resources on how i can accomplish this? a sample application would be great. Thanks all appreciated. Mustafa
5
4710
by: Ebucel | last post by:
I need to create a screensaver that detects the resolution of one or 2 monitors and then selects the correct picture for that resolution and then uses transitions to make it like a slideshow with only one picture. I didn't have a problem getting the screenresolution detection working. I just can't seem to figure out how to get the transitions started/working. Thanks in advance.
0
9454
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9271
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10028
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8709
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7242
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6533
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3352
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2664
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.