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
answers191
views -
0
votes0
answers290
viewsOrganization of Divs
I’m having a problem organizing divs of a project. I created a page of login hotspot mobile, it has the resolution of a mobile phone. Only that it has a background (image) and a background cover…
-
0
votes1
answer39
viewsHow can I create my own style sheet?
How do I create my own stylesheet? Just like CSS. Can I create my own stylesheet like CSS? Is there another stylesheet besides CSS? If so, how?
-
0
votes0
answers275
viewsz-index google Chrome error
Google Chrome is having error in the z-index of my css, I put a jquery slider plugin and it was above my menus, so I changed the z-index to change the position, only in firefox and safari works…
-
0
votes0
answers132
viewsHow to make a search HTML code equal to AIRBNB?
I would like to know how to make the search engine appear the place with to make a Seat Filter and on the side had check in, check out.. exactly like Airbnb, I tried this way but it didn’t work: JS:…
-
0
votes1
answer328
viewsCentralized responsive menu
I need this menu to be centralized, because my entire site is centralized. How to do it? Because this menu is all the time aligned on the left. I try to center, but it loses the background.…
-
0
votes1
answer949
views -
0
votes1
answer214
viewsPage misaligned background (exceeding the limit)
I started programming a few days ago and I don’t know if the problem is in the code or if it’s the image that’s too big. Image exceeds page content and generates a horizontal scroll bar. See the…
-
0
votes3
answers3321
viewsHow to overwrite some bootstrap attributes?
I took a menu from the internet that uses the bootstrap framework, when it is on a screen larger than 768px the menu color was initially light gray, I switched to dark gray, but when the screen is…
cssasked 7 years, 5 months ago Gabriel Queiroz 47 -
0
votes2
answers174
viewsCSS - Tbody and TR with different measurements
How do I make my Tbody to be 100% tall and my TR to have n pixel size? occurs that when I have only one line, the line gets 100%, corresponding to Tbody, and I would like it to be thin! I could…
-
0
votes2
answers162
viewsSkip path that CSS "traverses"
I can "skip the way css goes"? Example: <body> <div class="a"> <ul class="b"> <li class="c"> Teste </li> </ul> </div> </body> There for example, I…
-
0
votes1
answer83
viewsCSS does not load with link
Hello, I am logging in and need to pass the logged in user to other pages. I call the other page this way: $url = 'cadastroFuncionario.php/nome='.$nome.'&id='.$idFuncionario.''; But this page…
-
0
votes1
answer44
viewsSomeone who knows the Ulkit framework
I’m starting to learn the Ulkit Css framework, I’m trying to make a responsive menu that adapts to mobile. When you’re in a mobile resolution, you don’t do anything like in the examples that Ulkit…
cssasked 8 years, 4 months ago Eliezer B. 59 -
0
votes1
answer185
viewsChat PHP How to Use?
I want to have a chat for support on the site I’m developing, I want to use the tawk.to, I have some questions about how to install it, I am developing the site in CSS and HTML. The question is…
-
0
votes3
answers10154
viewsHow to align one element on top of another with css?
Hello. I have this html code: <p class="titulo"> <a href="javascript:void(0);">(ABC)</a> Texto de Teste </p> He looks like this: (ABC) Test Text How do I leave the (ABC) on…
-
0
votes1
answer548
viewsStyle autocomplete background
The bottom of input is transparent, but when the browser automatically completes, it gets this color shown in the second image, is there any way to leave completed, but that remains transparent?…
-
0
votes3
answers87
viewsModal jQuery or Bootstrap that receives email and name, automatically displayed when loading the page
I tried the following code, but it’s not working <script type="text/javascript"> $(document).ready(function() { $('#myModal').modal('show'); }); </script> <script…
-
0
votes1
answer392
viewsHow to keep menu open after :active
I have a menu made exclusively with css and html. When clicking the button it opens the menu, but if I release the button it disappears, to keep the menu open I need to be holding the mouse button.…
-
0
votes2
answers14723
viewsSet Iframe to 100% height
How can I make an iframe occupy 100% of its screen size? Especially the question of height.. I tried to style='height:100%' but it doesn’t take. I need to put it and try as much as possible to do…
-
0
votes0
answers34
viewsImages style posts Roussel with next and previous button
Guys, I need to develop a post display, but in Caroussel style, next to each other, and with the next and previous button passing or returning posts.. Can anyone help? Thank you in advance.
-
0
votes2
answers224
viewsHow to open a pop after a few seconds and close after a few seconds after open
Code updated and working. Leo Caracciolo’s contribution $(document).ready( function() { $('.popScroll').show(10000); $('.popScroll').delay(20000).fadeOut(); $("#close").click(function(){…
-
0
votes0
answers96
viewsHow to make a div stay fixed with CSS Translate
I have a mobile menu that "pushes" content to the right when it’s opened. The problem is that the visitor can "drag" the content due to "Translate". I would like to make the content stay fixed.…
-
0
votes0
answers34
viewsMy description of the top line is not showing!
<md-card ng-repeat="classified in classifieds "flex="30"> <!-- cada cartão ocupará 1/3 da página(33) --> <img ng-src="{{classified.image}}" alt=""> <md-card-content> <div…
-
0
votes1
answer44
viewsDropdown opening with click
how are you? So, I’m trying to detach from bootstrap in this project that I’m doing (to improve my front-end practices and also because I’ve done a lot of site styles, if I implemented bootstrap…
-
0
votes3
answers115
viewsComparison with the if
Personal what is wrong in the code, I made a function that calls a css if a value is greater than 5 , the higher value works but the lower that would be 3 where would appear other css does not work…
-
0
votes3
answers463
viewsChange external iframe color or set opacity to iframe
I wonder if you have how to change the css of an EXTERNAL iframe that already has a white background and black font... if it is not possible, I would like to leave the opacity of the frame a little…
-
0
votes1
answer78
viewsA Site as Background
Hello, you can put a website as backgroud using css, such as background:url("file://C:/logo.gif")? For example background:url("file://www.uol.com") ?
-
0
votes1
answer162
viewsHow to catch div’s son with contains
In that case I want to test the div with class name, but after testing I want the CSS changes to be made in div with class teste. <div class="teste"> <div class="name">um…
-
0
votes1
answer414
viewsGallery css images in list form (limit and center the images on the screen)
Hello, I have a page where I want to organize the images in the form of lists I think the example will explain better, but the idea is to organize the images of 3 or 4 per line (space) and with…
-
0
votes1
answer207
viewsreplace color box by image in css
Good afternoon guys, next I have some text boxes that are being formatted via css wanted to know if it is possible to change the formatting of these boxes to images, without having to change the…
-
0
votes0
answers53
viewsHow to automatically resize div’s with image and description
I have a project in which I have products with image, description and price, I want to make the div’s resizable automatically according to the description and image. I also want a static value that…
-
0
votes2
answers1061
viewsScroll from bottom to top
I have a div that encompasses a chat, I load the last 15 messages, but the problem is that I want her scroll to start from top to bottom, that is, from the newest to the oldest messages. NOTE: This…
-
0
votes3
answers2124
viewsImage appearing with Fad-in effect after loading page
I need to make four images appear, one at a time, on my page, after her upload. EFFECT ON THE IMAGE: It would be the fade-in effect, if I’m not mistaken that’s the name. That effect is the one that…
-
0
votes2
answers69
viewsWhen I zoom in my footer is behind the div content
I wanted to know how I do so that my footer is just below the content when I zoom in. At the moment it’s like this with zoom: http://imagizer.imageshack.us/a/img924/4070/7FllwV.jpg Zooming :…
cssasked 8 years, 4 months ago Thales Crisostomo 1 -
0
votes1
answer37
viewsHeader bar does not redirect correctly
In a template I’m using, it’s all responsive in any size. Being that I’m fitting it to my site, only the header bar is not working properly, as shown in gif. If you have the programmer mode open,…
-
0
votes2
answers174
viewsHow to link to each banner in @keyframes
I have the following code working perfectly, however, I need that on each of the three banners of @keyframes has an individual link. There is this possibility? HTML <div…
-
0
votes2
answers283
viewsHow to launch/stop via jquery a css animation (which is being triggered by css Hover)
https://jsfiddle.net/x1mmgryw/2/ Follow the example above that I created, from a page animation driven by Hover css http://ianlunn.github.io/Hover/. But animation only works if the mouse is on top…
-
0
votes0
answers120
viewsModal cookie doesn’t work?
I built the following code so that it would preserve a cookie from opening and closing the modal, so that it would not be displayed in a 24-hour period, but it does not work for some reason that I…
-
0
votes3
answers471
viewsDoes the CSS "! Important" property influence website performance?
I wonder if when allocating the property !important influences the performance of the site, because I use it enough to overlap the bootstrap for example.
cssasked 7 years, 5 months ago Leonardo Bonetti 5,313 -
0
votes1
answer43
viewsAPI Google maps
How do I make a custom map, style this: http://noroestecom.com.br/a-empresa using the google API, I don’t know where to start.…
-
0
votes1
answer688
viewsConvert icone checkbox to icone bootstrap boot
Good evening, it is possible to change the illustration of a checkbox and make it look like a boot? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"…
-
0
votes2
answers60
viewsCreate custom variables
Well, I’ve got a flea here behind my ear and I’m having trouble solving the following problem: $select = $mysqli->query("SELECT * FROM payments WHERE client_email='$xemail'"); $row =…
-
0
votes1
answer343
viewsHighlight mouse click position with DIV overlay
I’m not getting a DIV overlay on the location where the clic event is. I can map the coordinates of the mouse and store these values, but I need when you click on the page, to highlight this…
-
0
votes1
answer77
viewsScrollbar bug in select nice plugin
Well I am customizing the plugin select nice, but I’m having a bug where the page scroll bar gets huge, being that the select is closed. Coo make it appear only when select is opened? (function($) {…
-
0
votes1
answer94
viewsVideo loses size inside div with use of Resolution slider
I’m using Revolution Slider and when transitioning videos through Carousel, the video loses the default size I determined for my display page, that is, I determine the width:auto and height:768px,…
-
0
votes1
answer254
viewsActive class in the menu using include in Asp
On my Asp pages I use a include to call a file that contains my menu: <!--#include file ="cabecalho.asp"--> Menu file: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta…
-
0
votes2
answers678
viewsIs it possible to definitely change the style of a CSS class using Javascript?
I have the following code snippet: $("#mudarcss").click(function(){ $(".teste").css("background-color", "blue"); }); $("#adicionardiv").click(function(){ $("#conteudo").append("<div…
-
0
votes2
answers50
viewsHow to solify the incompatibility of the mobile menu symbol with some browsers?
The mobile menu symbol I use does not display in some browsers belonging to some tablets that my family owns. <label class="menumobile" for="bt_menu">☰</label> CSS…
-
0
votes1
answer475
viewsAdd class to multiple elements, one at a time in Jquery
I have a problem with the following code: $("button").each(function(index){ // add the class setTimeout(function(){ $(this).addClass("varrimento"); }.bind(this),index*5000); // remove the class…
-
0
votes3
answers321
viewsHow to make a stylized edge?
How to make a stylized border as image below? The big question is that on the left side has two border styles.…