Connecting Tech Pros Worldwide Forums | Help | Site Map

browser compatibility

priyanka67@gmail.com
Guest
 
Posts: n/a
#1: Jun 27 '08
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
Guest
 
Posts: n/a
#2: Jun 27 '08

re: browser compatibility


priyanka67@gmail.com schreef:
Quote:
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
=?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=
Guest
 
Posts: n/a
#3: Jun 27 '08

re: browser compatibility


priyanka67@gmail.com escribió:
Quote:
On May 14, 3:03 pm, Erwin Moller
Quote:
>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/
Quote:
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..
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
--
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#4: Jun 27 '08

re: browser compatibility


[trimmed atttribution novel]

priyanka67@gmail.com wrote:
Quote:
Erwin Moller wrote:
Quote:
>priyank...@gmail.com schreef:
Quote:
>>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.

http://jibbering.com/faq/


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>
Erwin Moller
Guest
 
Posts: n/a
#5: Jun 27 '08

re: browser compatibility


Thomas 'PointedEars' Lahn schreef:
Quote:
[trimmed atttribution novel]
>
priyanka67@gmail.com wrote:
Quote:
>Erwin Moller wrote:
Quote:
>>priyank...@gmail.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.
>
http://jibbering.com/faq/
>
>
PointedEars
PointedEars <-- I think I stole the 'broken keyboard' line from you.
(I hope it was not legally protected.)

Regards,
Erwin Moller
Closed Thread