Questions tagged as 'css'

1
answer

How to make a scroll with arrows?

I'm working on a project for an application on a touch screen monitor, and I need to make the layout according to the following image. It will be a list of items, within a div for example, and it will have to be a scroll with buttons ac...
asked by 23.01.2018 / 17:19
1
answer

How to save style inline in a variable?

I need to assign to some variable the inline style of a div, before it can be modified: The example below is what I expect to happen, however I can not force 'top', '100px' on the second button but rather retrieve the original value that is...
asked by 23.01.2018 / 18:33
2
answers

How to make an image fit to div size by background-image: url ('') using javascript or css.

I have a div that has size 200x300 and one that has 50x100, the 2 div will receive background-image: url('') that the user informs, however he can put an image with size 1280x720, soon, the image will appear a little bit in...
asked by 19.02.2018 / 14:10
1
answer

Problem with MDBBOOSTRAP

Well, I'm using the hrefs below and everything fucnionava perfectly until yesterday 07/02/2018, today to tomorrow when I opened the website and clicked on a logo to open the models simply does not open, so it seems that it is invisible: / The iss...
asked by 08.02.2018 / 15:39
2
answers

Change div size when mouseover

I have a page with some DIVs and I would like to apply an effect when the mouse goes through some of them. What I would like to happen is that by hovering over any of the divs it would increase in size, almost as if it were "approaching" the use...
asked by 15.01.2018 / 23:41
1
answer

Skip line in HTML / CSS / PHP table

Hello Good morning, good afternoon or good evening! I have a little problem at a time and I only realized now (after about 10 pages of that type), I have a page that lists all the data in the table on the boards (listarplacas.php) and it p...
asked by 10.01.2018 / 23:18
1
answer

I have a problem loading the page it goes directly to the footer

When you open the page on localhost it goes directly to the footer: Anditdoesnotstartintheheader: Theproblemisintheform,butIhavenoideaofpq..]code:<formid="contact" action="mail_send.php" method="post"> <h3>Precisa de Ajuda?</...
asked by 06.01.2018 / 02:43
1
answer

Divs do not adjust when I open a summary

.parallax2{ height: 16vw; margin-bottom: 0; background: transparent; background-color: red; } #submete{ height: 100%; padding-left: 19vw; padding-right: 19vw; background: url(imgs/tech.png);...
asked by 06.01.2018 / 14:40
1
answer

Hover in one element and changing the color of another element

I would like to move the mouse over the green element to change the color to blue. #primeiro{ width: 300px; height: 300px; background: red; float: left; } #segundo{ width: 150px; height: 150px; background: green;...
asked by 28.12.2017 / 12:27
2
answers

(bootstrap and php) How to create a row every 3 bank records

People, I have a template that has the following: <div class="row"> <!-- INICIO --> <div class="col-md-4"> Aqui vem uma imagem e o nome de um imóvel </div> </div>...
asked by 27.12.2017 / 18:57