Hello,
Could you please post some demo or codes? So that I can reproduct it. I
plan to use Fiddler/Web Development Helper to check the css style changed.
Sincerely,
Vince Xu
Microsoft Online Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
--------------------
| Thread-Topic: Javascript causing CSS margin bug in IE
| thread-index: Aco1b6hWxKLq0DKtQUKUzpk3d5vPfA==
| X-WBNR-Posting-Host: 216.80.121.82
| From: =?Utf-8?B?TUNN?= <
[email protected]>
| References: <
[email protected]>
<
[email protected]>
<
[email protected]>
<
[email protected]>
| Subject: Re: Javascript causing CSS margin bug in IE
| Date: Mon, 14 Sep 2009 12:15:01 -0700
| Lines: 16
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:92082
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| > Let me make sure I have this correct. You are peforming all of your own
| > AJAX transactions and not using the ASP.NET AJAX controls?
|
| Yes.
|
| > if so, you are in control of the CSS applied to elements you are
| > updating.
|
| Exactly. And they are applied correctly in browsers other than IE.
Moreover,
| they are applied correctly BEFORE the javascript is executed in IE. In
fact,
| if I hit Ctrl-F5, about 1/4 times they are applied correctly AFTER the
| javascript executes. To me this means that if the javascript executes
fast
| enough and completes before IE thinks it has finished with the HTML/CSS
| document, then it is fine. My guess is, I need to find a way to force IE
to
| re-apply the CSS after the javascript completes.
|
|