| 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?
|
 |
 |
|
|
subject: JSF : Any tips on same views on all browser
|
|
|