Questions tagged as 'css'

1
answer

submit button does not show it was clicked

I have the page below: link It has a form of email and, of course, a send button But this submit button is receiving a return false because it is sending a request to jQuery Ajax to perform actions in the database....
asked by 18.05.2018 / 15:28
1
answer

CSS shows only part of the elements of a DIV

I have the following CSS: @charset "utf-8"; /* CSS Document */ @import url('http://fonts.googleapis.com/css?family=Open+Sans'); * { font-family: 'Open Sans'; margin: 0; padding: 0; border: none; outline: 0; box-sizing:...
asked by 14.05.2018 / 15:04
2
answers

Change the color of the site in a click of a button!

Good people! I have a button with 5 buttons, when clicking these buttons, the color of the site will change, I was making this process to change the color in Javascript, but I do not think very feasible ... What better way to do this? Make 5 cop...
asked by 14.05.2018 / 23:44
1
answer

Add opacity between menu and background

I have a side header and when it is displayed I need the background behind it to have an opacity, I've already tried several ways I found it on the internet, but none worked if anyone can help me I'll be grateful for the css and a picture Ima...
asked by 10.05.2018 / 22:48
1
answer

Video as Background HTML 5 does not work in Safari and Chrome on Mac

I put a background video of a website with HTML 5, I open it in Chrome and Firefox in Windows and the video scrolls normal, but when I open the Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video no scroll ... Anyone know of any solutio...
asked by 10.05.2018 / 22:42
1
answer

Select more than one option with stylized checkbox

I am using some stylized checks to mark some sizes of some products in a filter, seeing through the chrome inspection the checks are there when clicking the filter is performed, but in normal view I could not leave the checks as marked, I do not...
asked by 11.09.2018 / 20:52
1
answer

HTML CSS - Organize images (figure) with captions (figcaption) on the page?

I'm having difficulty putting the caption inside my image, I want the caption to be at the bottom of the image (inside it), another thing is that my section.galeria is not inside my div # interface and I also can not centralize it. @charse...
asked by 13.09.2018 / 15:01
1
answer

thead with fixed top table [duplicate]

I have a <table> , and I would like to leave <thead> of it with fixed top: <table class="table table-responsive table-hover" id="tablepesquisaprodutos" style="font-size:12px;"> <thead>...
asked by 12.09.2018 / 16:32
1
answer

How to create a horizontal overflow?

Next, I'm editing a site using wordpress and I have some limitations on using html and etc, I wanted to create a horizontal overflow so that instead of being as in the image below, the scrollbar was horizontal rather than vertical. / p>...
asked by 11.09.2018 / 20:32
1
answer

Transparent lines with CSS

Is it possible to do something like this with just CSS? Thanks     
asked by 13.06.2018 / 13:15