Questions tagged as 'css'

1
answer

Keep a site of a standard size mobile / desktop

I'm developing a website and I need it to stay the same standard for desktop and mobile css, without becoming responsive. link as this site, if you test in the inspection and testing on different types of mobiles screens, the images decrease,...
asked by 24.07.2018 / 13:24
1
answer

HTML - Buttom separation

I made the following HTML: <p> <html> <head> </head> <body> <!-- Menu com Submenu --> <div class="dropdown"> <link rel="stylesheet" type="text/css" href="\Dr...
asked by 26.07.2018 / 15:44
1
answer

Create new row with input in table when hit enter

I'm creating a table using AngularJS and Bootstrap. I would like to know how do I add a new line by reaching the end and pressing the enter key?     
asked by 09.08.2018 / 13:59
2
answers

Hide videos in iframe safari [closed]

I have a YouTube iframe video inside a div and when I hide in the div on the safari, the video continues to appear. How can I resolve this? It also happens to me that the video continues to play when I hide the div, how can I stop the video?   ...
asked by 20.05.2016 / 11:22
1
answer

Pointed Buttons and Text Balloons

I'd like to know some alternatives to using some% s of custom% s as well as the famous text balloon. Currently I use a button that inside has <div id="container-button"></div> and a <span id="texto"></span&g...
asked by 24.08.2014 / 19:10
1
answer

Button with dropdown does not work inside a div

I created a dropdown button that worked perfectly. But I needed to put it between a div and then it stopped working. What can it be? <div class="dropdown"> <div class="col-md-4"> <button class="button button-busines...
asked by 09.07.2018 / 21:22
2
answers

Non-clickable links

Hello, I'm creating the home of a website that has a full screen video that automatically plays but with the full screen video even with z-index the links are not clickable as you can see, how do I to solve this? *{ margin: 0; pad...
asked by 14.06.2018 / 11:00
1
answer

Fit elements on an image

I am developing a generator of formulário de resposta I need to adjust the elements (black circles) using css, but I am not succeeding, I already tried with the properties of position but without success the tebela pushes the image...
asked by 20.09.2018 / 22:07
1
answer

Canvas is not showing up

I have a menu of buttons being displayed, and when I click on one of them, some operations happen and then a canvas with text should be displayed. It happens that these operations all happen, but the generation of the canvas does not happen ....
asked by 08.06.2018 / 14:48
1
answer

Hide an image by hovering over the div

I'm trying to make an image disappear by hovering over div but I have a problem: when I move the mouse the image disappears, but I can not click on the div link from behind. Code: <div class="col-md-8"> <div class="elemento-um...
asked by 05.06.2018 / 20:42