[email protected] Posted December 7, 2006 Share Posted December 7, 2006 Hi everybody,I have to display photos using paging and each page contain 8 photo. Also on more option in the paging to show all photo's. paging concept working fine in IE. But Firefox and Netscape browsers if choose paging option to Show All then all the photos are showing fine. Again change paging to select any one page the available photo of the selected page is shown fine. But the problem is the height of the <td> not reset and shows some blank space at the bottom of the page. I have to build the photo's in a table and assign the table value to a div tag using ajax. Any one help me how to solve the problem to reset the height the photo display depending upon the photos using ajax Link to comment https://forums.phpfreaks.com/topic/29786-photo-listing-problem-using-ajax/ Share on other sites More sharing options...
alpine Posted December 7, 2006 Share Posted December 7, 2006 Pretty sure this is a pure html issue, but without the code nobody can help you out Link to comment https://forums.phpfreaks.com/topic/29786-photo-listing-problem-using-ajax/#findComment-136870 Share on other sites More sharing options...
[email protected] Posted December 8, 2006 Author Share Posted December 8, 2006 Hi...This is not a coding issue. In Firefox and Netscape browsers the respose come before the innerHTML content will not reset, so that the <td> width does not reset.Now I null the innerHTML content and i have give some time delay to build again the innerHTML.Now it's working fine....Thanks Senthil Kumar N.S Link to comment https://forums.phpfreaks.com/topic/29786-photo-listing-problem-using-ajax/#findComment-137486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.