Browser issuses

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prak
    New Member
    • Mar 2009
    • 1

    Browser issuses

    Hi ............... ....

    I have design a web page using the combination of PHP, HTML and CSS (cascading style sheets).The web page is looking good in Internet Explorer. But in Mozilla Fire Fox, Google chrome, Opera the alignments are changed. It’s not looking Nice. I need help regarding this.
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Just follow a simple web building rule: Design your website on a standard browser like Firefox or Opera etc and then try to fix the problems encountered while using IE.

    Another good way is to use a Strict DTD. IE tries its best to provide standard features in Strict mode.

    Comment

    • David Laakso
      Recognized Expert Contributor
      • Aug 2008
      • 397

      #3
      Can't help fix what can't be seen. And it is sometimes difficult to fix what can be seen. Put your page on a public server and provide a clickable link to it in your post to the forum. Before doing so, please make sure your markup [1] and css [2] are valid. Thanks you.
      [1] http://validator.w3.org/
      [2] http://jigsaw.w3.org/css-validator/

      Comment

      Working...