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
answer33
viewsHow to remove equal tables
I wonder if you can help me eliminate the repeat tables, all of which are occupied and still appear in green. Each table I occupy appears one more of each, that is, if I only have one table…
-
0
votes0
answers110
viewsInstallation of Material Design
I’m trying to make a project using the Material Design I have NPM installed but, I’m not able to install. I enter the project folder and the terminal type: npm install --save material-components-web…
-
0
votes2
answers2763
viewsProblems to display my site on Chrome
Ola, I’m having trouble displaying my site on Google Chrome. I edit the codes mainly in css, in mozila displays on the fly, but in Chrome it takes a long time (after updating 20 times) that works,…
-
0
votes1
answer137
viewsAdd css Transition to div in Flexslider
I have a flexslider in a Project, in it I have the background image and inside a div with description and button for external link. What I need to do is that with each slide change, this div has a…
-
0
votes0
answers36
viewscustomize scroll in fox and IE fire
Well this scroll works perfectly on Chrome and safari. I wondered how to make the scrollbar equal in IE and Firefox. Follows code. .container { height:200px; overflow: auto; width: 250px;…
-
0
votes1
answer124
viewsWhy is my javascript not working in the _Layout.cshtml file?
I’m making a website in Asp.net mvc, and I’m trying to make a very creative menu, for this I already have everything ready that tested in html and css normally ta working, but here in ASP NET MVC…
-
0
votes1
answer145
viewsPut footer floating on another div
I have the following html structure: <body> <div id="gmap"></div> <footer> //conteudo do footer </footer> </body> I want to put the div Gmaps occupying the whole…
-
0
votes1
answer22
viewsCenter an image that’s too big for the screen?
I have an image that has a height of 100%. However, the width exceeds the lateral limits and the image is cut on the right side and I would like to center it to cut equally on both sides. Here is a…
cssasked 6 years, 8 months ago I_like_trains 1,430 -
0
votes1
answer40
viewsOverlay on WEB
Personal I created a site, with Wordpress. But on one of the pages when on mobile my links don’t work what I understood was that there was something above my site and when I saw it was just that.I…
-
0
votes1
answer359
viewsGenerate a Row after 2 columns in bootstrap
I managed to generate a way Row after two columns in bootstrap, but the result was not as needed. I have it: <?php $sql_3 = mysql_query("SELECT id, razao_social, cep, cidade, uf, rua, numero,…
-
0
votes1
answer20
viewsJavascript Collapse Problem
I have a list with Collapse to play different contents in the same location, I just need that when I enter the page the first item of the list is selected, I have a script that makes the function of…
-
0
votes1
answer514
viewsText break within select html Options
I’m trying to break the text into the option or simply decrease the size of the modal (dropdown) of the select, but I can’t. Has anyone made it? how to proceed in this, I’m stuck with system in…
-
0
votes1
answer340
viewsSlidedown effect with menus li
I’m trying to create an effect using css and jquery to a menu where the same will have the effect of "slidedown" when clicked on a given link, but even if I put the list inside a div with height: 0…
-
0
votes2
answers858
viewsDiv bootstrap misaligned
I have the following DIV <section id="section-base"> <div class="container"> <h3>cases</h3> <div class="row"> <?php foreach($cases as $valor){ ?> <div…
-
0
votes0
answers39
viewsRotate image 360º in 3D
I work in a company that sells machines and parts for mills that produce rice, and I’m developing a system for selling parts for these machines... my boss wants each piece the customer can see from…
-
0
votes1
answer71
viewsHow to prevent content from a div Edit together with the css Rotate effect?
Good morning to all. I put the Rotate effect on a div, but the internal content also spun along. How do I make him normal with standard alignment and the div continue with the Rotate? example:…
-
0
votes2
answers137
viewsHow to incorporate a div to the form article or the other way around?
I’m developing a Fomulário for a project and I needed to add images only that these images represent the place of the client’s chairs and when the user clicks on any of these chairs the place is…
-
0
votes0
answers957
viewsAt the time of printing, blank pages are added
At the time of printing my page, being added blank pages, the number of these pages is relative, sometimes 1, 2... I’ve tried solutions like: .print:last-child { page-break-after: auto; } html, body…
-
0
votes2
answers3052
viewsRepeat a CSS animation every time I click the button (with Javascript)
As I do to repeat an animation every time I click on some element with javascript, I tried to do, but it only works once (on the first click), after clicking, the animation is already in the HTML…
-
0
votes0
answers80
viewsPut background in Toogle Navigation in mobile version. The menu is not disfigured but without background!
I have a template of which in the version mobile looks like the image below: How can I make the menu stay on the logo? Below the code: <div class="navbar-header"> <button type="button"…
-
0
votes1
answer2349
viewsHow to rotate a div?
Well, I have a div that contains secondary Ivs within it, what I intend to do is to make an effect, which rotates the interior Ivs, ie from right to left, keeping the position of the main div. In…
-
0
votes1
answer75
viewsHow to use CSS to cut text when finding a specific character?
How to use CSS or webkit to cut text when finding a specific character? For example... the following text: "The success of Judge Sergio Moro is so much that a tourism agency of the state of Paraná…
-
0
votes1
answer103
viewsHow to adjust email text to the box?
The image was obtained with the browser resized to the dimensions 390 X 650 approximately. I would like to know how to do the text "[email protected]" that is inside a h4 fits the…
-
0
votes2
answers96
viewsaside inside the header
Hi, I was wondering if it’s semantic to use the tag <aside></aside> inside the head in a menu that is fixed in the header of the page next to the logo of the site, in my conclusion I…
-
0
votes1
answer581
viewsShow fixed banner at the bottom of the site
I would like to show a fixed banner at the bottom of my site, but I want it to track the content of the site conforms by rolling the site to downloaded or up, I have already been able to show the…
-
0
votes4
answers1052
viewsHow to mount 3-column CSS mosaic?
I am having difficulties to assemble the mosaic of the example below for the mobile version of my site The version in orientation:portrait must be something similar to that:…
-
0
votes0
answers244
viewsFix overlay of HTML elements?
I would like to add content to a platform block (how it shows red text capture). When adding an element by default it is at the end of the block ( below the image visa). I’d like my div to stay…
-
0
votes1
answer159
viewsHow to override a Loader above the Divs at angular2
I’m trying to implement a Download in an angular project while requesting the request. but I’m not getting to position it in the center of the screen superimposing the other Ivs... look how it’s…
-
0
votes3
answers507
viewsHide a div
I have two Ivs and I want one to disappear when I reach 'Md' the other to occupy the 12 columns. How can I do this with Bootstrap? <div class="container"> <div class="col"> Essa…
-
0
votes1
answer153
viewsCss grid and input system
Well I’m setting up a grid and some input, yesterday I posted a problem I was having with the grid and FERNANDOSAVIO helped me. I’m having a similar problem when having to put the input inside the…
-
0
votes1
answer75
viewschanging the css of the pseudo classes of elements with jquery is possible?
I’m doing some tests with jquery and, came to me the following question: It is possible to manipulate the pseudo class elements css with the jquery? $('#login_1').click(function(event){…
-
0
votes1
answer157
viewsBOOTSTRAP TABLE does not load JSON by the "data-url" parameter
I’m creating a table and trying upload a JSON file inside her, however, I’m not getting it. I’ve tried every way but there’s no way. I’m using a bootstrap template, However, I don’t know if I’m…
-
0
votes1
answer270
viewsTake animation from the button and leave only the ZIP code field visible
I have a difficulty in which I can not solve... I do not understand much of Javascript and so I decided to ask. I am editing this site in HTML: https://artnaweb.com.br/pediragua/ And I want to take…
-
0
votes0
answers354
viewsParallax/Rally effect does not work on Chrome for Android, but works on desktop
I have this page: http://einconformado.blogspot.com.br/p/livraria-do-eterno-inconformado.html where I use the parallax/Parallax effect, and yes, the effect works smoothly on Chrome and Firefox…
-
0
votes1
answer69
viewsMultilingual page without formatting
I have a multilingual website using Ajax, but when I put to change the language, the page does not overwrite formatted. www.csvet.com.br By clicking on the US flag on header the error appears.…
-
0
votes2
answers57
viewsPlacing classes in elements according to the URI passed
Well, I have the following code: <body> <?php $server = $_SERVER['SERVER_NAME']; $endereco = $_SERVER ['REQUEST_URI']; ?> <!-- Menu principal --> <nav class="navbar…
-
0
votes0
answers91
viewsUsing the same image 4 times or more in CSS
I’d like to use that photo three more times next to each other, only I can’t multiply it…
-
0
votes1
answer267
viewsLock an element inside the textarea
I need to block a part of a text that is inside ckeditor so that the user does not delete and does not change that part of the text, but it can complement the text only can not change that part…
-
0
votes1
answer95
viewsLoading of images in different resolutions
I want to do a Carousel in Bootstrap for church event banners. I’d like to know: 1) How many different banners would I need to make to meet all resolutions, satisfactorily? 2) If I upload the images…
-
0
votes0
answers108
viewsUsing themes in fullcalendar
I was seeing some themes for my fullcalendar liked the Bootstrap 4 Litera, I wonder how I apply in my calendar, I know it is through the "themeSystem", but I do not know how I declare the…
-
0
votes0
answers42
viewsLoading page elements, including text and not only images as in lazyload
It may sound like a stupid question, but how do I load this type? Does it have a specific name? Load the texts together.…
-
0
votes0
answers120
viewsLaravel works on "localhost" but on production server does not work
I have a problem in my system so that when publishing it in Xamp on my server, accessing locally (on this same server) all the css and js are loaded correctly, but when accessing from another…
-
0
votes1
answer352
viewsFind previous sister div in CSS
I have the following HTML: <div class="load"> <img src="images/load.svg" class="loadimg"> </div> <div class="tela carregando"> <span>Teste</span> </div> the…
-
0
votes0
answers59
viewsHow to kind of put div back and content up
Like, someone can kind of explain to me how this works? like there’s a back where the image is, and on top is the content of the site itself... Video of how it is:…
-
0
votes1
answer71
viewsProblem in CSS
Guys, I have a problem, I know this is functional, but it never worked for me. Follows the code: HTML <section class="menu-departamentos"> <h2>Departamentos</h2> <nav>…
-
0
votes1
answer135
viewsInsert v-for data into css class in Vuejs2
<template v-for="d in data" > <a :key="d.id" class="zone{{d.value}}" href="{{d.code}}" >{{d.name}}</a> </template> This example just doesn’t work, how can I pass the values…
-
0
votes2
answers962
viewsCSS problem, does not work
Some CSS commands are not working. Follow the commands: HTML <section class="menu-departamentos"><!-- inicio .menu-departamentos --> <h2>Departamentos</h2> <nav>…
-
0
votes2
answers162
viewsChanging elements display in another element’s Hover does not work as it should
I want to change the display of the elements with the classes . slide-Prev and . slide-next. Since I’m using a slide plugin, it automatically creates the elements of browsing outside ul, so the only…
-
0
votes1
answer62
viewstext is not appearing on the slide show!
I am trying to insert a text in the gradient bar that is the footer of my slide show, but it does not appear. someone can tell me what is wrong? I made a zip folder with the files for ease!…
-
0
votes1
answer64
viewsHTML page with bad margins
I’m trying to put a slideshow on my page, but for some reason, the images have some kind of left margin that doesn’t cover the entire page. Here is the image: Here is the HTML:…