Results 1 to 3 of 3
i have developed a web based application in PHP+MySQL on linux platfrom
and used konquerer webbrowser.
but when i hvtested it on IE on win XP ,
the all things ...
- 08-17-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 17
internet application
i have developed a web based application in PHP+MySQL on linux platfrom
and used konquerer webbrowser.
but when i hvtested it on IE on win XP ,
the all things have changes.
from font size to background size,style,table size ,alignment.
how did it happen?
is thr any solution to this?
- 08-17-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
its because IE sux
if you used CSS, thats probably your problem, because IE is really crappy with it.
- 08-17-2005 #3
when you develop browser-based apps, its really important to test them in all the mainstream browsers you can (as well as any others you may have access to). Unfortunately, MS IE, Netscape, and Mozilla/Firefox all have different capabilities and handle rendering slightly differently.
about the only time this isnt an issue is if you have control over which browser may be used, such as in on an internal network.


Reply With Quote
