1 Reply Latest reply on Sep 4, 2007 5:42 AM by ilya_shaikovsky

    rendered as tables

    davidjoseph

      Why is every component rendered as a table? like inputnumberslider. I'm trying to use this in the standard booking application of Seam, but it totally screwed because of the table definition inside the css. I tried a lot to get the layout a bit decent again, but nothing resolves it unless removing all table refrences in the css.

      Using tables is not "designer-friendly" and not the way to go in my opinion

        • 1. Re: rendered as tables
          ilya_shaikovsky

          Yes we know about table design issues.
          But there are also numerous problem to create fully div based layout. So in cases where this problems appears we use tables.
          Use RF predefined classes or class attributes redefinition. By the way it isn't the best way I think to define table elements design in you CSS.