GingerRobot Posted October 21, 2006 Share Posted October 21, 2006 Ok, its going to be easier for me to show you whats happening here:http://www.kingpins-london.com/chat/mainpage.phpJust type a name in to start the "chat". Its set up at the moment so that it will just show content from a php page, but it checks that every 2 seconds. If you try it in firefox, everything works fine - because the content doesn't change it looks like its not even trying to refresh it. But if you try in IE, it appears to flicker and the scroll bars jump up and down - im wondering if this is something to do with IE not cutting the text off properly at the end of the cell.Im using CSS to achieve the scroll bar inside the table with overflow: auto;Im not sure if my problem lies with my ajax or with my css/javascript or perhaps it is just IEIf anyone can point me in the right direction it would be much appreciated. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted October 21, 2006 Share Posted October 21, 2006 You may want to check out an old post of mine.. http://www.phpfreaks.com/forums/index.php/topic,111025.msg449768.html#msg449768If I were you I would look at the getChat function..Good Luck, Tom Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted October 22, 2006 Author Share Posted October 22, 2006 Ok, i shalll have a look at that in more detail when i have some more time later. Thank you very much for posting that.Ben Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted October 22, 2006 Author Share Posted October 22, 2006 Im definately getting there...its not a problem with my ajax as if i use your stylesheet and html with my javascript/ajax, it seems to work fine...So ive just got to work from yours to mine to find out whats not working.Ben Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.