Questions tagged as 'css'

1
answer

Make the Bootstrap modal footer display the vertically aligned buttons at the bottom - Asp.net MVC

I have a modal window that is generic and is used to do CRUD operations. I have a grouping of buttons that need to be left aligned and should always be pasted to the bottom of the modal, respecting the borders as the image. At the moment, they a...
asked by 16.08.2018 / 00:21
2
answers

Problem with running animation in CSS

I did an animation in CSS, but it stopped working. Where is the error? HTML / CSS #loading { background-color: #0e5077; height: 100%; width: 100%; position: fixed; z-index: 99; margin-top: 0px; top: 0px; } #loading-c...
asked by 22.08.2018 / 20:11
0
answers

rodape .net using css materialize

I'm doing a project in asp net but the footer is on top of the menu; What can I do? HTML <div class="container"> <div class="row"> <div class="col s10"> </div>...
asked by 22.08.2018 / 21:49
1
answer

Include CSS when generating a PDF using PHP's MPDF class

Good morning! I need to generate a report, in that report I have some CSS for better organization. I can generate PDF, however, styles are not loaded next to HTML. I have already tried to put the CSS in separate file, but it did not work eith...
asked by 14.08.2018 / 15:40
0
answers

How to put text to grow down in Wordpress - Theme? Click to understand the question

Hello, I would like to learn how to change the direction of the text when it is placed side by side? Understand with the images below! I want to: Butmytalikethis: I want it to grow the line number down! Please help me there!     
asked by 14.08.2018 / 01:56
0
answers

How to use the FlexBox responsively with images?

Hey guys I'm using FlexBox in one of my projects to learn more about it. But I'm having a hard time with it regarding responsive images. In the code below I created a breakpoint in 1120px so that I use max-width: 100% and I put a flex-direction:...
asked by 14.08.2018 / 06:39
1
answer

Image on the Menubar of PrimeFaces

Hello, I have a problem with not being able to put an icon to the left of the menubar and the menu items to the right, can anyone help me? <h:body> <h:form> <p:menubar> <f:facet name="optio...
asked by 15.08.2018 / 18:55
1
answer

How to position the div at the time of the toggler Bootstrap 4

I do not know if this is the place but I have a problem with my css / bootstrap I have Navbar and between nav-brand and nav-links I have padding-left to position the text. However, when I use the nav-toggler in the...
asked by 20.08.2018 / 23:15
0
answers

CSS - Switch does not change text when clicked

I have a checkbox that I turned into a switch so that the user could choose "Yes" or "No": yes when it is clicked, not when it is not clicked. When the switch is not clicked, the text "No" appears as expected. However, when I load the switch, th...
asked by 21.08.2018 / 13:03
0
answers

Responsive text box

I have a textbox on top of an image-map that is responsive, like this: <div class="lala" role="main" style="height:100%"> <img class="imgg" src="../images/sellec.jpg" style="opacity:0; width:1790px; height:974px" usemap="#image-map"&g...
asked by 09.08.2018 / 13:44