Questions tagged as 'css'

0
answers

Dynamically change the opacity of a browser window of an application in electron

Is it possible to dynamically change the opacity at runtime of an electron window browser? If so, how can this be done? I want to have a slider that controls the opacity while the application is running.     
asked by 12.07.2017 / 14:43
1
answer

Doubts Css - Unify Divs

Hello everyone, good afternoon! See the image below, is there any css property in which I can remove the split line from the 2 divs so the content stays the same? or the best option would be to get an image already in the format I desire? Tha...
asked by 15.07.2017 / 00:14
0
answers

Css How to leave the Divine Right Side Inclined?

I have a demand in which I need to leave only one right side of an inclined div, ie diagonally. How do I get this effect? When searching, I saw that I could use the code below to tilt the div, but my problem is that the code tilts the entire...
asked by 14.07.2017 / 18:52
0
answers

Tag anchor and hover do not work in a drop-menu?

I'm trying to create a drop-menu but the tag <a> and :hover does not work, when I step or mouse over it it looks like it has nothing. #menu-block { width: 100%; height: 42px; margin-top: 5px; background: #11...
asked by 03.08.2017 / 01:03
1
answer

Effect on form (CSS)

Does anyone know if this type of input style of the site below has a name, I already saw this label transition effect in several forms but I did not find the name of this technique. Website: link     
asked by 02.08.2017 / 15:34
0
answers

Li passing the line

I put 5 li with an image for each a link within Li . After that, I put a :hover on Li so that the image would change over the mouse, but it happens that width is 100% , and I can not change it because my...
asked by 17.07.2017 / 05:24
0
answers

How do I stylize codes?

How do I style a code? For example: I posted this code on my blog: <?= "Olá :D"; ?> Only it will display normal, as a text, but within the <pre></pre> tag. But my question is, how do I style and make it visible...
asked by 14.06.2017 / 04:31
1
answer

How to leave my content on the sidebar and not behind?

Imademysidebarresponsiveincss,however,thecontentwasleftbehind,howdoIleaveitaside /*MENU*/ #bs-sidebar-navbar-collapse-1 { width: auto; height: 100%; overflow-y: hidden; background: #1f262d; font-family: "Open Sans", sans-seri...
asked by 14.06.2017 / 17:44
0
answers

Place div in the same place with different screen sizes

<div class="container-fluid"> <img src="imgs/3.jpg" alt="Avatar" class="image" style="width:101.65%; opacity: 0.8;"> <div class="middle"> <div class="text">Hello World</div> </div> </...
asked by 16.06.2017 / 22:55
1
answer

Alignment of images with inputs

I'm trying to align the input below each image after having uploaded using file reader. Follow the screen print and the codes: JS:$(function(){varimagesPreview=function(input,placeToInsertImagePreview){if(input.files){varfilesAmount=input.files...
asked by 16.06.2017 / 22:51