![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] If I program a web page with HTML, will it work with Safari or only Internet Explorer? Forgive me if I sound stupid, but I'm trying to figure out what book to buy to learn web site design. I need to create websites that will work for both windows and mac. Thanks. |
| |
| |||
| The browser that will give most problems will be Internet Explorer. Learn to use HTML & CSS in a standards compliant way of coding then use IEs conditional comments and CSS expressions to tweak for IE. Design & test your pages in a standards compliant browser such as FireFox rather than the usual method of testing in IE then finding it doesn't work correctly in any other browser. __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| I can't say that IE is the one that bring the most problem in web designing becaue actually IE is rendering a web page better, but it just causes problems. The problem is that there are many manipulations of web page rendering in IE so that other browser that have stricter code reading such as Firefox will render it totally differently. PS. Internet Explorer also reads margin differently than Firefox. They called the same term, with different meaning sometimes, I got annoyed because of those stuff too haha.. |
| |||
| I truly hope you are not serious. Bug list for IE and this is only the major ones! Even once you have forced IE into what is jokingly called "standards mode" it still gets so many things wrong. Quote:
IE misses this on so many things. Quote:
__________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| |||
| Yep, some were, many were not and a whole lot of new ones were introduced to us with IE7. __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| Quote:
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
| |