html - How to overwrite css style in a specific page? -


  & lt; head & gt; & Lt; link href = "index.css" rel = "स्टाइलशीट" & gt; & LT; शैली & gt; # हमर_डि_दंडो {color: #ffffff; } & Lt; / style & gt; & Lt; / head & gt; & LT; बॉडी & gt; & Lt; div id = 'divL' & gt; & Lt; div id = 'amor_di_mundo' & gt; अमोर डि मुंडो & lt; / div & gt; & Lt; div id = 'quem_boe' & gt; क्वेम बोए & lt; / div & gt; & Lt; / div & gt;   

index.css

  #divL div {color: # 800000; }   

index.css एक div (# amor_di_mundo) में रंग: 800000 के साथ स्टाइल किया गया है < / P>

एक विशिष्ट फ़ाइल में मुझे इसे color: #ffffff के साथ ओवरराइट करने की आवश्यकता है लेकिन इसे ओवरराइट नहीं किया गया है!

समस्या सीएसएस की विशिष्टता के साथ है: एक इनलाइन शैली में बाहरी फ़ाइल की तुलना में अधिक शक्ति है।
एक ही चयनकर्ता का प्रयोग करें, और इनलाइन शैलियों को एक डिफ़ॉल्ट स्टाइलशीट में ले जाएं, फिर अपनी इच्छित शैली में अपनी नई शैली जोड़ें और पहले से डिफ़ॉल्ट स्टाइलशीट लोड करें, फिर दूसरी स्टाइलशीट जिसे आप अधिलेखित करना चाहते हैं

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -