- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
#loginform .login-submit a { display: none; }
Interesting, so that hides the <a> tag restricted to the named div section.tpartner wrote:
Code:#loginform .login-submit a { display: none; }
My CSS1 and CSS2 books are also shrink-wrapped. Now I'm waiting for someone telling me, that CSS3 is no longer one, big specification but a bundle of modules. Meanwhile I learned today: In CSS3 the selector can be e.g a[href$=".lss"], which then selects every <a> element whose href attribute value ends with ".lss".holch wrote: Because even I have used this before and my last real use of CSS is probably about 6-7 years ago.