473,386 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to set up a web that doesn't "flicker" during navigation

4
I have a client who wants a basic static html site. He wants to be able to get in to the content pages and edit them easily, and the primary template will remain unchanged.

I am currently using Expression Web's Dynamic Web Templates to achieve this. He is able to edit the content, but for major appearance changes, he gives me a call. However, this being static html, whenever he navigates to a new page in the site, there is "flicker" as the new page loads.

He wants the "flicker" to go away. Obviously, this could be done using ASPX panels, but we really don't want to do that due to the complexity involved when he goes to edit them.

Short of using frames, though, I can't think how to keep this as an html web while adding the "flickerless" browsing.

Any ideas?

The web, as it stands (still unfinished, so excuse the mess) is at http://scan.intentdrivenwebs.com
May 27 '07 #1
4 1737
drhowarddrfine
7,435 Expert 4TB
You do have four html errors.

Which browser do you see the flicker in? I don't see it but I'm not on my dev computer. Could it be FOUC ?
May 27 '07 #2
odefta
18
Flickering appears in IE 6,7.

Put this in your html

< meta http-equiv="Page-Enter" content="revealtrans(duration=1.0)">
< meta http-equiv="Page-Exit" content="revealtrans(duration=1.0)">

Good luck
Oct 22 '07 #3
Thanks odefta, I use your two lines solved my problem. I had the same issue as this original post had (I use IE8). Now by reading your reply, and then I put your suggested two lines in my code, works great.

Thanks a lot!
Oct 2 '11 #4
drhowarddrfine
7,435 Expert 4TB
You are responding to a four-year old thread. I'm guessing this is an issue with the computer or Expression Web because this is a non-issue for anything else and the suggested solution is not standard.
Oct 2 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Csaba2000 | last post by:
I have set onmousedown to change the cursor, but this setting is ignored (IE 5.5; NN 6.1 on Win 2K Pro) until the mouse is either moved or the mouse button is released. On Opera 7.01, the setting...
1
by: zelnugget | last post by:
I'm using a fading image script that I found via Google Groups on this newsgroup, and am having some difficulty with it. First, here's a link to the Google Groups posting: ...
33
by: Jacob Oost | last post by:
Should I get some more general books, like "advanced self-teaching," or can I start on specialized books like "Linux game programming?" Any book recommendations? -- ----- BEGIN GEEK CODE...
5
by: Ian Stiles | last post by:
I have tried everything under the sun to get rid of horrible flashing and flickering that occurs on a CSharp form when the form hosts a TreeView or WebBrowser control and then you resize the form....
2
by: Jon Pope | last post by:
I'm programmatically adding controls to a form. The issue I'm seeing is that I can see the controls lay themselves out on the form during runtime. I'd rather not see this. I've used the...
3
by: VB Programmer | last post by:
My webform is datadriven and auto refreshes every 10 seconds. Is there a way to avoid the "flicker" when I refresh the page?
8
by: ujjc001 | last post by:
Can it be done? I'd go to almost any length to implement a solution. I've tried <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.01)"> to no avail. Thanks! Jeff C.
2
by: Juan Pedro Gonzalez | last post by:
I am a bit unsure about this "Effect"... My code: Public Sub Main() Application.EnableVisualStyles() Application.DoEvents() Dim myMainForm As New FormularioPrincipal Dim mySplash As New...
0
by: crankeboy | last post by:
Hi Folks, My setup: Visual Studio Express 2008, VC++, .NET, BitBlt Here is a summary of the problem: - I am trying to copy a bitmap of my main form into a picture box. - To do this, I bitblt...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.