Questions tagged as 'css'

1
answer

How do I specify a remote address, within several others, using an input type="checkbox"

I have a menu made with 'ul' lists with a sub-menu displayed when clicking on the 'checkbox' The element is too far away and the reference using the 'checkbox' is fine at the beginning, I'm not sure how to specify the address # sm2, in order to...
asked by 22.05.2018 / 23:02
1
answer

Is it possible to recreate this gradient effect only with html and css?

I was visiting the following site link And I thought maybe that would be possible. Here's what I've tried so far: link link     
asked by 17.04.2018 / 15:38
1
answer

PSEUDO ELEMENT, CONTENT (IMG) AND BACKGROUND TOGETHER

I need some "hint" on how to work on the pseudo element ::before o content (with image, a photo for example) and a background transparent , all in the same class. A Does anyone know how? #minha_classe::before { posit...
asked by 17.04.2018 / 20:22
1
answer

Expand div and call other content asynchronously [closed]

I would like to know how I can create an event by clicking on a <div> which upon receiving the event it expands to a percentage of the screen. When I click on "Who we are", it expands with different CSS, texts, etc ... I believe i...
asked by 16.04.2018 / 02:21
1
answer

Overlap text in an image with flex box

I'm having trouble overlapping the text in an image using flex box, could you give me a light for this problem. *, *:after, *:before{ margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -web...
asked by 14.04.2018 / 18:53
0
answers

change img with one click [closed]

I'm developing a project but I need a slider that changes img only when it receives a "click". For example: I click on an img and it will move on to another and so on. Could any of you guys help me with this problem?     
asked by 14.04.2018 / 00:56
1
answer

Organize data table HTML - CSS - SQL

I have the following code <table border="1"> <?php $sql = $mysql->prepare("SELECT id FROM usuarios WHERE status = 0"); $sql->execute(); $sql->bind_result($id); $sql->store_result(); if($sql->num_rows() == 0){...
asked by 09.04.2018 / 13:24
3
answers

Align to center

I would like to know how I can centralize the chat. <iframe src="https://www2.cbox.ws/box/?boxid=2392843&boxtag=uStqza"width="75%" height="450" allowtransparency="yes" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto">...
asked by 04.04.2018 / 21:07
2
answers

Change the color of an SVG by a button

I have an inline and inline SVG on a page. and need to change the color of this svg, as the user clicks on a particular button. In this case I have several buttons, each one responsible for changing to a color. However I am not able to make this...
asked by 26.03.2018 / 20:32
1
answer

bootstrap navbar with error

Good Afternoon people, next, I put a navbar in my project on the mobile part of the stick, I click on the bars the menu appears and then it disappears, alone, has someone already gone through it? follow my project link link If someone ca...
asked by 19.04.2018 / 22:07