View Single Post
Old 03-23-2011, 08:21 PM  
FlexxAeon
Confirmed User
 
FlexxAeon's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 3,765
you can place it here in the JS:

Code:
if(mobile == true){
        document.write('<link rel="stylesheet" type="text/css" href="http://youngblackgirlfriends.com/m-style.css" />');
        document.write('<meta name="viewport" content="width=device-width, user-scalable=no;"/>');
    } else {
        document.write('<link rel="stylesheet" type="text/css" href="http://youngblackgirlfriends.com/style.css" />');
    }
or something similar. just needs to be part of the header when "doMobile" gets fired off
__________________
flexx [dot] aeon [at] gmail
FlexxAeon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote