Search found 2 matches
- Mon Jun 27, 2011 10:44 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]swapping swf header for static one for iPhone & iPad
- Replies: 2
- Views: 1270
Re: swapping swf header for static one for iPhone & iPad
From Goran I got this email; and this resolves my issue, thanks! Hi, look at BrowserTools plugin. http://dev.cmsmadesimple.org/projects/browsertools With it you can use something like this. {capture assign='isMobile'}{browsertools action='isMobile'}{/capture} {if $isMobile == true} <img src=“yoursta...
- Sun Jun 26, 2011 7:56 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]swapping swf header for static one for iPhone & iPad
- Replies: 2
- Views: 1270
[SOLVED]swapping swf header for static one for iPhone & iPad
Hi - Love this CMSMS! I have inherited a CMSMS site; ver 1.8.2 to deal with. The owner of the site, a friend of mine from way back wants to see if I can find a clean CSS, HTML or other solution that swaps the animated .swf header for a static one when a "iThing" comes to the site. I can no...