For a single page, I have implemented two different style sheets.
<link rel="stylesheet" href="css/lsharecomplete_mob.css" media="handheld" type="text/css" />
<link rel="stylesheet" href="css/lsharecomplete_dt.css" type="text/css" media="Screen" />
During my testing on Android and iPhone devices, it appears that both are utilizing the "screen" style. Should I combine the styles using @media in one sheet, or is there a mistake in my approach?
I have already confirmed that the files exist in the specified directories and are correctly linked.