Most voted "css3" questions
The term CSS3 is used to refer to CSS properties and selectors added after level 2.1 of the specification. Use this tag for questions about new CSS modules.
Learn more…1,944 questions
Sort by count of
-
0
votes0
answers41
viewsLoss of pixels in input from one form and another not
I got the following input <label class="labelPequeno">Endereço</label> <input type="text" class="typeTextGrande" required maxlength="400" id="endereco" name="endereco" /> With…
-
0
votes0
answers34
viewsImage that goes "Filling"
There is how I put an image and put a filter to be black and white, and as I want the image will get colored? Example: I have an image of an item that I want to conquer, it has stages to be…
-
0
votes0
answers55
viewsHtml5 css3 element error does not stick to what was specified
how can I make so that the elements remain according to the first element of the column. because they are not as desired. in the first element I have two icones one of heart and one of check, but…
-
0
votes3
answers955
viewschange soon when decreasing screen width
I would like that when the site was seen in cell phones the soon appear smaller, I have two logos, logo1(major) and logo2(minor), how do I so that when the site is opened in a device with screen up…
-
0
votes2
answers672
views -
0
votes1
answer133
viewsChanging CSS with Jquery
In my select I have the list with the options, when selecting an option the content alternates as it is tied to the selects. When I put data-Native-menu="false" select does not allow you to change…
-
0
votes1
answer252
viewsAnimation when expanding item in a sidebar
How to create a right shift effect (of the items) when expanding a menu option within a sidebar? You can do this using CSS only? I tried to use "Transition" but was unsuccessful.
-
0
votes3
answers388
viewsView images side by side using Javascript/Bootstrap
I would like some images to be displayed side by side, as follows the model below, could indicate me the best way to do? I’ve tried it with Bootstrap, but I can only pop one image at a time.…
-
0
votes1
answer127
viewsDropdown menu in CSS
Good afternoon Galera, How do I make the dropdown work in the menu I created? Hiding the dropdown from what we did was easy, but how do I make it appear with the mouse over the "what do we do"…
-
0
votes1
answer935
viewsDiv when opening is overlapping another div
I have the following code: <?php if(!isset($_GET["p"])) { echo $phpUtil->erro ("Produto inexistente!"); } else { $imagemAdd = "<img src='../_img/add.png' style='height:40px;' />";…
-
0
votes2
answers692
viewsHow to create a div with height in percentage?
Good, guys! I have a question. When I create a div/footer/header and I will in css edit your dimensions with you quietly put the width 100%, however the height I can’t edit with percentage, only…
-
0
votes1
answer186
viewsProblem importing CSS fonts
Guys, I’m having a little problem importing fonts, when I put the native fonts works, with the exception of Helvetica, and when I import a local font or by url it’s like I can’t access the source…
-
0
votes2
answers295
viewsProblem with Bootstrap Resizing
I’m having the following problem I’m ultilizing bootstrap in version 3 need my page to look like this template: but when I redeem my images they look like this: I would like the black image to be…
-
0
votes0
answers97
viewsJquery Carousel disturbing the display: inline-block
This is the page: http://www.magicforbaby.com.br/loja/produto.php?p=1 The code is this: echo "<div class='fotosProduto'>"; require_once "_required/carousel.php"; echo "</div>"; echo '…
-
0
votes1
answer1094
viewsFull screen video as background for any resolution
I need to put a full screen video as the background of a web page, someone knows how I can do this? Thank you.
-
0
votes1
answer160
viewsDiv overlapping even after clear both
This is the page: http://magicforbaby.com.br/ There’s a banner you’re covering up div's below it. I already put a div clear both below it but it didn’t work. as div's class="base" and class="final"…
-
0
votes1
answer49
viewsProblems in Child Nth
I have the code below, it is working perfectly, the only problem is that if I add one more read or a few more it changes its formatting. I wish it was the same now, but no matter how many Lis there…
-
0
votes3
answers69
viewsLoop of DIV’s in PHP
I am generating a loop of a fixed size div and I would like at the time of printing each one to stay on a page. But the first Loop Div gets one margem-top preventing it from happening ! Is there any…
-
0
votes1
answer3306
viewsFixed vertical menu with css and bootstrap
I would like a help need to make a fixed vertical menu but next to them there is a line with some circles that will indicate me in which section of the page I am but I have no idea how to get this…
-
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
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
votes1
answer108
viewsHow to Do an Animated and Creative Loading with CSS3?
I wanted to do an animated loading like this example here: https://dribbble.com/shots/963799-Animation-Loading-gif…
-
0
votes0
answers146
viewsHow to create a switch button like Android with CSS?
How can I create a switch button like the one on Android with CSS? You need Javascript to do "on-off", or I can do this only with CSS?…
-
0
votes1
answer62
viewsNav-Burger Collapse onclick
Good afternoon, looking for someone to help me turn a Nav-Burger from the fontawesome (fa-fa-bars) to X when a click is done and vice versa.
-
0
votes2
answers53
viewsProblem in product layout in Grid
I have the website MK Graphics where in the part of product category, specifically in Banners and also in Promotions the disposal of the products in Grid is with problem, one or another product…
-
0
votes0
answers49
viewsSlide Click when refreshing on the page
I am using the plugin bxslide, however when I load the page it works normally, but when I give refresh, it saves the images appearing all slides, not from JS error, but when I change the page size…
-
0
votes1
answer68
viewsDash Sliding-Middle-out on top image
I have an image and at Hover, I want to present a dash at the top of the image growing from the middle out. example here (below "our Programs"): http://www.templatemonster.com/demo/58536.html I’m…
-
0
votes1
answer91
viewsJquery background input animation
Dear friends, I would like to do the following. I have two buttons, one interferes with the other’s value. When a field is changed I want the other field to gain a background and return with the…
-
0
votes0
answers24
viewsDynamic positioning of Divs
Hello, I am facing a problem, I want the div’s to align automatically with the empty space, as signaled, however, she insists on staying aligned to her lateral div and not her superior. How should I…
-
0
votes1
answer5666
viewsDifference between CSS3 and CSS4
CSS 4 exists? What’s different from CSS 3? Do browsers already support? I was looking for CSS 3 on Google and saw some people mention CSS 4.
-
0
votes1
answer53
viewsBootstrap interfering Imageareaselect (Primefaces)
I’m using the component, from the Extesions primefaces, called Imageareaselect. Primefaces Extesion - Imageareaselect However this Bootstrap TAG is causing the background of Imageareaselect is…
-
0
votes1
answer87
viewsTip to assemble menu
Good morning friends, I am new here and I would like to count on your help, because I need to assemble a dropdown menu, with one of the sub-menus with another level. However, to follow a layout,…
-
0
votes1
answer107
viewsCSS: How to keep <li> on one page without skipping to the next
Good afternoon, everyone ! I would like to know how I can put the list items on the same page without it going to the next page. Ex: I want to put item 3 and its description on the right side of the…
css3asked 7 years, 6 months ago Victor Moura 3 -
0
votes1
answer949
views -
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
votes1
answer1079
viewsTake scroll bar on Ionic 3
I’m having a hard time getting the scroll bar on ionic 3 is appearing in all versions (ios, android, windows phone) What should I do ?…
-
0
votes1
answer405
viewsDASHBOARD - Can you export to Browser?! (Any language to the web)
How do I import this DASHBOARD made in VBA in EXCEL, to run in browser? In HTML, CSS, Javascript, php... Whatever, I just want you to run it in the browser.…
-
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
answer57
viewsWhy doesn’t MAIN track the height of the internal elements?
I use the main to compose the main content of the site, but it does not automatically follow the height of the internal elements. main{ background-color: #444; max-width: 1200px; width: 100%;…
-
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
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
answer697
viewsHow do div with arrow?
I am grateful if someone can show how to do these div’s that stay on the globe site with a small "arrow" pointing to the item in which the user is browsing, using only HTML and CSS Follow the…
-
0
votes1
answer716
viewsHow to create a DASHBOARD like this?!
Will I have to create everything in DIV? Can someone make an example of this " LINE A " so I can follow? The rest I managed to create, just these " LINE A, B, C ... " that I’m having difficulty "…
-
0
votes2
answers112
viewsChartjs - Chart going only 1 time
Only 1 graph is appearing, even if I repeat the code. Only 1 graph appears. What to do?! *{ font-family: Oswald; } .box { margin-left: -110px; width: 170%; } .box-chart { width: 100%; margin: 0…
-
0
votes1
answer235
viewsHow to make a "balloon" effect on a menu?
I need to make an effect similar to a conversation balloon in the tags < a > of my menu, as well as this figure, when I step the mouse( Hover effect) the balloon appears. I tried to do…
-
0
votes1
answer185
viewsHow to Do Automatic Scrolling
I’m developing an application where the user asks a question and the server delivers an answer, I’m having trouble getting the scrollbar to keep up with the conversation, So far I’m having the…
-
0
votes2
answers2979
viewsScroll to the bottom of the page automatically
I’m developing an application where the user asks a question and the server delivers an answer, I’m having trouble getting the scrollbar to keep up with the conversation, So far I’m having the…
-
0
votes1
answer34
viewsHelp with Div handling
Good afternoon. I need help handling a Div. In theory, I only have to pass a 'curved' div over another, but not just a circle, but something softer, as in the print below: https://ibb.co/nzGLPk How…
-
0
votes2
answers414
viewsMotion Animation in a Box
I have a blue box with these CSS3 settings: .learn-more-btn { background: #006eff; padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;…
-
0
votes2
answers163
viewsdiv’s scroll down when changing screen resolution
Hello, I have the following code: <style> .fotosJaCad { display:inline-block; vertical-align: middle; width: 18%; height: 175px; text-align:center; border: #000 .01px solid; } @media screen…