Jump to content

css priority


chiprivers

Recommended Posts

Yes and no. Inline CSS will always take precedence over CSS in the <head>, which will in turn always take precedence over external CSS.

 

But, for two selectors that are in the same area (both in the <head> or both in external files), you can increase the 'priority' by increasing the specificity (google 'css specificity').

Link to comment
https://forums.phpfreaks.com/topic/213556-css-priority/#findComment-1111632
Share on other sites

Thanks haku. I am familiar with the 'specifity' of css but I was wondering whether there was a way of overiding this?  Whether there was a command that could be included within a declaration that would make it a priority over any other normally prioritised contradicting declarations.

Link to comment
https://forums.phpfreaks.com/topic/213556-css-priority/#findComment-1111731
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.