If two stylesheets have the same title, 2nd overrides 1st?
Posted: Tue Jan 06, 2009 4:52 pm
Hi, if I have this in my code:
Both stylesheets have the same title, "styletwo.css" overrides completely styleone.css ?
In IE and FireFox I do not get to switch between them so I guess styletwo overrides styleone but I am not certain that this is what is happening.
Code: Select all
<link href="http://www.website.com/styleone.css" rel="stylesheet" type="text/css" title="default" media="screen">
<link href="http://www.website.com/styletwo.css" rel="stylesheet" type="text/css" title="default" media="screen">In IE and FireFox I do not get to switch between them so I guess styletwo overrides styleone but I am not certain that this is what is happening.