Questions tagged as 'css'

1
answer

Statics Archives

Does anyone know how to use statics files to improve site performance and speed? How large eco-comers use: static1.netshoes.net/resources/lind/netshoes/lindd.min.js static1.netshoes.net/3470.1.1/assets/css-min/theme-common/structure....
asked by 29.07.2017 / 21:50
0
answers

User Profile with Plugin Layer

Hello! Does anyone know of some kind of plugin style facebook plugin? I am wanting to make a user profile and wanted to put an option of it put a cover. You can resize at the time or adjust the image.     
asked by 24.07.2017 / 18:06
1
answer

How do I click on a link and make an element invisible using only CSS?

I need to be invisible by clicking on this link with my <a class="close" href="#">&times;</a> . Using only figure . CSS figure.pop-up-principal { position: fixed; width: 100%; max-width: 430px;...
asked by 24.07.2017 / 16:10
3
answers

How to dimension aside and center div according to the height of the screen

I'm trying to scale the side menu and content div between the header and the footer so that it fills the entire screen even though I do not have a lot of content. if it has a lot of content, it would have the scroll bar. Like this: Hows...
asked by 30.07.2017 / 23:55
3
answers

How to make a form centered on a figure

I have figure and inside it a form , the big problem is that when I resize the browser, the figure resets perfectly, however the form that is inside goes out of the object. > The image below shows your normal view, with the...
asked by 31.07.2017 / 14:43
1
answer

How can I centralize this custom menu?

<style type='text/css'> ul#nav { width: 1500px; margin: 0 auto; text-align: center !important; overflow: hidden;} ul#nav li {float: left; list-style: none; align: center;} ul#nav li a{display: block; width: 11...
asked by 17.07.2017 / 05:34
1
answer

Open and close menu

I have the following menu, which works when the screen is width: 768px or smaller. When I click on fa-bars , it disappears and shows fa-times . Opening the menu. So far so good. I want when I click on fa-bars it will hide the menu again an...
asked by 14.07.2017 / 20:06
1
answer

Button calling page

Where in my css code do I add an on.click to call href to another page .meubotao { -moz-box-shadow: 0px 1px 0px 0px #000000; -webkit-box-shadow: 0px 1px 0px 0px #000000; box-shadow: 0px 1px 0px 0px #000000; background:-webkit-g...
asked by 14.07.2017 / 21:05
2
answers

Button in the center of the screen

I found the solution here, if anyone needs it position:absolute; top: 500px; left: 200px; Hello everyone, I've got a new test here for an application, and I'm having trouble getting the button in the center of HTML via css, follow the code:...
asked by 14.07.2017 / 19:24
1
answer

How to make the external div adjust itself to the sizing of the internal div?

I have two div´s the first is <div class="galeria-de-fotos"> and the second is <div class="img-galeria"> . The first one adjusts automatically according to the size of the second, if the second one is without the...
asked by 25.07.2017 / 12:48