Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cross Browsing

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45566
    Junni
    Member

    what is Cross browsing in HTML…
    can any any one tell me please

    #138908
    Paulie_D
    Member

    It’s nothing to do with HTML…it’s related, primarily, to CSS.

    Cross browsing (although I think you mean cross browser) means that what works in one browser will work in another (or all).

    As new features are evolved for CSS such as border-radius or gradients we have to come up with ways (if it’s a requirement) to try and achieve the same effect across multiple browsers.

    Sometimes that’s a matter of just a vendor-prefix, sometimes it’s a fallback property or a javascript method.

    And sometimes we just don’t bother at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.