Client using Internet Explorer: From client side, client opens web page, then goes to File->Send->Page by E-mail. Client Browser triggers a postback (Page.IsPostBack set to "False"). The question is: Is there a
way using CSS to hide elements like SiteMap, divs, tables, etc from showing in the e-mail body. I have looked at CSS @media , but could not find an option type. If there is not an option using CSS, is there a way to identify the Request type so that elements
can be modified using CSS?. It will be nice if there was a @media type to be used when the rendering of the page occurs to an external application.
↧