Posts by Jefferson Alison • 3,804 points
104 posts
-
1
votes6
answers690
viewsA: How do I make a page not bug when the browser is resized?
I advise you to use some css framework, such as bootstrap or Foundation... They are great for developing responsive pages, quickly and without headaches.
-
0
votes2
answers4564
viewsA: Internal search form
To do this use the placeholder. <input type="text" placeholder="Pesquisar..." name="q" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />…
htmlanswered Jefferson Alison 3,804 -
1
votes3
answers2650
viewsA: @font-face does not work in Firefox, but in IE and Chrome they work
Which version of Firefox you use? Maybe he is not finding his folder, try to put another '.. /' in front. And there’s a comma missing there in your code, after the name of your font, before 'Arial'.…
-
8
votes5
answers48166
viewsQ: How to increase or decrease the div proportional to 720x540?
I’m trying to solve this question because I have a slide on. ppt with dimensions of 720w and 540h and my page is net, so the reason for increasing or decreasing proportionally. Example:…