Jump to content
php.lv forumi

CSS nolasa nepareizā virzienā


Wuu

Recommended Posts

Uzpiežu View CSS ,un uz objekta jo tur tāda interesanta fīča ka nekādīgi nevarēja nomainīt stylu!

 

.blue_link (line 264)

{

color: #0080c0;

font-size: 0.8em;

}

a:visited (line 12)

{

background-color: transparent;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: #000000;

text-decoration: none;

}

a:hover (line 13)

{

background-color: transparent;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: #000000;

text-decoration: none;

}

 

 

Kāpēc css tik nolasīts no apakšas uz augšu?

Link to comment
Share on other sites

man liekas, ta tik tava ficha ta attelo, jo fire bug ar bik savadak attelo neka isteniba ir.

Link to comment
Share on other sites

Tu. :) Es īsti nezinu kur meklēt attiecīgo informāciju, bet, piemēram, inline css vienmēr būs ar augstāko prioritāti, tāpat klase, būs augstāka prioritāte, nekā vispārīgam taga definējumam, piemēram a, tas parādās arī tavā piemērā. Faktiski, jo tu precīzāk norādi kādam elementam piešķirt atbilstošo css, jo lielāka prioritāte tam.

Secība css failā ir svarīga tikai tad, kad tev ir definējumi ar vienādu prioritāti, tavā piemērā - a:visited, a:hover

Link to comment
Share on other sites

kur tad citur neka specene http://www.w3.org/TR/CSS21/cascade.html#specificity skaiti pats kapec sanak ta

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...