Most voted "css" questions
Cascading Style Sheets (or simply CSS) is a style language used to define the presentation of documents written in a markup language, such as HTML or XML. Its main benefit is to provide the separation between the format and content of a document.
Learn more…8,314 questions
Sort by count of
-
0
votes0
answers39
viewsDatatable lines coming together and getting thick
I have a Datatable Bootstrap that is loaded in two parts: Header is loaded using HTML normally and lines are loaded via Javascript. The problem is that when the lines come together, they create as…
-
0
votes1
answer67
viewsJavascript em Imagem
I have the following html: <div class=" row container-fluid" id="quemsomos"> <div class="col-md-6" id="nossoperfil"> <h4> Nosso Perfil </h4> <p> descrição sobre a…
-
0
votes1
answer134
viewsWhy is fullcalendar not loading css?
Good afternoon I’m having a little trouble implementing fullcalendar.. it appears all right, but the CSS does not load (I think) Am I making any wrong imports? Or is something missing? Thank you in…
-
0
votes0
answers33
viewsServer does not search style sheets
I have a site that generates the following errors: Can someone give me a hand with this? This site on Localhost (using xampp) works normally, there is nothing missing. But it is only I bring to the…
-
0
votes1
answer443
viewsJspdf not receiving content to generate pdf
I am trying to use jspdf based on the examples I have seen here. And I am having 2 basic problems if I use the code below: $('#download_pdf').click(function() { var doc = new jsPDF('portrait', 'pt',…
-
0
votes1
answer490
viewsHow to place two Foms next to each other?
Good afternoon! In a PHP file you have an HTML form that contains a table and a submit. There is also a second form with another table and a 'Submit'. How to place the second form next to the first…
-
0
votes3
answers1539
viewsAlign these images and HTML and CSS text in the "correct" way
I have to do my TCC and on one of the pages I have to align an image, an icon and a title one over the other (photo), I can do this but with many codes I think unnecessary for something simple…
-
0
votes3
answers149
viewsClick on Dynamically generated ID
Good night! I have a remove button which is generated via Jquery. I would like to know how to click this button via pure Javascript. I’ve tried different shapes the button is not seen in the source…
-
0
votes2
answers557
viewsStop CSS animation after interaction
On the button below, I added an animation Pulse to get the user’s attention. I would like the animation to stop after the user presses it. I managed to make the animation stop when the cursor is…
-
0
votes0
answers41
views3d effect on building windows
How to make this effect of windows more outward and others more inward? A Gambi que eu tenho até o momento: body { padding: 0; margin: 0; perspective: 900px; perspective-origin: 100% 100%; }…
-
0
votes1
answer226
viewsDuplicate content and switch None display to block
The goal is that when press on Units, the display:none; of id mostrar-previa for display:block and hidden content is displayed. $(document).ready(function() { var previaUnidade =…
-
0
votes0
answers72
views -
0
votes0
answers16
viewsLoader bug jquery
I’m having a problem in my jquery jQuery: /Pre-Loader jQuery(window).load(function () { $('.site').hide(1); $('.id-sub').hide(); $("#loading").fadeOut(2000,function(){ $('.site').show("slow");…
-
0
votes4
answers666
viewsHow do I get an image to cross the boundaries of a DIV
I’m having difficulty putting a 100% image on the mobile screen, which has a margin on the previous DIV, I’ve tried to change the position, overflow and float but I can’t get past this margin.…
-
0
votes1
answer41
viewsClose sidenav when width is less than 700
I have a sidenav of the angular design material that I need that when the width is less than 700, open the screen with the Nav closed, and when it is greater than 700 the screen can open with the…
-
0
votes1
answer51
viewsProblem with "mouseleave" and its reaction with SVG images
On the site there is a popup that in case should only appear when the person takes the mouse from the site area. But it was appearing when clicking a button that jQuery('body').mouseleave(function()…
-
0
votes3
answers7056
viewsChange background-color when click
I need the button to change color every time clicked, I used Focus but does not bring me the expected result, because after the button is clicked, the user needs to click another corner, so the…
-
0
votes1
answer122
viewsScroll Jquery html css
I need to make a scroll change menu as it descends identical to this site http://www.flatslife.com/ could help me where I might be finding? <div id="cssmenu"…
-
0
votes1
answer37
viewsPlace text inside the image
Here is my code .imgs{ position:absolute; margin-top: -180px; margin-left: 25px; width: 200px; height: 200px; } <td style="width: 200px;"><?php echo '<img width=200px;…
-
0
votes0
answers312
viewsslide arrow is not showing
I have a problem, I took a code from a video lesson and a jquery too, I’m using both, I put the codes exactly as they were in the video, but even so my arrow doesn’t appear, it’s like an A on it, I…
-
0
votes1
answer471
viewsHover moving element
When applied the hover, it moves the elements. .iconsHab i{ color: #0098DA; padding: 5px; vertical-align: middle } .iconsHab i:hover{ color: #0098DA; font-size: 20px; } <!-- Bootstrap docs:…
-
0
votes0
answers216
viewsPosition the vertical scrollbar on the body (below the header) of a Modal Bootstrap window
I have a modal window and every time the view expands, it self-adjusting and creating a vertical scrollbar and including Header. It is possible to make this vertical scroll bar not include Header…
-
0
votes2
answers4843
viewsAlign inputs and reduce spacing between Abels using CSS
I’m not getting my line Labels and reduce vertical spacings between Labels and the inputs. Some are adjusting and some are not. I would like to reduce the vertical/horizontal spacing that distances…
-
0
votes0
answers34
views -
0
votes2
answers57
viewsProblem working with Bootstrap Resolution
Look at the picture; You can see that the resolution is the way I want it is small but it bursts when it gets a higher resolution. How could I fix this? here is the HTML code <!--INICIO DO…
-
0
votes1
answer51
viewsSpecific positioning doubt in CSS
My João da Silva page, in the Section "Blog" has a white band at the bottom that I can not take out at all. They follow the relevant parts of the script and a print: Print: html: <section…
-
0
votes0
answers391
viewsAutomatic Text Break
I’m trying to remove the Line Break from this table, but I don’t know how to effect it, I wanted to let the full name be written and without the line break. Code: #customers { font-family:…
-
0
votes1
answer117
viewsbackground-color with animation and pulse
Hello! Good afternoon, sir. I’m trying to have the following effect: by hovering over an "a" tag, the background-color of the parent div in which this "a" tag is daughter, can change in transition…
-
0
votes1
answer244
viewsHow to format a Grid within Div?
Gentlemen, I am trying to insert a grid inside my Divs, but it is in conflict with the top part, as image attached, follows an excerpt of my code where the problem occurs. I have the div row1 which…
-
0
votes0
answers78
viewsMany checkboxes locking browser with Materialize CSS
I have a problem which is this:: I’m using Materialize CSS, and Vue Js. I have a table with entries, and in each register has a checkbox next to it to be able to perform some action with this…
-
0
votes0
answers32
viewsMedia Queries for retinal monitor
I’m trying to make use of media query for retinal monitor (Macbook pro), but I can’t get the code to be considered by the browser at all, I tried several ways, considering the link. The meta tag of…
-
0
votes0
answers375
viewsResponsive text box
I have a text box on top of an image-map that’s responsive, that way: <div class="lala" role="main" style="height:100%"> <img class="imgg" src="../images/sellec.jpg" style="opacity:0;…
-
0
votes2
answers51
viewsHow to style css with javascript searching for classes
Aim and grab invisible text with css effect visibility: hidden; and through Avascript I want to pass a function that when I press a button all classes with visibility: hidden be visible. I…
-
0
votes0
answers269
viewsHelp with video and pictures in carousel slider
I have a slide with 3 images and a video that is at the beginning, I need to make the video stay until the end, however it is passing to the next images and if you click to go back and display it is…
-
0
votes1
answer1059
viewsHow to place image and text next to Flexbox?
Eae guys I’m having difficulty positioning the image and the text BESIDE the image. I’ve tried table but it is not responsive. I tried ul/li and I can’t position. I’m using Flexbox. Any…
-
0
votes1
answer164
viewsBootstrap mobile working as -Md
I’m starting a project with bootstrap, but I can’t adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg"…
-
0
votes1
answer105
viewsImage in the Primefaces menubar
Hello, I have a problem that is not able to put an icon to the left of the menubar and the menu items to the right, someone can help me? <h:body> <h:form> <p:menubar> <f:facet…
-
0
votes1
answer487
viewsMake 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 perform CRUD operations. I have a grouping of buttons that need to be aligned to the left and should always be glued to the bottom of the modal,…
-
0
votes1
answer90
viewsHow to reduce TABS spacing with view corners using CSS - Asp.Net MVC
When I insert a tab into my view, there is a very exaggerated spacing with the edges of the page inside the modal. I’m using a framework called Remark, but I believe it can be solved with CSS. Does…
-
0
votes0
answers196
viewsParallax effect in DIV
I’m having a hard time adding a Parallax (or identical) animation to my slideshow when I’m down scrolling on my page. I could do it, but only with background images using the property…
-
0
votes1
answer118
viewsUse javascript to fire modal ulkit css
According to the Ulkit css documentation to display a modal window we have: <button uk-toggle="target: #my-id" type="button"></button> <!-- This is the modal --> <div id="my-id"…
-
0
votes1
answer3088
viewsHow to align a photo in the center of the page?
I know that to align a text you use the text-align: center. But to align a photo that has a link in it? I did some tests here with some commands that I n know like the align-content, to see if it…
-
0
votes1
answer410
viewsMargin within a table
I have a text inside a "table", but basically I wanted to put lateral margin, like a paragraph. Maggin, padding, among other ways I could not. My HTML code: < div class="container texto"…
-
0
votes1
answer56
viewsHow to position the div at the time of Toggler Bootstrap 4
Guys, I don’t know if this is the place but I have a problem with my css/bootstrap I have a Navbar and between the nav-brand and the nav-links have a padding-left to position the text. However, when…
-
0
votes2
answers40
viewsCheck if edge is applied
I am doing a check on my page so that the user will always be required to select one cor and a tamanho but my script is not working properly even by selecting the color and clicking the add button…
-
0
votes0
answers60
viewsCSS - Switch does not change text when clicked
I have a checkbox that I turned into a switch so the user can choose "Yes" or "No": yes when it is clicked, not when it is not clicked. When the switch is not clicked, the "No" text appears as…
-
0
votes0
answers52
viewsChanging CSS through Javascript
To apply accessibility features to a website (contrast/larger source/smaller source), I created files. alternative css with the desired formatting and called these files through a javascript.…
-
0
votes1
answer476
viewsTitle getting out of the div
I have a div parent containing two Divs son and one of these div son contains two other Divs son. The title of one of these is getting out of it. I modified the sizes of the same due to the…
-
0
votes1
answer134
viewsRepeated data in html (ANGULAR)
I have a *ngFor that fills my html, and this data is fetched from an API, so I use Schedule to reload the data every time it gives seconds = 15. Only that the data is being placed below the old la…
-
0
votes2
answers36
viewsProblem with running CSS animation
I made 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:…