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
votes1
answer1427
viewsPHP MVC folder structure
I am creating a MVC project in PHP and I was wondering how to create the structure of the folders correctly. I made a folder template based on the projects I found on Github but I don’t know if it’s…
-
0
votes1
answer220
viewsHow to put more than one slideshow on the same page
Hello. I’m new here but I thought it would be the ideal place to solve my problem. Come on. I’m beginner and I’m developing a page. On this page, I created a slideshow to present the steps of a…
-
0
votes2
answers871
viewsButton "hamburger" does not work
Can anyone tell me why the button is not working? It was meant to show by clicking on it, but for some reason nothing is happening. ( Using the class "Collapse navbar-Collapse" I managed to do what…
-
0
votes1
answer636
viewsHow to create an infinite loop on a Carousel?
Well, I’m creating a Carousel, but it’s come to a point where I’m stuck because I don’t know how to do it, I need to create an infinite loop between the items inside the Carousel, how can I do that…
-
0
votes1
answer499
viewsSlideToggle() effect to open horizontally + Jquery (horizontal menu)
<!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8"> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png"> <link rel="icon"…
-
0
votes0
answers39
viewsWhat’s the difference between these two selectors?
I wanted to know the difference between those two ways: primeiro { width: 50px; float: left; background-color: blue; height: 50px; padding: 7px; } .primeiro { width: 50px; float: left;…
-
0
votes1
answer184
viewsHow to change Growl’s position on the screen?
I want to change the position of Growl but apply in CSS and at the time does not change anything in the position when it appears on the screen, I want to center for example. In the template:…
-
0
votes2
answers379
viewsHow to make a path of the pages accessed on a website
Hi, I’m looking, but I can’t find anything on Google. I want to put a "path" like the photo on my site, I imagine it is simple, but I do not know how to do, if someone knows or has a link, I will be…
-
0
votes0
answers21
viewsChanging Webkit properties with jquery
I want to change a Webkit property using jquery, I have something like this for now. $("#videoExe").css({ '-webkit-media-controls-timeline': 'display="none"' }); But nothing happens at all...…
-
0
votes2
answers1203
viewsHow to create a confirmation window on a PHP system?
I am a beginner in programming and I am creating a small system and in it I will have a button to release the user, the code: <a href="../controller/controller.deslogar.php"…
-
0
votes0
answers132
viewsBackground follow responsive image
I wonder how a background image could be aligned with another image on it This picture that is a ball, I would like it to be in the background, When the screen is in a lower resolution, it is not…
-
0
votes1
answer1264
viewsHow to add search filter to bootstrap
Whoa, look at me again. Guys, I’ve been able to do a lot on my own in this bootstrap template, in trial and error, and by researching the documentation, I’ve been able to get almost everything the…
-
0
votes1
answer599
viewsJavascript function does not work after Else if
To contextualize: The code is a page with some RadioBox where each one must have a function and each show different HTML elements depending on the need (this worked perfectly). The problem is that…
-
0
votes0
answers182
viewsBootstrap not initiating
I’m starting with Flask and I’m using Bootstrap 3.3.7, so I took the example navbar code on their website, but when I start the index Nav bar does not work: and the button looks like bootstrap 4,…
css twitter-bootstrap bootstrap-3 flaskasked 7 years, 5 months ago Vinicius Barbosa de Medeiros 331 -
0
votes1
answer81
viewsHow can I make a log box always show the last line?
hi, I have a log file of other codes that keeps updating so I made a javascript code that shows this file and is a code that keeps updating the live text on the page inside a textarea but it keeps…
-
0
votes0
answers26
viewsProblem with floating menu and ID
Greetings! I’m making a website and created some sections each with their respective id. It turns out that the page has a floating menu that accompanies the whole navigation. I made a link in the…
-
0
votes1
answer2646
viewsCreate a Stock Control Webapp
Hello, I’m learning Javascript and I have a question. I already know about HTML, CSS and SQL Which languages I need to create a system (stock control) that adds, alters (already added) and deletes,…
-
0
votes1
answer77
viewsInput buttons and <a> class buttons do not work
I’m using a plugin from a modal window to make a simplified shopping cart for the customer, only the buttons select the paypal or paypal as a form of payment do not work at all. If I click the…
-
0
votes1
answer40
viewsDoubt about CSS in inheritance
The configuration of the Father 'li' is not being inherited by the children 'li#foto01' and 'li#foto02' I do not understand why…
cssasked 5 years, 8 months ago Takezo kwon 11 -
0
votes1
answer104
viewsPrinting does not allow font change by CSS
HTML: <div class="conteudotopo"> <div class="container-logo"> <img src="VX_LOGOTIPO" height="30" /> </div> <p>NF: 112233</p> <!-- <p>Pedido: 0</p>…
-
0
votes2
answers1123
viewsAnimated Background in CSS
I’ve been researching in CSS how to put an animated background. In codepen what I thought didn’t work, I’d like to do something like this : https://codepen.io/vaibhavarora/pen/xmpxjp or this:…
-
0
votes1
answer80
viewsDiv display:None hiding the rest of the code after it
I got the following code: $htmlPDF = $html; $html .= ' <div style="display:none;" id="conteudoHTML">' . $htmlPDF . '</div> <button type="button" class="button"…
-
0
votes1
answer139
viewsHow to pass the value of a variable through the form_open codeigniter function?
Good evening Using codeigniter how do I pass the value of a variable through the form_open() function? because here I have to inform the controller and the method that will be responsible for the…
-
0
votes1
answer482
viewsObject disappear at a certain place on the page
My question is this:: I want/need a code for my website, which works as follows: When the user uses the mouse scroll to scroll down to near the footer of the page, the Div called for example:…
-
0
votes1
answer1589
viewsPrint only part of an HTML page
I am trying to print only the part of an HTML page that has a barcode. HTML: <div class="barcode-img"> <svg id="barcode" jsbarcode-textmargin="0" jsbarcode-fontoptions="bold" style="width:…
-
0
votes1
answer239
viewsBackground color angular
How do, in angular 7, a background-color of the body different from the page I’m displaying? Example: Login page: green background Home: blue background
-
0
votes1
answer118
viewsTable header thead does not align with lines after append
I have a problem with the code, I need to align Thead tags on my table that receives a json of all the data, the data is coming and the header is there, but both are not aligned, I need a help. HTML…
-
0
votes0
answers33
viewsHow to control CSSS loading using Javascript?
The Requirejs plugin is able to control the import of scripts without the need to spell them out in html with the tag <script>. This brings advantages like dependency control and import order.…
-
0
votes0
answers43
viewsGrids Boostrap Help
Good personal evening I am with a problem I am learning to make a site, I am with some doubts related to grids system I gave a researched not understood very well so I came here in the forum , this…
-
0
votes1
answer71
viewsResponsive Box invading other elements of the page
Hello, I am developing a website and found the following problem: I used a box that I thought was cool in this Video, however, when the box started to be responsive it covered the entire page…
-
0
votes1
answer41
viewsHow to use border-Radius in CSS?
Good guy I know how to use the border-Radius the more I saw on a website that they used the border-Radius: 50px / 50px type it rounds the corners of the edge and with that second value it rounded…
cssasked 5 years, 8 months ago user139915 -
0
votes1
answer1792
viewsCarousel in the material-ui
How to do the carousel of images in the material-ui? I’m using this library along with React for front-end.
-
0
votes1
answer201
viewsDoubt with Responsive bootstrap layout
I have a layout that I would like to leave in the following template. To make it responsive I’m not able to add the column (1) higher. As it is now http://comajudacoletiva.com.br/estudo/ <div…
-
0
votes2
answers68
viewsHeight of div using float
I need help to complete a part of my PAP, perhaps one of the most important parts, photo album, only I have a big problem with divisions, Oops, I walk the wheel of error and nothing. I have here an…
-
0
votes2
answers357
viewsDisplay different images as selected in select
Hello, I would like to change image and information as the selection in select each option, as in the example. <html> <body> <div id="our-team"> <div class="container">…
-
0
votes3
answers1380
viewsHow to print an HTML using PHP a <ul> list of items with 3 different types?
I have a Mysql table called Plans with the fields: Which is a table of subscription plans of a website, the final template is as shown in the following image: Where: name = Name of Plan op1 = First…
-
0
votes1
answer143
viewsHow to develop a mouse-following carousel with translate3d
I wonder if you’ve ever seen such a merry-go-round, or if you had to develop such a one as you would? I need to implement it on a website but I’m having a hard time doing the part of the movement…
-
0
votes1
answer134
viewsHelp with Jquery does not appear
I have a problem on my site , I had the help of a member of the forum who gave me a code jquery , I put it to run on my site only I have a problem with it the warning that should be generated does…
-
0
votes1
answer858
viewsOverlay of Divs
I have two Divs, and the bottom is overlapping the top, IE, DIV propaganda_rotativa está sobrepondo a DIV barra_inf. But when I test with just this bit of CSS it works. Which of my CSS is causing…
-
0
votes1
answer121
viewsUse php to set column width depending on while result
I have the following code $result_categorias = "SELECT * FROM categorias ORDER BY ordem ASC"; $resultado_categorias = mysqli_query($conn, $result_categorias); $total_categorias =…
-
0
votes2
answers108
viewsHow do I put these effects on images with CSS?
How do I make these effects in the images leaving color and with the design of the example, and when you hover the mouse the photo gets the normal color and a text appears on the image…
-
0
votes1
answer3250
viewsHow to change the color of text selection in VS Code?
In the image, the selected text is with black color, I want to put a lighter color.…
-
0
votes1
answer770
viewsHow to clear the contents of a variable within a JQUERY function?
I’m starting to study Javascript and Jqueryui am developing the following page: The problem is that when I click on a new date the old one is not reset as Print below: I’ve tried everything to…
-
0
votes1
answer9
viewsPut sample codes in a Wordpress post
I’m starting to develop a site to teach other people to code in Wordpress, I would like to insert in a stylized way the codes that I will make available in the posts, follows the example of my first…
-
0
votes1
answer58
viewsHow to effect text as soon as the user scrolls the page
Wanted to put the effect when it user was going down the texts in the div appear going up, here’s a site I wanted to put this function HTML <!DOCTYPE html> <html lang="pt-br">…
-
0
votes1
answer32
viewsBlocking options when selecting link in mobile version
Hello I would like to know if there is any way to block page options when holding an image in the mobile version, because in the web version when I step with the mouse in the image (Hover) appears…
-
0
votes1
answer57
viewsWhen applying Hover to a UL, modify LI and DIV
I have the following structure: <div class="submenu"> <ul> <li> <div class="btn-submenu btn-submenu-xstore"></div> <a href="/plataforma-de-ecommerce">xStore -…
cssasked 7 years, 5 months ago Felipe Viero Goulart 3,693 -
0
votes1
answer308
viewsChange css by name / url (No ID or class)
I wanted to know a script that when seeing link and name in html page changes the style... I need to get a script that allows me to put some links and comment names or just one of the 2, I would…
-
0
votes2
answers702
viewsHTML button as selection for questions
The user will access a screen in HTML, where will have some questions and each question will have 3 or 4 options of answers in button format. When he clicks on the button, the button changes color.…
-
0
votes2
answers123
viewsHow to know percentage of animation in CSS
I searched and did not find a function or property of the Animate attribute (CSS), to track and control the percentage of a CSS animation. That is, I want, dynamically, to know in how many percent…