Script adds new items.
<!--[if IE 7]> <script> $(function() { $('.breadcrumbs li a').not('.breadcrumbs li:first-child a').before('» '); }); </script> <![endif]-->
How to set color for these elements? They are black by default.
Script adds new items.
<!--[if IE 7]> <script> $(function() { $('.breadcrumbs li a').not('.breadcrumbs li:first-child a').before('» '); }); </script> <![endif]-->
How to set color for these elements? They are black by default.
Source: https://ru.stackoverflow.com/questions/194556/
All Articles