You're going to have to be more specific (simple code examples w/
CSS). JSF doesn't put any CSS in the page unless you are using things
like inputCalendar, and those controls shouldn't affect anything but
themselves.
I recommend using firefox with the web developer toolbar to
troubleshoot the CSS ("CSS->Edit CSS" from the toolbar)
-Andrew
On 11/17/06, Stephen Osella <[EMAIL PROTECTED]> wrote:
I am getting wierd behavior from what I would expect my layout positioning
should be, and (as usual) it is different in both IE and Firefox. Does JSF
put hidden elements that the browser messes up on? Is there a preferred way
to layout pages in JSF? I have seen facelets and layout tags. Any
recommendations?
Thanks!