aspose file tools
The moose likes JSF and the fly likes JSF : Any tips on same views on all browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF : Any tips on same views on all browser" Watch "JSF : Any tips on same views on all browser" New topic
Author

JSF : Any tips on same views on all browser

Tanu Gulati
Ranch Hand

Joined: Oct 06, 2008
Posts: 113

hi,
I started working on a project and the first assignment i got is to do some thing which gives same jsf look and feel especially Alignment of Text on page for all browsers (IE 6,7,8 in specific) .

can some one give me advice on from where should I start and dig in to the code any tips and Advice which I should keep in mind while coding for JSF page so that it should show the same alignment for all 3 IE browsers I mentioned above.


thanks,


thanks
Tanu Gulati
Guy deLyonesse
Ranch Hand

Joined: Apr 12, 2011
Posts: 189

Things like text alignment aren't really controlled by JSF directly other than through its .css styles, which you can override. even so, the different browsers may not render the styles exactly the same. Maybe you can use JavaScript to handle the conditions?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSF : Any tips on same views on all browser
 
Similar Threads
JSF Request Processing Lifecycle Basics
Compatibility problems firefox and iexplorer
html:base and differneces between Chrome/Safari and IE/FireFox
iframe Problem
JSF page coming up blank when used with servlet filters...