Browser compatiblity problem

Last post 11-21-2008 5:58 AM by hareshambaliya. 5 replies.

Sort Posts:

  • Browser compatiblity problem

    11-21-2008, 3:15 AM

    dear friends

    as i have developed my problem.

    but now i m using 17 inches monitor while the other person is using leptop so my page is getting streched so is there any idea about how to set my browser compatiblity for all browsers i can understand in firefox it might be some different but atleast in ie it shold look like same in all different monitors.

    Thanks

    shweta

    In a day when don't come across any problem -you can be sure that you are traveling in wrong path
  • Re: Browser compatiblity problem

    11-21-2008, 3:25 AM
    • Participant
      753 point Participant
    • hareshambaliya
    • Member since 11-05-2008, 1:56 AM
    • India
    • Posts 118

     Hi shweta.parikh,

    I think your problem is due to resolution. To resolve your problem u have to create structure with fix pixel like

    <table width="100%">

    <table width="1024px">

    your  content of website goes here.

    <table>

    </table>

    Regards,
    Haresh Ambaliya

    Please remember to mark as "answers" if they help. This can be beneficial to other community members.
  • Re: Browser compatiblity problem

    11-21-2008, 3:37 AM

    haresh

    thanks for the reply.

    but i have to give width in pixel in td too?

    Thanks

    shweta

    In a day when don't come across any problem -you can be sure that you are traveling in wrong path
  • Re: Browser compatiblity problem

    11-21-2008, 3:46 AM
    • Participant
      753 point Participant
    • hareshambaliya
    • Member since 11-05-2008, 1:56 AM
    • India
    • Posts 118

    Hi shweta.parikh,

     No. No need to give width in td. Inner table of second table can have width in %

    Regards,
    Haresh Ambaliya

    Please remember to mark as "answers" if they help. This can be beneficial to other community members.
  • Re: Browser compatiblity problem

    11-21-2008, 4:16 AM

    hi haresh

    i tried your code but with that code the horizontal scrollbar appears which i dont want.

    so is there any other way?

    Thanks

    shweta

    In a day when don't come across any problem -you can be sure that you are traveling in wrong path
  • Re: Browser compatiblity problem

    11-21-2008, 5:58 AM
    Answer
    • Participant
      753 point Participant
    • hareshambaliya
    • Member since 11-05-2008, 1:56 AM
    • India
    • Posts 118

     Hi shweta,

    take 900px insted of 1024px it will help. I think your resolution is less.

    Regards,
    Haresh Ambaliya

    Please remember to mark as "answers" if they help. This can be beneficial to other community members.
Page 1 of 1 (6 items)