Hi there.

I have a little problem with a process.

I'm using CSS in a Form and it work's well, but the problem starts when I add this Form as a Subform because the CSS doesn't work. what can I do in this case or an advise.

I hope you can helpme.

  • No labels

3 Comments

  1. Hi there,

    Check on the CSS element identifier and overriding/precedence of your custom CSS. The div/elements identifier may have changed when it is positioned under different elements.

    Cheers

    1. Hi Hugo.

      In my form I have in a custom HTML the next css

      #data .form-section-title span /*#data is the section1*/
      
      {
      
      	color:#000;
      
      	background: #e7fab6 url(../images/v3/console/dropdown_btn_bg_hover.gif) 0 0 repeat-x;
      
      	text-align:center;
      
      	font-weight:bold;
      
      	padding-top:4px;
      
      }
      

      Now in other Form in the section1 I have a subform but this search the section #data and doesn´t find it because the #data section belongs to other form.

      what should I do.

      I hope you understand me and help me.

      thansk a regards.

      1. Hi there,

        I may not understand on how your form structure would look like, you may need to inspect your structure and implement the CSS accordingly. You may try to read on this article if you need further reading on this topic. http://24ways.org/2005/debugging-css-with-the-dom-inspector/

        Good luck.