Important Notice:

Course Content
CSS Framework (Chapter- 5) M2-R5.1
About Lesson

Disabled Buttons

            बटन एक shadow प्रभाव के साथ उभरे हुए दिखते हैं और उन पर माउस ले जाने पर कर्सर एक हाथ में बदल जाता है

          डिसेबल बटन अपारदर्शी (अर्ध-पारदर्शी) होते हैं और “नो पार्किंग साइन” प्रदर्शित करते हैं:
            w3-disabled class का उपयोग डिसेबल बटन बनाने के लिए किया जाता है (यदि एलिमेंट स्टैंडर्ड HTML डिसेब एट्रिब्यूट का समर्थन करता है, तो आप इसके बजाय डिसेबल एट्रिब्यूट का उपयोग कर सकते हैं)

             Buttons stand out with a shadow effect and the cursor turns into a hand when mousing over them.

             Disabled buttons are opaque (semi-transparent) and display a “no parking sign”:

             The w3-disabled class is used to create a disabled button (if the element support the standard HTML disabled attribute, you can use the disabled attribute instead):

<a class=”w3-button w3-black” href=”#”>Link Button</a> 

  <a class=”w3-button w3-black w3-disabled” href=”#”>Link Button</a>

error: Content is protected !!