I do not know why this can not show an additional limit Can you see what I'm doing wrong?
submit .login {width: 100px; Height: 100 pixels; Background: # e0e0e0; Border: press 1 px solid #; Color: # 555555; font-weight: bold; Text-shadow: White 0 px1px; / * Firefox * / Background: -Mo-linear-shield (top, #EEEA, #FFFFF100%); -max-boundary-radius: 5px; / * WebKit * / Background: -WebKit-Gradients (Linear, 0 100%, from (AAIAA), from (#FFFF)); -WebKit-boundary-radius: 5px; Status: Relative; } .login submit: first {width: 98px; Height: 98px; material ''; Status: Completed; Limit: 1px solid black; }
You forgot a colon in .login: Submit: < / Code> statement, which will invalidate the rule. Then it will not render. Like it:
submit .login: first {width: 98px; Height: 98px; material: ''; / * & Lt; - Additional colon * * Condition: Full; Limit: 1px solid black; } This example is working in Firefox:
Update:
Check this question: < / P>
Comments
Post a Comment