Click here to Skip to main content
15,888,007 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWhich java Concepts are important for Learning Android Pin
Member 122291026-Oct-16 11:12
Member 122291026-Oct-16 11:12 
AnswerRe: Which java Concepts are important for Learning Android Pin
Richard MacCutchan6-Oct-16 23:47
mveRichard MacCutchan6-Oct-16 23:47 
AnswerRe: Which java Concepts are important for Learning Android Pin
ZurdoDev14-Oct-16 6:02
professionalZurdoDev14-Oct-16 6:02 
AnswerRe: Which java Concepts are important for Learning Android Pin
Member 1222910214-Oct-16 8:19
Member 1222910214-Oct-16 8:19 
QuestionCustom Errors Pin
TML6-Oct-16 8:00
TML6-Oct-16 8:00 
AnswerRe: Custom Errors Pin
TML6-Oct-16 8:28
TML6-Oct-16 8:28 
GeneralRe: Custom Errors Pin
TML6-Oct-16 9:10
TML6-Oct-16 9:10 
Questionwhere can I find these css files? Pin
samflex4-Oct-16 6:16
samflex4-Oct-16 6:16 
Sorry experts if this is cheap question.

I have been struggling to get a handle on responsive web design and have been scouring the web for useful information.

Even though there is a lot of stuff out there, I keep running into the following:

PHP
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 320px)" href="style320.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 544px)" href="style544.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 768px)" href="style768.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 992px)" href="style992.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 1200px)" href="style1200.css" />


My question is, where do I find the css files for instance style320.css, style544.css, etc?

I am essentially trying to convert the following html into responsive login page but nothing I have tried so far seems to be worked when I view the page on iphone.

PHP
    <form id="FormToValidate" method="POST" action="verify_login.php">
      <table width="560px" align="center">
        <tr>
         <td width="100%"><img id="Img2" src="images/welcome.gif" alt="" runat="server" /></td>
        </tr>
        <tr>
         <td>
          <span style="color:red;font-weight:bold;">INSTRUCTIONS:</span> To log into the screen, you will need to sign in with your .....</span>.
          </td></tr><tr><td> </td></tr>
          <td>
           <span style="background-color:Yellow;"> eg: *****</span>
         </td>
       </tr>
       <tr>
         <td width="100%"><img id="Img1" src="images/line.gif" alt="" runat="server" /></td>
       </tr>
      </table>
      <table>
       <tr>

         <td nowrap>
                 <div class="input text">
            <label>User Name:</label>
            <input  maxlength="40" class="required" name="user" id="user" size="20" placeholder="Enter username!" type="text" title="Please enter a username." tabindex="2" value="" style="width:400px;color:#000;font-size:10pt;height:20px;" />
          </div>
        </td>
          </tr>
          <tr>
            <td nowrap>
             <div class="input text">
              <label>Password:</label>
              <input  maxlength="40" class="required" name="pass" id="pass" size="20" placeholder="Enter password!" type="password" tabindex="3" title="Please enter a password." value="" style="width:400px;color:#000;font-size:10pt;height:20px;" />
             </div>
            </td>

       </tr>

       <tr>
          <td></td>
            <td>
            <div class="buttonSubmit">
            <input type="submit" id="btnValidate" style="width:80px; margin-left:-152px;" value="Log in >>" />
           </div><br clear="all"/>
      </td>
    </tr>
  </table>

</form>


Thanks a lot in advance
AnswerRe: where can I find these css files? Pin
Richard Deeming4-Oct-16 11:14
mveRichard Deeming4-Oct-16 11:14 
GeneralRe: where can I find these css files? Pin
samflex5-Oct-16 11:23
samflex5-Oct-16 11:23 
Questionwebsite db Pin
Member 1276809629-Sep-16 18:37
Member 1276809629-Sep-16 18:37 
AnswerRe: website db Pin
Nathan Minier30-Sep-16 1:21
professionalNathan Minier30-Sep-16 1:21 
QuestionDrag And Drop Into An Iframe Pin
MadDashCoder28-Sep-16 12:15
MadDashCoder28-Sep-16 12:15 
QuestionJQuery Ajax error Pin
Member 815484516-Sep-16 1:05
Member 815484516-Sep-16 1:05 
GeneralRe: JQuery Ajax error Pin
Richard Deeming16-Sep-16 2:49
mveRichard Deeming16-Sep-16 2:49 
GeneralRe: JQuery Ajax error Pin
Member 815484516-Sep-16 6:40
Member 815484516-Sep-16 6:40 
QuestionRe: JQuery Ajax error Pin
ZurdoDev21-Sep-16 7:43
professionalZurdoDev21-Sep-16 7:43 
QuestionExposing API VS Stored Procedure Pin
Java Lead31-Aug-16 4:30
Java Lead31-Aug-16 4:30 
AnswerRe: Exposing API VS Stored Procedure Pin
Richard MacCutchan31-Aug-16 4:45
mveRichard MacCutchan31-Aug-16 4:45 
AnswerRe: Exposing API VS Stored Procedure Pin
ZurdoDev31-Aug-16 14:25
professionalZurdoDev31-Aug-16 14:25 
SuggestionRe: Exposing API VS Stored Procedure Pin
Harpreet05Kaur26-Sep-16 1:16
Harpreet05Kaur26-Sep-16 1:16 
QuestionFull Stack Developer Pin
TeffyDog26-Aug-16 2:19
TeffyDog26-Aug-16 2:19 
AnswerRe: Full Stack Developer Pin
Nathan Minier29-Aug-16 1:09
professionalNathan Minier29-Aug-16 1:09 
QuestionJSON UI to SQL DB Pin
VarunSharma4326-Aug-16 1:15
professionalVarunSharma4326-Aug-16 1:15 
AnswerRe: JSON UI to SQL DB Pin
Nathan Minier30-Aug-16 1:08
professionalNathan Minier30-Aug-16 1:08 

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.