Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Pro JSP
|
Pro JSP Advanced JSP coding questions. Beginning questions will be redirected to the Beginning JSP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro JSP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 4th, 2008, 01:44 PM
Registered User
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default JSP code with Linux

geeks,i have finished to design my website using JSP,it works nice but the only problem i have got iz when i view it using Mozilla looks very different from windows explorer,all java script image are not moving,banner cannot display...you can view it at www.fostiw.com so what should i do to make it looks the same??
  you can visit that web to see the real thing.
  thanks.

 
Old September 4th, 2008, 05:54 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

Nothing to do with JSP.

You just have many places where you are using CSS that is not rendered the same in all browsers.

This is a "fact of life": Browsers are not compatible. People (not me!) make a lot of money converting pages that work on one browser to work on another.

Just as ONE example: Your FLASH banner at the top. MSIE seems to be paying attention to your
   <OBJECT ... WIDTH='100%' ...>
whereas FireFox seems to be paying attention to your
   <EMBED ... WIDTH=500 ...>

Why did you make those different??

But most of your page seems to built from pieces that you have grabbed from many different sites, so it might simply be a case of them not all working together when thrown together without care. I don't know.

Still... I don't see anything in there that seems to be JSP related. Seems like all HTML issues.





Similar Threads
Thread Thread Starter Forum Replies Last Post
need help for jsp code Janoo JSP Basics 3 May 6th, 2007 07:12 AM
jsp code rama_santh JSP Basics 1 April 10th, 2006 06:01 AM
JSP code download? Raj_mhetre JSP Basics 1 January 9th, 2006 11:40 AM
code documentation in jsp allang JSP Basics 0 August 7th, 2005 08:34 PM
Sample code for professional linux programming leonho Linux 1 May 26th, 2004 08:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.