My question is, is it only a matter of time before browsers may stop supporting linking items in the body and I should really try to figure out a way to put link the CSS in the head?
Second question is, if I define the same exact selector in two different linking stylesheets with 2 different paramaters, will the one further down always overwrite the top stylesheet?
e.g.
<link rel="stylesheet" type="text/css" href="http://www.mycss.css" /> ---- p {color:green;}
<link rel="stylesheet" type="text/css" href="http://www.mycss2.css" /> ---- p {color:red;}
Will <p> now always(unless otherwisedefined by html in document) be red?
Thanks!!
This post has been edited by codecook: 14 June 2012 - 07:20 AM

New Topic/Question
Reply


MultiQuote





|