Questions tagged as 'css'

1
answer

Grid 960 smaller than the screen

I'm starting to use the 960.gs system grid css but I'm having some problems related to screen size, please correct me if I'm wrong . Include all css files correctly inside the header, but when I use a class for example container_16 t...
asked by 28.10.2015 / 19:13
2
answers

How to use "position: absoluted" correctly?

Good evening. I am building an application with phonegap and I have the following problem. I have a div with a background image with "position: absoluted". I would like to create a component under this div ... however it stays on top of the imag...
asked by 29.10.2015 / 23:36
1
answer

Link does not work when clicked

I have this code from a menu and when clicking on the item Biography the link does not work: <ul id="ul-menu"> <li class="li-menu"><a class="scroll" href="http://www.iracemafilha.com">HOME</a></li> <li class=...
asked by 04.06.2015 / 15:24
1
answer

Resolution Compatibility

I'm developing an interactive map and need to position some images inside it, I'm using the top and left properties to position the element, the problem is that the position changes at different resolutions. The map is like body background and s...
asked by 07.11.2015 / 16:39
1
answer

Queries @media for sites 100% responsive?

I currently work with three queries always based on the minimum width and maximum width of the screen. The Mobile defines from 250px to 480px, the Tablet I put as 481px to 1023px and the Desktop I put it from 1024px. Currently on the devices...
asked by 05.11.2015 / 18:59
1
answer

How to mount grid in Bootstrap 3 for small images

I'm trying to adapt a grid in Bootstrap 3 to small images with the possibility of the page being responsive, these images are inserted via form as .png and sent to banco de dados and in a specific folder in my hosting, but t...
asked by 23.11.2015 / 20:09
2
answers

JQuery how to set a value in a field with CPF mask?

I have an input using an example CPF mask: $("#cpfDependente").mask('000.000.000-00'); and I'm trying to set a value in the input this way $("#cpfDependente").val(dependente.cpf); It correctly directs the problem is that the masca...
asked by 16.11.2015 / 20:35
2
answers

Display alert made in html and css by javascript

Good morning, I'm creating a form in html and javascript for validation, my idea is to create a successful alert or crash with html and css (cute and etc), but I do not know how I can "call" give a require on that alert that I created, help me?...
asked by 12.03.2015 / 14:43
2
answers

How to center a div with auto width? [closed]

I have a div inside the footer, but it is expandable in width, how do I center it? I've already used margin: 0 auto; but it was not. <footer class="rodape"> <div class="centralizar"></div> </div>     
asked by 25.04.2016 / 22:20
1
answer

Apply style to the first line after \ n

I have a textarea that would receive a text. The style application will be minimal, so I did not want to use some editor like CKEditor, for example. I believe the easiest way to work is to apply a style to the item /n I'll be ge...
asked by 26.01.2015 / 15:04