Questions tagged as 'css3'

1
answer

I need a button to always be in the same place with respect to a background image in HTML

I have an "x" image that I put in a "div" that covers the entire screen size in all resolutions. The question is that I have to place buttons on top of him and I need them to be in a certain place. Ex: The image has a "Menu" box to which I ha...
asked by 04.03.2018 / 04:31
1
answer

How to change the class to a font awesome icon?

I have a problem what happens is that when I put font awesome in my footer it has classes by default and when I put the same icons in my modal menu appears with the same editions that I have in my footer and we open some way to change the class...
asked by 17.03.2018 / 19:16
2
answers

as center a div within section, margin auto does not work for me

I'm doing a site but the div container I put margin auto and it does not work .servicios{ background: #fff; height: 750px; clear: both; width: 100%; float: left; margin: auto; } .title-service{ font-size: 70px; text...
asked by 28.08.2017 / 01:27
4
answers

The Fund / Background is not accommodated as desired, generating white space

The following is a screenshot of my site: As you can see, the image does not occupy the entire background and generates a blank space, because I added the property CSS3 : background-repeat: no-repeat; I should add this prope...
asked by 27.06.2017 / 19:55
3
answers

Call a javascript function from another page

How can I call a javascript function from another page? Example: Page5.html <a href="javascript:irAFuncionDePagina2Html();">Contacto</a> I add more explanation, I thought it would be better understood with the previous exa...
asked by 17.12.2018 / 17:27
1
answer

I can not apply styles to tablet resolution in landscape

I can not apply the styles to a article in the mediaquery of tablet landscape. It takes me the mediaquery styles of desktop resolution. With my tablet horizontally, the paragraph is almost down, the arrow icon is not visible. In portrait...
asked by 07.07.2017 / 20:16
2
answers

Is it advisable to set margin and padding to 0 in the css document of my page?

I had a problem with the display of my page, the code that was at the end I solved it, but the person who told me what to do did not explain it very well to me. * { margin:0; padding:0; }     
asked by 13.07.2017 / 00:38
1
answer

How to move div with jquery

I have this button: <button onclick="$('#settings, #instructions').toggle(); return false;" class="btn btn-info btn-settings" id="settings-btn"><i class="glyphicon glyphicon-cog"></i></button> and a div #yt and I...
asked by 12.02.2017 / 20:01
1
answer

Selector syntax in CSS

I have a question with the syntax of the selectors. I mean ... If I write p.miclase{} , and declare the properties of the selector, I am declaring the properties for the html that is part of a paragraph and is affected by the class "mic...
asked by 21.03.2018 / 13:33
3
answers

Have the css styles updated?

Hello friends, I sometimes apply css to my php files but once I update the page what I update of php is reflected but what is related to css no. What can I do about it?     
asked by 23.12.2018 / 17:21