开发者

How to code an all browser supportable HTML project? [closed]

开发者 https://www.devze.com 2023-03-10 01:59 出处:网络
开发者_如何学Go This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g
开发者_如何学Go This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

I created a site for my company, but it does not support all browsers.

Opera is supported correctly, but others are not supported.

In Chrome the header table does not display correctly.

In Mozilla the picture marque show few pictures only.

Click here.... to view my site....


I am not exactly sure where you got your source code from, but it's a terrible mess:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mcubicsolutions.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

Fix it, and you should have less trouble with different browsers. Or consider using a CMS like Joomla, WordPress, etc. if you are not so fit in HTML.


First of all, if you want cross-browser compatibility, you reset your CSS scheme using a reset sheet, for instance CSS Tools: Reset CSS.

If you stick to div and CSS layout, you'll probably be fine in all the newer browsers (Even Internet Explorer 8!). You can also use conditional statements in your CSS code to detect Internet Explorer (explained here in Conditional comments.)

0

精彩评论

暂无评论...
验证码 换一张
取 消