|
|
Browse by Tags
All Tags » asp.net » stylesheet
-
a very simple feature i implemented today was to make an IE only style sheet for my application i'm writing it only took 2 lines to make it work. Firstly put the following line in your asp page (best place would be a master page):
<link href=''Styles/IEStyle.css'' rel=''stylesheet'' type=''text/css'' runat=''server'' id=''lnkIEStyle'' ...
|
|
|