Bu açıklamak kindof zordur ...
Ben bu sınıf vardır:
.nav_option_main {
background-color: #FC9;
}
I have two drop-lists, let's call them Drp1 and Drp2. Drp2 is populated depending on Drp1:s value, using javascript.
Drp2 bazı değerler yukarıdaki sınıf onlara uygulanan, ancak sadece bazı gelmiştir.
Şimdi, burada garip bir sorun, ben Drp1 bir seçim yaptık ve Drp2 (js kullanarak) seçenekleri ile dolu olduğunu söylüyorlar sağlar. Drp2 seçeneği sayısı 5 sınıf o yüzden plan değişikliği için başvurmuş, ben başka bir şey Drp1 değiştirirseniz, sonra, sonra Drp2: sınıfı önbelleğe alınmış gibi görünüyor, çünkü s seçenek sayısı 5 (BGR rengi değişmedi nasılsa, ve) ona uygulanan.
Başka bir örnek:
I choose fruits
from Drp1
. Drp2
is populated with lets say 3 fruits
, banana
, apple
, and lemon
. Lets say Lemon
has the class
applied to it, so lemon has a background color
!
Then if I choose for example countries
in Drp1
, and Drp2
is filled with 5 countries
, the third country's background color is still not changed even though the class isn't applied to it, why? So the countries could be US
, Canada
, France
, Russia
,
China
, in that order. Then France would have the background color attached to it, even though in the code it shouldn't have!
Eğer daha fazla bilgi gerekiyorsa, sadece bana bildirin ve ben biraz daha örnekler ile gelecek.