NYCPHP Meetup

NYPHP.org

[nycphp-talk] Periodic Browsercam.com group availability

Artur Marnik artur at marnik.net
Wed Jun 3 21:57:23 EDT 2009


Peter Sawczynec wrote:
> Essentially: a) don't use any IE specific code; b) don't use any code
> that does not run in IE; and c) especially important, don't use any code
> that don’t run in IE Mac. Just not ever. Do something else. Use some
> Flash gadget. If you don’t do a, b or c; all the code vets itself and
> will be browser independent and automagically run on old browsers too
> boot going way back. 
>   

So you suggest don't use:
#some_div {
  width: 100px;
  padding: 2px;
  margin: 1px;
}

I don't see anything IE/Firefox/Opera/Chrome specific but check the results
and some resource:
http://www.ozzu.com/website-design-forum/firefox-interpret-css-padding-differently-t32917.html

Cross browser compatibility has been a problem since they came up with 
netscape and IE and will never end.


Artur




More information about the talk mailing list