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
answer500
viewsWhy does the Hover effect stop working on these css buttons when I resize the screen?
Good morning, excuse me if there is already answer to my question here in the community, is that I am creating an "offline panel" for use here in the company, but certain things are not working very…
-
0
votes1
answer20
viewsMedia Query syntax error when compressing code
I am trying to compress the site where I work to the maximum and I am minimizing the Java and css, but this giving error to minify the css well in the codes similar to what I will put here below. He…
-
0
votes1
answer234
views -
0
votes2
answers1840
viewsChange CSS with jQuery
I’ve changed css with jQuery, but I’d like to test a feature, in onclick it add a css, but a field :before how could I do that? Code working $j("#nome-login-mobile").click(function(){ if…
-
0
votes1
answer32
viewsHow to define Section position
I have a bootstrap web page with 4 sections that if you use the buttons in Nav bar changes between sections, however when I click the button is not centered it eats a bit of the next If I had any…
-
0
votes2
answers445
viewsCentralize dropdown menu in css
I searched the code needed to build a dropdown menu in CSS. What I found was a functional menu, but it was left-aligned. Then I looked for how to align elements to the center using CSS. I was able…
-
0
votes1
answer166
viewsHow to hide a CSS materialize checkbox from css
I’m having a problem, I’m not able to hide an element using only the display:None in a materialize framework checkbox. I tried this way: .listaPerfil input{ display: none; }…
-
0
votes1
answer99
viewsdoubts about css action in div
Good guys I would like to know how I can make a div trigger the None display when I’m with Focus in the ex input code //CSS .email:focus > div.oculta{ display:none; } //HTML <div…
-
0
votes0
answers632
viewsHow to give space between cards (aligned) in materialize?
I lined up the cards horizontally, but I wanted to give them more space so they’re not so centered. I noticed that it makes them centered, when I took the cards increased in size and occupied the…
-
0
votes2
answers61
viewsForm field above all elements on page
I am developing a site, but there was a small bug that I can not solve, there is a search form in the main div, and a menu that is fixed, above any element on the page. However, when opening the…
-
0
votes1
answer483
viewsHow to make a negative rounded corner to put on the tab of a button?
Would be rounded corners off the button: | | __________ / <---- em cima (usando cláusula css :before) / | Botão | \___________ \ <---- em baixo (usando cláusula css :after) | | Behold this…
-
0
votes2
answers226
viewsJscript and CSS - Rotate by running the div instead of an image
Good morning, I used a Javascript library to rotate an image by clicking on it, in a section of javascript I put what will rotate when clicking:$("#conteudo").rotate({ The problem is it’s spinning…
-
0
votes1
answer24
viewsActive not being selected when clicking
Good morning, I know it must be a basic thing, but I’m having trouble with it. The site contains two languages, when clicking on a flag, the language of the site changes and the flag of the language…
-
0
votes1
answer128
viewsResponsive Utilities from Bootstrap 4
Hello, I use the Bootstrap 3 grid in my projects, and now I’m migrating to version 4. In version 3 I use beyond the grid, a layout option called Responsive Utilities that complements the grid. I can…
-
0
votes1
answer114
viewsExpansive video via Hover effect
I have a client who wants to put an advertisement in video form and when the user hovers over this video he expands on the screen and starts to rotate. I searched everywhere and found nothing, I…
-
0
votes0
answers445
viewsPlotting graphics in Javascript
I am developing a web application and I need to generate a graph from data passed by a form, however I do not want to plot the complete graph at once, but rather make a kind of animation, where the…
-
0
votes1
answer86
viewsIE7 compatible CSS alternative
I need to adapt a website to the IE-7 in compatibility mode, I searched some libraries so that the bootstrap works, tried the same to use icons(Font-Awesome, glyphicon). Doubts I have? How can I use…
-
0
votes1
answer357
viewsHow to leave minimum table column size in css
I need to leave a minimum size in the description column so that very large descriptions break a few lines, I only know how to put the fixed size, but not the least that it can get ps: she is…
-
0
votes2
answers714
viewsCan you create a menu from an image?
Suppose I’m creating a website, and I put this image icon, and when I click on that image, open a menu, it’s like? Ex; I’m sorry if this is too obvious, but I only saw menus with lists, I researched…
-
0
votes1
answer125
viewsHow to change table height?
I am developing the website of the company where I work and I need the table of downloads that appears on website fill the whole screen. I imagine that the height would have to be at 100%, but when…
-
0
votes1
answer35
viewsRemove cover or change, blogger
Hello, I’m having a problem with the blogger I’m doing for college, I wanted to remove this part see that written the name of the site, or if possible change to a cover of my. she is related here:…
-
0
votes1
answer81
viewsSoon need to stay on top of menu but menu is not clickable
When I mouse over the menu the property 'onMouseOver' is not active because the logo needs to be in front, how can I resolve it? The menu with the property 'onMouseOver' decreases the size as well.…
-
0
votes1
answer152
viewsValue of DEG CSS
How many px amounts to 1deg? In this case, if you have this conversion. Or in this case, how to work with it. deg in the case that we use in CSS Transform.…
cssasked 7 years, 1 month ago Lucas de Carvalho 6,427 -
0
votes3
answers2682
viewsHow to do horizontal scroll with screen size Divs
I have 4 div's who would like to put a scroll horizontal to navigate them but the div's are the size of the screen (and I want you to have the full size of the screen). I managed to do an example…
-
0
votes1
answer848
viewsHelp in positioning the aside
Good morning guys, I’m doing a job for college where I would have to make a site with HTML/CCS + PHP. I kind of already made the "skeleton" of the site, but when I went to put the content that goes…
-
0
votes2
answers1791
viewsHTML and CSS horizontal menu
Good guys, I’ve been programming for a while in Java and C#. So now I’m trying to improve more the Front-End part, and although I’ve read enough, when it comes to doing it is a little more…
-
0
votes1
answer28
viewsStyles do not apply to elements coming via AJAX
I am mounting a page that is inserted 2 values. These values go to a page .php via AJAX and then the page returns all records from the database. Function that registers the data: function…
-
0
votes2
answers155
viewsHow to account for % div’s width of a responsive website
I would like to know how I do that account that takes the width of a site and divides by a value x to get the proper result of a responsive site
-
0
votes1
answer36
viewsHow to use Jekyll’s post system to make app
I’m making an android app, using apache Cordova. I want to know how to make a "posts" system like in Jekyll, it just takes text files and turns them into post. For each. txt file it creates a post.…
-
0
votes1
answer493
viewsHow to change the font-family of a single div with . tff file?
I’d like to change the font-family of a div in particular for a font that I can’t find the source, but I found a file font. How can I add this font? Does there exist a code for it? In this link…
-
0
votes1
answer88
viewsHelp with submenu CSS
I need to create a submenu in the "Reports" category but I’m not getting it at all. I am not finding a correct way to create this second level. I appreciate any help. #nav { list-style-type: none;…
-
0
votes2
answers53
viewsCalculate the end of the screen
Well, I have a button that opens a div. If this button is in the middle of screen, then I open the div below the button. If the button is the end of screen and by opening the div can’t see its…
-
0
votes1
answer538
viewsclass panels bootstrap is not working
I installed the bootstrap framework and testing some components of the site some worked and others did not and I do not know the reason, I tested the dropdawn and Jumbotron and both worked, but when…
-
0
votes3
answers556
viewsChange class after 3s via javascript
I need to change the class of some elements after 3 seconds starting to load the site, I want to do this but I can’t, I was trying with SetTimeoutbut I can’t manipulate the question of seconds and I…
-
0
votes3
answers128
viewsCreate a div at the top of the blog (wordpress) to float fixed while scrolling down
I have a blog, I wanted to display an ad in a div after users scroll down and so soon the site is not visible that div appears, and if it goes up again it disappears. website link…
-
0
votes0
answers23
viewsApply effect on UL scrool
It is possible to apply an effect (slideDown() / slideUp()) in a scrollbar of a <ul>? Like, I got a <ul> which opens with effect slideDown(). That one <ul> has a barra de scrool. I…
-
0
votes2
answers208
viewsSlidedown from bottom to top
I would like to apply effect slideDown(), in a UL, but I would like the effect to run from the bottom up. That is, that the div open from bottom to top.…
-
0
votes2
answers478
viewsDiv for Name and Email Registration
I am developing a site using HTML so far without problems, what I need to do is to register the NAME and EMAIL of the visitor of the site. For this I created a form in ASP.NET that performs the…
-
0
votes1
answer142
viewsVertical scrollbar in DIV in ASP.NET
I have a form inside the masterpage content2. Is it possible to place it inside a div with a scrollbar in the vertical that descends only the form in question? What’s the simplest way to do that?…
-
0
votes4
answers86
viewsHiding div by jQuery
I have the following code snippet in jQuery: $('#btnFiltros').click(function () { if ($('#divFiltros').css('visibility') === 'visible') { $('#divFiltros').css('visibility', 'collapse');…
-
0
votes1
answer76
viewsMobile menu, change font color
I can’t change the font color in mobile mode, it turns white, and if I change the CSS to white it changes from the site, follows the menu code. #advanced_menu_toggle, #advanced_menu_hide { position:…
-
0
votes1
answer54
viewsProblems with Footer
I’m having problems with my footer on a page that contains a list, which I add to and it grows. The problem is that you are creating two scrollbars on the site and I am not able to solve. Follow the…
-
0
votes0
answers757
viewsPrint via Browser to Non Tax Printer
I have a problem to print via web in some non tax printers, for example Bematech. I’m using pure html, I’ve added several css options and nothing works. In Epson I can print normal, all right, when…
-
0
votes0
answers40
viewsI need that visual style
Hello! I urgently need help to develop an advanced search style like Zap Real Estate (in mobile mode). Is it possible to do it in pure CSS or are there Frameworks? I’m on hold! <script>…
-
0
votes1
answer50
viewsHow to place a popup at a particular page location
I have a popup that serves to recommend other posts but appears on the footer. I would like the popup to appear higher up, like in the middle of the page, that is, control where it should appear.…
cssasked 7 years, 1 month ago Victor Emanuel 23 -
0
votes2
answers1338
viewsHow do I change the color of all links and underline?
I can’t change the color of my links. I don’t know if the problem is coding in my index or CSS. @charset"UTF-8"; @import url(h) @fonte-face{ font-family:'fontelogo';…
cssasked 7 years, 1 month ago Wellington Samuel 43 -
0
votes1
answer98
viewsChange direction of the arrow from the menu when opening the submenu
It is possible only with CSS change the direction of the arrow from the menu when opening the submenu? I believe the question would be how to detect the click on the menu. I’m using the…
cssasked 7 years, 1 month ago Diego Vieira 1,807 -
0
votes0
answers34
viewsStylize search
I need help to develop an advanced search style, like Zap Real Estate (in mobile mode). I created all the structure of HTML as the site itself, but I feel difficulties in parts of the stylization…
-
0
votes1
answer153
viewschange CSS keyframe via jQuery
I’m trying to change one keyframe CSS, actually do an update, but I’m not getting concatenar variables CSS à javaScript. To ideia, actually, it’s not even changing. But yes, inserir no final do…
-
0
votes2
answers828
viewsI can’t incorporate a Youtube video into my website
I’m inserting the following iframe code to embed a Youtube video, but the code does not generate the video on the site, which I’m missing? I took this part of the code in a code I saw and just…