This is a discussion on "problem in IE after asynchronous (AJAX) call" within the Web Page Design section. This forum, and the thread "problem in IE after asynchronous (AJAX) call are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
problem in IE after asynchronous (AJAX) call
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
problem in IE after asynchronous (AJAX) call
hi all
I have a jsp-based website. The initial layout of the page is correctly displayed both in FF and IE7. However, when I refresh only a part of the page (e.g. a single jsp, using AJAX), the layout of one of the jsp-s gets screwed - it moves down a little. If I remove a <form> tag from one of the jsp pages (not the one, which refreshes), this problem does not occur any more. However, I need the <form> and cannot afford to skip it. Recently I had a similar problem: one of my .jsp-s contained a list
looking forward to any suggestions |
|
|
|
#2
|
||||
|
||||
|
Re: problem in IE after asynchronous (AJAX) call
try clearing your block tags. I can't post code because i'm on my mobile but look for Ryan Fait's 'clearing with css'...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#3
|
|||
|
|||
|
Re: problem in IE after asynchronous (AJAX) call
hey,
I tried searching for Ryan Fait's 'clearing with css', but couldn't find anything... What I just tried is adding "clear:both" to all elements, which have "display:block". I don't know whether this is what you meant, but it didn't help.. |
|
#4
|
||||
|
||||
|
Re: problem in IE after asynchronous (AJAX) call
erm... I Google'd Ryan Fait Clearing with css and this is the top result.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Call PHP Web Service With Ajax | 2mk | PHP Forum | 5 | Feb 9th, 2008 22:02 |
| [SOLVED] preserve the state of checkboxes after an AJAX call | pesho318i | JavaScript Forum | 4 | Nov 7th, 2007 16:35 |
| [SOLVED] AJAX call to a servlet | pesho318i | JavaScript Forum | 9 | Oct 28th, 2007 12:40 |
| ASP.NET AJAX and Image problem | chandra.nowduri | ASP.NET Forum | 0 | Aug 30th, 2007 09:56 |
| AJAX call function | melvinoyh | JavaScript Forum | 2 | May 31st, 2006 01:02 |