browser compatibility

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • priyanka67@gmail.com

    browser compatibility

    I have few jsps with images...but they run on internet explorer but
    when i use mozilla firefox i dint get these pages
    properly....... ...images dont come properly... Can anybody help??
  • Erwin Moller

    #2
    Re: browser compatibility

    priyanka67@gmai l.com schreef:
    I have few jsps with images...but they run on internet explorer but
    when i use mozilla firefox i dint get these pages
    properly....... ...images dont come properly... Can anybody help??
    Hi,

    jsps means Java Server Pages?
    If so: It doesn't matter which language created the html.
    The only thing that matters is the HTML send to your browser.

    So simply view the source, find the imagetags, and try to find out what
    is wrong.

    You might want to validate your HTML too, and make sure it is valid.
    Here: http://validator.w3.org/

    Regards,
    Erwin Moller

    Comment

    • =?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=

      #3
      Re: browser compatibility

      priyanka67@gmai l.com escribió:
      On May 14, 3:03 pm, Erwin Moller
      >So simply view the source, find the imagetags, and try to find out what
      >is wrong.
      >>
      >You might want to validate your HTML too, and make sure it is valid.
      >Here:http://validator.w3.org/
      ya jsp means java server pages.........
      my problem is that image comes fine on IE but on mozilla it comes only
      half..........n ot full image is displayed..
      You haven't followed any of Erwin's recommendations :

      - JSP is JSP, not HTML.
      - The generated HTML does not validate (14 errors so far).

      Even more, despite asking in a JavaScript group you omit the JavaScript
      code.

      I can't see any <imgtag but I've replaced the background attribute
      with an actual image and it loads fine. I suggest you go to Tools-Page
      Properties and check paths in "Media" tab.


      --
      -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
      -- Mi sitio sobre programación web: http://bits.demogracia.com
      -- Mi web de humor al baño María: http://www.demogracia.com
      --

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: browser compatibility

        [trimmed atttribution novel]

        priyanka67@gmai l.com wrote:
        Erwin Moller wrote:
        >priyank...@gma il.com schreef:
        >>I have few jsps with images...but they run on internet explorer but
        >>when i use mozilla firefox i dint get these pages
        >>properly..... .....images dont come properly... Can anybody help??
        >>
        >jsps means Java Server Pages?
        >If so: It doesn't matter which language created the html.
        >The only thing that matters is the HTML send to your browser.
        >>
        >So simply view the source, find the imagetags, and try to find out what
        >is wrong.
        >>
        >You might want to validate your HTML too, and make sure it is valid.
        >Here:http://validator.w3.org/
        >[...]
        >
        ya jsp means java server pages.........
        my problem is that image comes fine on IE but on mozilla it comes only
        half..........n ot full image is displayed..
        my code in jsp is:
        How did you get the idea that anyone asked you to dump core here? Acquire
        some manners or go away.




        PointedEars
        --
        Use any version of Microsoft Frontpage to create your site.
        (This won't prevent people from viewing your source, but no one
        will want to steal it.)
        -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

        Comment

        • Erwin Moller

          #5
          Re: browser compatibility

          Thomas 'PointedEars' Lahn schreef:
          [trimmed atttribution novel]
          >
          priyanka67@gmai l.com wrote:
          >Erwin Moller wrote:
          >>priyank...@gm ail.com schreef:
          >>>I have few jsps with images...but they run on internet explorer but
          >>>when i use mozilla firefox i dint get these pages
          >>>properly.... ......images dont come properly... Can anybody help??
          >>jsps means Java Server Pages?
          >>If so: It doesn't matter which language created the html.
          >>The only thing that matters is the HTML send to your browser.
          >>>
          >>So simply view the source, find the imagetags, and try to find out what
          >>is wrong.
          >>>
          >>You might want to validate your HTML too, and make sure it is valid.
          >>Here:http://validator.w3.org/
          >>[...]
          >ya jsp means java server pages.........
          >my problem is that image comes fine on IE but on mozilla it comes only
          >half.......... not full image is displayed..
          >my code in jsp is:
          >
          How did you get the idea that anyone asked you to dump core here? Acquire
          some manners or go away.
          >

          >
          >
          PointedEars
          PointedEars <-- I think I stole the 'broken keyboard' line from you.
          (I hope it was not legally protected.)

          Regards,
          Erwin Moller

          Comment

          Working...