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
votes3
answers521
viewsMargen-top of DIV daughter drives her away and DIV father together
I’m hoping that the #div1 get away from #fisrt and does not lead to #second together, but it’s not working with margin-top: 5px; in #div1;. That is, between the junction of the #first with the…
-
0
votes1
answer43
viewscheckbox icone google in firefox
I’m having a problem with a checkbox in firefox. I rode him like this: .checkbox { display:none; } .checkbox + label:before { font-family: 'Material Icons'; display: inline-block; color: #0091FF;…
-
0
votes1
answer328
viewsHow to move a logo inside the <div>
I’m trying to center the logo on this panel by dragging it to the left. Here’s my HTML code where I quote it <div class="logoLogin"> <img src="images/perfil-black.png"> <div> I’ve…
-
0
votes2
answers60
viewsIs it possible to create a class within a list?
I am mounting a list that has an image and its size in the same line according to the code below. <tr> <th> <img src="images/radio1.jpg" width="48px" , height="48px" /> </th>…
-
0
votes3
answers1608
viewsHow to make Confirm custom?
good afternoon I am in search of making a custom Alert with different design: for example if the user click cancel open an Alert asking "really want to cancel" only that would like it with a design…
-
0
votes1
answer31
viewstake the margin from the google feed
Is there any way to get that margin-top google source? I know you have a property that distances or approaches the source letter-spacing, but that’s not what I need, I just wanted to take this…
-
0
votes1
answer33
viewseffect on attr. ('Javascript style
I need to run this 'Grayscale' filter gradually, which will apply gradually over a period of time. $('#backstatic').attr('style', 'filter: grayscale(100%)'); this is my line, I wonder if you have…
-
0
votes1
answer41
viewsCustom banner system
Speak people, I need to create a "Custom Banner" system. Let me explain a little. I need to create something that: I send a photo, put this photo inside a frame, and in that generate another photo…
-
0
votes2
answers1255
viewsTRANSPARENT NAVBAR
Personal a doubt half beast, I’m making a Landing page and wanted to use a navbar style of this site here: http://themes.uconnect.pk/cosmic/standard-slideshow-inverse-nav-darken.html When it’s at…
-
0
votes1
answer212
viewsCheck multiple Radio type input in a simulated
Well, I’m creating a website and I need to validate the radio input fields. I thought about using JS, but it didn’t work. As stated in the topic, there are several fields that I need to validate.…
-
0
votes2
answers126
viewsHover in two Ivs within the same column
My question is this: I have a column with a text and an icon, I need that when the mouse is on top of the column both the text and the icon change color, follow the HTML: .features .round-icon {…
cssasked 7 years, 8 months ago Rodolpho Zoid 3 -
0
votes1
answer293
viewsGive effect to the image and the re-colored Hover
I don’t know if it’s possible. I tried it with mix-blend-mode, filter, but it doesn’t work. It would be possible for an image to start with a layer of gray and on top, a layer of green. When passing…
-
0
votes1
answer1445
viewsHow to make 3d div responsive with bootstrap? as if you had left the div?
I need the site to be all responsive. I’m wearing a bootstrap. the way it is in the image below: --> my HTML code<-- <div class="col-sm-4 "> <div class=""> <img…
-
0
votes1
answer37
viewsAdd Class Dropdownlistfor
How do I enter @class = "form-control" in the code below? <div class="form-group"> <label for="disabledSelect" class="control-label col-md-2">Status:</label> <div…
-
0
votes1
answer1194
viewsHow to adjust picture in container
I have a 1220x780 image and I want to put it in a 341x192 container, how do I make it appear adjusted, centered, in "miniature", I’m using max-width: ; max-height:; width: auto; height: auto; But it…
-
0
votes1
answer402
viewsText with 2 different alignments
.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head>…
-
0
votes1
answer34
viewsProblems with scrolling href to content on the same page in smaller resolutions
My problem is this. <a href="#saibamais" class="scroll-to"> Saiba Mais </a> <div id="saibamais"></div> $('a.scroll-to').on('click', function (e) { e.preventDefault();…
-
0
votes1
answer71
viewsDoubt with Flex-Box CSS
I am excited about a flex display issue in this code snippet: https://jsfiddle.net/h6tgnu19/7/ I want the box to stick to the top of the page, regardless of the scroll menu or not. That there is no…
-
0
votes1
answer90
viewsProblem with css float
We created this code below to simulate the same problem on a site I’m developing to practice my html and css. I have two elements that float to the left and one to the right but when I clear the…
-
0
votes1
answer249
views':Hover' effect with 'Transform' shows a defect in Google Chrome when exiting ':Hover'
I created an effect Hover zooming scale(1.5) in the image, but when it leaves the Hover the border-radius the image returns the square image before returning to border-radius original. The problem…
-
0
votes1
answer2919
viewsHow do I prevent one element from overlapping another?
All right, here’s the deal. I have a div, which in my case is the body of the page, within this div I have two edges, the right and the left, and inside the div I also have a flexbox with some…
-
0
votes2
answers9216
viewsBootstrap - Change font
I have a bootstrap system and need to change the FONT of all pages. Can you change this only in bootstrap.min.css and not have to file by file? How to do? The font-family I need is not the one that…
-
0
votes1
answer93
viewsModal problem
I’m with trying to use the modal of bootstrap to change the information of table names, but when I call the modal happens what is appearing in the image, it gets superimposed behind. I’m using the…
-
0
votes1
answer40
viewsFormwork for different screens, some do not work
wanted to know if the media queries has higher order for less or vise versa, because I format in a specific size works right, then I will format to another screen the previous fails to work vise and…
-
0
votes1
answer70
viewsProblem with Navbar
I have a problem with the navbar issue. I am making 1 template but I find myself with the following error. As you can see on the right side the scroll is at the top but as soon as I go down this…
-
0
votes1
answer145
viewsSpecific hover for touch
Is there a CSS hover for touch? Or emulate one with javascript that only turns on if it’s touch?
-
0
votes0
answers44
viewsCreate a css file with Bootstrap classes
I’m sorry for the lame question, but I just started with css and I’m having a question: I will have to repeat several DIVS (with the same panel and bg-blue-Grey-100 bootstrap styles) on several…
-
0
votes0
answers145
viewsSave canvas image with filters
I add image filters to the canvas, but have to save the image in the database and when I do the image saved without the filters, save the original. My database is connecting through Ajax and I do…
-
0
votes1
answer933
viewsHow to align text in responsive?
People are making the site politicadascidades.com.br and when I change to the responsive design I come across this This is the welcome screen in desktop version, the text is with align="center" and…
-
0
votes0
answers31
viewsHow to put a show more inside a table/form?
Hello good morning guys I have a wordpress website, and what I want to do today is add a button/ text before sending an existing table, so that if the user click the button/ text appears another…
-
0
votes1
answer36
viewsMenu with Hover showing an image opening
Good. Someone has some reusable example of a menu similar to this site: www.boali.com.br Or you could direct me so I can do it?
-
0
votes0
answers350
viewsProblem by clicking on anchor menu #
Below is my jquery script that hides a certain content of #about for example and when clicking on the menu it hides the old and shows the new but when I call the new content gets all messy quoting…
-
0
votes1
answer115
viewsBlogger posting bug
Well, here’s the thing, was working perfectly,the javascript functions that I implemented had no problem at all,: he kind of bugged out, probably because the same download block can’t take up the…
-
0
votes0
answers52
viewsLoad a url when you click play from the player
Hello, I’m trying to load a url (open a link) when I click play from a player that is a Wordpress plugin (Wonderplugin Audio Player). I imagine it can be done in javascript, but I don’t know how to…
-
0
votes0
answers60
viewsEvents in three.js and CSS do not work in some languages
The idea is to make a 3d prediction and when you click on an apartment to open on the side (each occupying half the screen) a card with some information, in Vices with width of up to 650px, the card…
-
0
votes0
answers202
viewsGraphic does not suit printing
I have a page that features several graphics and a button for printing. Although I have put the graphics in a small size and one next to the other to print several graphics on the same sheet, when I…
-
0
votes2
answers140
viewsSoon accompanying page scroll(problem)
I made a jquery to add a Fixed on the page logo depending on the amount of scrolling, but it is very done, when it passes the amount of scroll that the logo gets Fixed the logo a "jump" to the…
-
0
votes1
answer52
viewsFlex display and width of child elements not working
I am developing a form, however, an error occurred on the page, the elements stay with a margin until the end of the width of the parent div, even if setting a margin 0 and a width less than 50%…
-
0
votes3
answers685
viewsHow to make hidden texts appear when expanding a menu
have a question, As you can see in the image, this is a part of a website that the customer requested. How can I make this menu where you click and it expands and shows hidden text? And it still has…
-
0
votes1
answer36
viewsMenu item always open
I have a side menu that when the user clicks changes the color of a selected item in the menu through a javascript code, however when an update occurs on the screen the class is removed. Would…
-
0
votes1
answer68
viewsScrollspy wordpress
Good morning I would like a help am using wordpress and I put the following menu class CSS_Menu_Maker_Walker extends Walker { var $db_fields = array( 'parent' => 'menu_item_parent', 'id' =>…
-
0
votes2
answers304
viewsStart viewing the div at the end of the Scroll
What about you guys, blz? Guys, it seems like a dumb question to Mayor, but I searched and I couldn’t find anything related, I have a div with lists inside etc... li.intem3 li.intem2 li.intem1 When…
-
0
votes0
answers212
viewsEmail - Mobile Column Breaking Marketing
Good afternoon, I’m developing a website for an email marketing, it is ready, but I’ve been looking on the internet and I saw that to leave responsive without using media query... and I tried to…
-
0
votes1
answer553
viewsHow to detect if the user is accessing through a webview app
Hello, I created a webview app for my site because it is 100% responsive and adapts well on mobile devices, but in my menu has a link to you download this app, I would like to know how I can…
-
0
votes2
answers415
viewsCalling functions in ngClass
I’d like to call in functions in the ngClass. I was able to call only the function, and if I want to call other classes it does not take, if I just put the function in the class it can…
-
0
votes1
answer45
viewsChange background from time (Problem)
I need to change the background from a certain time, but the site was already half done so the loading of the background is being done in jquery with this function $(".intro").backstretch("img/" +…
-
0
votes1
answer71
viewsHow do I assign a view to an Submit input?
I want to assign a link to an input in my code. For example: The view is called 'panel.Blade' and I wanted an input in the 'Adm.Blade' view to return it. Controller class Clientscontroller extends…
-
0
votes1
answer1016
viewsDoubt on how to shrink/Collapse one menu by clicking the other
I have a question on the following item, I created a Sidebar with menu in bootstrap, but I wanted to click one, the one that had opened shrink. Example Code done so far: codeply /* DEMO STYLE */…
-
0
votes1
answer137
viewsEmbedded Form Mailchimp does not redirect to destination page
Follow the code of the Form I am working, the problem is the following, using it as it is, is not redirecting to the link of the e-book that I would like, I tried to put >…
-
0
votes1
answer31
viewsHow to reduce field width using css?
I received a code to embed on the site, but I’m not able to reduce the width in the field to fill email. Below follows the code. Thanks in advance. Code to put in head: <script…
cssasked 6 years, 3 months ago Junior do Amaral Santos 13