Rank: Newbie Groups: Member
Joined: 12/3/2007 Posts: 1
|
I have two problems:
1. In Internet Explorer 6.0 the result is correct, but in Internet Explorer 7.0, a object is covering a part of a another object when displaying it in the browser. In the Visual Studio environment it is displaying correct.
2. I have 1 Multipage and 3 pageview. Some times 3 graph-objects in pageview 1, changes places with 3 graph-objects in pageview 2 when displaying in the browser. To solve the problem I have to use my backup of the project.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
When controls overlap each other, the easiest solution is to use flow layout and do not absolute position the controls. You can try that and see if it works. If it still doesn't, you will want to compare a working page and a non-working page step by step to find out the difference.
Thanks
|