Social Web Directory :: Social Network Directory :: Ning Tips and Ning Support
I write a little CSS for this chat bar issue in iPad/iPhone.
( iPhone screen with chat bar issue )
It will hide the chat bar in iPad/iPhone. You can't use chat in iPad/iPhone anyway since it built with Flash.
This CSS only check the screen size not really iPad/iPhone. I think it doesn't affect the desktop browsers which I haven't do the full test, only tested some of them and it seems fine.
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#xgDock{display:none;}
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#xgDock{display:none;}
}

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported.... Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at iYouMe.net.
Tags: chat, hot fix, ipad, iphone, iyoume



Started by JenSocial. Last reply by English WorldWide Apr 18. 35 Replies 0 Favorites
Started by JenSocial. Last reply by Mandy P. Mar 6. 13 Replies 0 Favorites
Started by Fire-Tech. Last reply by Fire-Tech Feb 18. 14 Replies 3 Favorites
© 2013 Created by JenSocial.
Powered by
© Copyright JenSocial.
