![]() |
|
#1
|
|||
|
|||
|
Hi,
I have developed new chat application just like in orkut using iframe.I used ejaberd as chat server and jwchat as client side.Its working properly in firefox. But some issues in IE.First of all design of chat window is broken.I build chat window using iframe by dynamically creating it using javascript.?In IE webpage is showing in one frame and below that chat window is showing as different frame. Can anyone suggest solution it Thanks in advance |
|
#2
|
|||
|
|||
|
ok simplequestion.. did you code the site while using FF ? if so then it will be made for FF and code will be broken in another exploere, try coding it and perfect for ie :) other than this my friend i have no idea on web site coding.
|
|
#3
|
|||
|
|||
|
Use an IF statement to make the webpage display a different style sheet when the browser is IE or another browser. You can code 2 sheets this way and it will allow you to have a perfectly functioning firefox style and an IE style.
|