Click here to Skip to main content
15,886,788 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: HTML and CSS standards compliancy test ? Pin
Graham Breach6-Jul-12 23:14
Graham Breach6-Jul-12 23:14 
GeneralRe: HTML and CSS standards compliancy test ? Pin
BillWoodruff7-Jul-12 14:33
professionalBillWoodruff7-Jul-12 14:33 
GeneralRe: HTML and CSS standards compliancy test ? Pin
Peter_in_27807-Jul-12 18:26
professionalPeter_in_27807-Jul-12 18:26 
GeneralRe: HTML and CSS standards compliancy test ? Pin
BillWoodruff8-Jul-12 2:46
professionalBillWoodruff8-Jul-12 2:46 
GeneralRe: HTML and CSS standards compliancy test ? Pin
Peter_in_27808-Jul-12 11:35
professionalPeter_in_27808-Jul-12 11:35 
GeneralRe: HTML and CSS standards compliancy test ? Pin
BillWoodruff8-Jul-12 14:13
professionalBillWoodruff8-Jul-12 14:13 
QuestioniPhone iPad specific CSS --> How to make it work? Pin
lakshmignarayanan5-Jul-12 23:30
lakshmignarayanan5-Jul-12 23:30 
AnswerRe: iPhone iPad specific CSS --> How to make it work? Pin
Pete O'Hanlon5-Jul-12 23:46
mvePete O'Hanlon5-Jul-12 23:46 
For iPad:
CSS
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1)
  {
    #footer-wrap-inner{
      width: 200% !important;
    }
  }
For iPhone
CSS
@media handheld, only screen and (max-device-width: 480px) 
  {
    #footer-wrap-inner{
      width: 200% !important;
    }
  }

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: iPhone iPad specific CSS --> How to make it work? Pin
lakshmignarayanan6-Jul-12 0:05
lakshmignarayanan6-Jul-12 0:05 
GeneralMessage Removed Pin
30-Jun-12 3:03
shindePathak30-Jun-12 3:03 
GeneralWeb page font Pin
Rage28-Jun-12 2:46
professionalRage28-Jun-12 2:46 
AnswerRe: Web page font Pin
Peter_in_278028-Jun-12 3:07
professionalPeter_in_278028-Jun-12 3:07 
GeneralRe: Web page font Pin
Rage28-Jun-12 3:12
professionalRage28-Jun-12 3:12 
GeneralRe: Web page font Pin
Peter_in_278028-Jun-12 3:39
professionalPeter_in_278028-Jun-12 3:39 
GeneralRe: Web page font Pin
User 171649228-Jun-12 3:15
professionalUser 171649228-Jun-12 3:15 
GeneralRe: Web page font Pin
Rage28-Jun-12 3:21
professionalRage28-Jun-12 3:21 
QuestionCloning a Site Help Pin
Leonidas Kaplan26-Jun-12 11:05
Leonidas Kaplan26-Jun-12 11:05 
AnswerRe: Cloning a Site Help Pin
R. Giskard Reventlov26-Jun-12 11:42
R. Giskard Reventlov26-Jun-12 11:42 
QuestionHow to secure my website? Pin
Jassim Rahma26-Jun-12 6:04
Jassim Rahma26-Jun-12 6:04 
AnswerRe: How to secure my website? Pin
R. Giskard Reventlov26-Jun-12 6:18
R. Giskard Reventlov26-Jun-12 6:18 
Questionhow to play songs which are in database Pin
Member 915215626-Jun-12 2:13
Member 915215626-Jun-12 2:13 
Questionaudio list is not preparing,not playing Pin
Member 915215624-Jun-12 20:28
Member 915215624-Jun-12 20:28 
QuestionLoad page in scroll down in php website Pin
Member 915215621-Jun-12 18:14
Member 915215621-Jun-12 18:14 
AnswerRe: Load page in scroll down in php website Pin
Sandeep Mewara24-Jun-12 10:07
mveSandeep Mewara24-Jun-12 10:07 
QuestionClickable link in XSLT Pin
Member 915222021-Jun-12 4:48
Member 915222021-Jun-12 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.