Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS won't work in firefox
    primarykey
    data
    text
    <p>I actually have no idea what I should do to fix this CSS. My friend also have headache to fix this CSS and I need help of you guys to look what is wrong with this CSS, it's work in chrome but don't work in firefox.</p> <p>Note : Most of CSS there i just copy paste from Internet as I newbies to CSS.</p> <pre><code>@import url(http://fonts.googleapis.com/css?family=Fredoka+One); @import url(http://fonts.googleapis.com/css?family=Alike); body { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; padding: 0px; margin: 0px; color: #555; } h1 { color: black; font-size: 40px; font-weight: 400; font-family: 'Quicksand', sans-serif; } h4, h2 { font-family: Consolas, monaco, monospace; } .cbutton { display: inline-block; cursor:pointer; color: #FFF; background-color: #D75C51; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); border: 1px solid; border-color: #b24c45; -webkit-box-shadow: 0 1px 0 rgba(23, 36, 45, 0.9); -moz-box-shadow: 0 1px 0 rgba(23,36,45,0.9); -ms-box-shadow: 0 1px 0 rgba(23, 36, 45, 0.9); -o-box-shadow: 0 1px 0 rgba(23,36,45,0.9); box-shadow: 0 3px 0 rgba(178, 76, 69, 0.9); width: 80px; padding: 10px; } .cbutton:hover { background-color: #D45045; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .text_input { display: inline-block; border: 1px solid #ccc; border-radius: 4px; border-spacing: 2px; color: #555; background-color: #fff; padding: 10px 0 8px 8px; margin-right: 5px; margin-bottom: 10px; font-size: 14px; line-height: 20px; vertical-align: middle; -webkit-transition: border linear .2s,box-shadow linear .2s; -moz-transition: border linear .2s,box-shadow linear .2s; -ms-transition: border linear .2s,box-shadow linear .2s; -o-transition: border linear .2s,box-shadow linear .2s; font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; } .text_input:hover { border-color: rgba(82,168,236,0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); } .text_input:focus { border-color: rgba(82,168,236,0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); } .atas_sekali { background: #E2E1E1 url(images/upper_panel_background.png) top left repeat-x; color: #000; font-family: Tahoma, Verdana, Segoe, sans-serif; border-bottom: 1px solid #bebebe; padding: 7px; margin-bottom: 15px; position:fixed; top:0px; right:0px; width: 100%; height: 20px; z-index:1001; } .content { z-index:1; padding:100px; border:1px solid #ccc; background:#eee; position:relative; } .clear { clear:both; } @-webkit-keyframes pulse { 0% { width: .7em; height: .7em; margin: .4em; } 50% { width: 1.1em; height: 1.1em; margin: .2em; } 100% { width: .9em; height: .9em; margin: .3em; } } @-moz-keyframes pulse { 0% { width: .7em; height: .7em; margin: .4em; } 50% { width: 1.1em; height: 1.1em; margin: .2em; } 100% { width: .9em; height: .9em; margin: .3em; } } @-ms-keyframes pulse { 0% { width: .7em; height: .7em; margin: .4em; } 50% { width: 1.1em; height: 1.1em; margin: .2em; } 100% { width: .9em; height: .9em; margin: .3em; } } @-o-keyframes pulse { 0% { width: .7em; height: .7em; margin: .4em; } 50% { width: 1.1em; height: 1.1em; margin: .2em; } 100% { width: .9em; height: .9em; margin: .3em; } } @keyframes pulse { 0% { width: .7em; height: .7em; margin: .4em; } 50% { width: 1.1em; height: 1.1em; margin: .2em; } 100% { width: .9em; height: .9em; margin: .3em; } } .radio { color: #798188; cursor: pointer; margin-left: .5em; display: inline-block; } .radio, .radio span:before { -webkit-transition: .25s ease; -moz-transition: .25s ease; -ms-transition: .25s ease; -o-transition: .25s ease; transition: .25s ease; } .radio span { width: 1.5em; height: 1.5em; margin-right: .5em; border-radius: 3em; background: #202325; vertical-align: top; display: inline-block; } .radio span:before { content: ''; width: .7em; height: .7em; margin: .4em; border-radius: 3em; display: inline-block; background-color: rgba(0,0,0,0); } .radio:hover span:before { background-color: rgba(255,255,255, .9); } input[type="radio"]:checked + .radio span:before { background-color: #9fd86b; width: .9em; height: .9em; margin: .3em; -webkit-animation: pulse .25s; -moz-animation: pulse .25s; -o-animation: pulse .25s; animation: pulse .25s; } a:link { color: #4a4a4a; text-decoration: none; } a:visited { color: #4a4a4a; text-decoration: none; } a:hover, a:active { color: #4a4a4a; text-decoration: underline; } .container { border:2px solid; background-color: #F9F9F9; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; color: #333; } .container td, .container th { border-top-color: white; border-bottom: 1px solid #DFDFDF; color: #555; } .container th { text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px; font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif; font-weight: normal; text-align: left; line-height: 1.3em; font-size: 14px; } .container td { color: #333; font-size: 14px; font-weight: normal; display: table-column; min-height: 19px; border-right: 1px solid #E3E3E3; border-bottom: 1px solid #E3E3E3; } .index td { width: 200px; text-align: center; } .index h2 { text-align: center; } .home { background-image: url('images/home.png'); background-color: transparent; background-repeat: no-repeat; background-position: 0px 0px; border: none; padding-left: 16px; vertical-align: middle; cursor:pointer; width:24px; height:24px; float:left } </code></pre> <p>This table won't show in firefox (only "login" th shown in firefox)</p> <pre><code>&lt;div class='login_main'&gt; &lt;table class='container'&gt; &lt;tr&gt; &lt;th colspan='2' style='text-align:center;'&gt; Login &lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Username : &lt;/td&gt;&lt;td&gt;&lt;input class='text_input' type='text' name='login_username' size=20&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Password : &lt;/td&gt;&lt;td&gt;&lt;input class='text_input' type='password' name='login_password' autocomplete='off' size=20&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td align=center colspan=6&gt;&lt;button class='cbutton' id='login_button'&gt;Login&lt;/button&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; </code></pre> <p></p> <p>This is what happen in firefox..</p> <p><img src="https://i.stack.imgur.com/akjNI.png" alt=""></p> <p>This is what happen in chrome..</p> <p><img src="https://i.stack.imgur.com/X0OCy.png" alt=""></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload