0 Replies Latest reply on Aug 4, 2008 2:27 PM by geuis

    How can I remove inline styles???

    geuis

      We're using rich:modalPanel for a lightbox-style overlay.

      However, the richfaces tag is adding the following to the div being rendered out:

      style="position: absolute; z-index: 0; background-color: inherit;"


      I don't want this. CSS needs to be in stylesheets, not as inline code mixed into html. I've tried adding style="" to the modalPanel tag but it still renders out the inline code.

      How can I disable this from happening?