1 Reply Latest reply on Feb 11, 2011 4:41 PM by amitev

    Loading different CSS based on the User's Screen resolution

    oyesiji77

      I am loading a css file using



       <a:loadStyle src="/stylesheet/common768.css"/>





      Now i am thinking of loading the css based on a user's screen resolution, any idea of accomplishing this using seam? Normally i would have used Javascript or jQuery to load the css but since i am using load Style it becomes kind of tricky