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
votes1
answer492
viewsSpacing between Background
Good afternoon. I wonder if it is possible to give a spacing between 'Background-repeat'. I mean, I am with something like this: Image with example My CSS is like this: background-image:…
-
0
votes3
answers5589
viewsGrab child element in css
I have the following html structure: <div class="box1"> <p>texto</p> <p>texto</p> <p><img src="imagem1.jpg"></p> <p>texto</p> </div>…
-
0
votes0
answers314
viewsHow to load saved form in localstorage in a table?
I need a form saved on localstorage be uploaded to another page, within a table, but I don’t know exactly how to do this, the most I can is to be uploaded to the same page of the form, but this way…
-
0
votes2
answers1402
viewsWhat does ">" mean in CSS selectors?
Guys, I came across this CSS from a free project that I downloaded from the web. .user-panel>.image>img {} What this "nested" notation represents? Because the "img" doesn’t have the point (.)?…
-
0
votes1
answer70
viewsTag to include a reference source
It may be a stupid question, but I’m not finding any answers in my research. I am building a web page on Html5 about fruit pulps and I am entering information from other sites and I want to leave…
-
0
votes3
answers1702
viewsCreate button with border and gradient text
I need to make a button with the border and the text color gradient, but the button also has border-Radius. I have tried several forms here, but I did not succeed. What is the best way to make this…
-
0
votes0
answers58
viewsPicture gets huge in Carroussel
That is the problem: http://hotplateprensas.com.br/novo/produto.php?p=1 I’m using a plugin JQuery for viewing images of the type carroussel. But when the image is too high it generates this problem.…
-
0
votes2
answers67
viewsinput is inside the fildset tag, but is cutting the line
input { font-size: 16px; margin-bottom: 20px; border-radius: 5px; border: 1px solid #ccc; position: relative; }…
-
0
votes2
answers1149
viewsHow to Put color over the image when passing the mouse?
Place color over image by hovering mouse? Normal image: Image with black color superimposed: How do you do that?…
-
0
votes0
answers159
viewsHow to make a dropdown menu in wordpress?
I have an html code of a website I’m developing. <!-- mega menu --> <div class="menu"> <!-- menu start --> <nav id="menu-1" class="mega-menu dark"> <!-- menu list items…
-
0
votes2
answers106
viewsHow to make menu appear as mouse scroll
something similar to the menu of these two sites: http://fenixsub.com and http://www.intoxianime.com where the scroll action makes the menu appear.…
-
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
votes1
answer701
viewsEnable Hover by javascript
Hey, guys, here’s the deal: I created an html that contains an image, a text and a button; The image has a Transition that makes the image rise to a certain point; Text has an opacity when I hover…
-
0
votes0
answers45
viewsBootstrap: Resizing the figure
I have the following HTML code: <section class="container sobre-site"> <h2 id="sobre-site-id" class="subtitulo">Título</h2> <figure class="thumbnail"> <img…
-
0
votes2
answers191
viewsproblem with style sheet on Asp net
I use visual studio 2012. I’m working with Asp net. I have a style sheet inside a folder and reference it on an aspx page. When I create a new html tag, a <h3> for example, and I make simple…
-
0
votes2
answers297
viewsHow to pause CSS animation while music is stopped?
I made an example: function play() { //Fazer animação } function pause() { //Para animação, ficar toda linha roxa; } #animacao { position: relative; margin: 30px; } #bloco { display: block; bottom:…
-
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
votes2
answers2069
viewsCut image inside a CSS div
I need any image size to be centered inside the div: Example below: I have this css code to make the image circle: .anuncio_dialogo { background-color: #FFF; width: 128px; height:128px;…
-
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
answers52
viewsHow to put two pictures on this grid on each line for a 1366*768 resolution?
Good evening, I need help (tcc), I found an effect on the internet and I decided to incorporate it to my project but some problems arose, so I created a separate effect file to be less complicated,…
-
0
votes0
answers305
viewsHow to leave the Object fixed on the screen?
I’m having a problem when I zoom in or out of the browser, my "balloons" they follow the respective command, if you increase it increases, if you zoom out it decreases, but I would like to leave…
-
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
answers1391
viewsHow to format a very large string (organize the text)
I have an object with an attribute of type String that has a very large text, and I need to organize this string so that the text is organized and more beautiful. I wonder if there are any JS…
-
0
votes0
answers17
viewsDoubt menu bar for sitre
Good afternoon, I have a problem, I need to make a menu bar on a site, and when scroll the logo page and the menu decrease, the same on this site link below. https://www.grupoqueirozgalvao.com.br/…
-
0
votes1
answer157
viewsmenu creation on Html5 and css3
I created a menu with HTML5 and CSS3, so far so good, I left it right at the top corner of the screen and everything straight, only when I open the same file on another screen the menu is no longer…
-
0
votes3
answers178
viewsHow to take width of div when minimize screen - Bootstrap
I have the following code: <div class="col-md-1" style="margin-right: -15px; width:200px"> </div> However as I am working with bootstrap I wanted to remove this width in case my screen…
-
0
votes1
answer403
viewsMap opens bugado
Good morning! I have a web application, where I use a leafletjs map (http://tombatossals.github.io/angular-leaflet-directive/#!/) and openstreetmap as Tile. The map works perfectly, I can interact…
-
0
votes3
answers27822
viewsShow/Hide with CSS only
What CSS do I have to do to show or hide the elements of <div id="mostra"> by clicking the Show/Hide button on <div> fetch? This is my HTML: <div> <div id="mostra"> <input…
-
0
votes1
answer583
viewstext error float beside html image
Guys and the second is an error and I can not solve it the text is pasted in the image, I wanted at least to have some space between the text and the image, I tried to put margin-left and n will I’m…
-
0
votes1
answer70
viewsCenter menu or by 10% left margin without compromising resposivity
.nav-tabs { background-color: #ffff00; } .nav-tabs a { color: red; } <ul> <li role="presentation"…
-
0
votes0
answers106
viewsContact form
Good night. Guys, next. I’m just starting out in HTML5, so I don’t know much yet. I did the whole visual part (CSS) of a contact form (like course work), but I’m not very good with html itself, so…
-
0
votes0
answers48
viewsAttack css in the parent element
I have this HTML structure: <table> <tr> <th>Firstname</th> <th><a>Lastname</a></th> <th>Age</th> </tr> <tr>…
-
0
votes1
answer86
viewsHow do I load while the page is loading with Semantic UI?
Well, I just saw on the site of semantic the topic of loading, where the various types of loadings, but I was left with doubt of how I would do so that when the content was being loaded was with…
-
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
answers49
viewsHow was CSS developed?
I’m trying to find out, but I’m on time researching and I couldn’t find any reference, someone would have an idea of how CSS was developed? Was developed with a specific language? What technology is…
-
0
votes2
answers4389
viewsForce a DIV element into the bottom
Good morning, everyone. I need to align elements at the bottom of a mother div. This is a chat screen that messages are displayed whenever there are new ones at the bottom of the window. However, I…
-
0
votes1
answer80
viewsCorrect application of the font-face
It is known that the sources of the type woff and woff2 are not supported by all browsers, I am using on my page and on the google console Chrome accuses problems to download the font type woff2, in…
-
0
votes1
answer89
viewsProgress bar in angulajs
I need a progress-bar which is the image of a chalice being filled with AngularJs. Something like this: http://franverona.com/loadgo/. Can someone give me an example? I don’t have the official image…
-
0
votes2
answers2576
viewsHow do I create a javascript to send a form to my email?
I contain the following HTML5 code: <div class="form"> <div id="sendmessage">Sua mensagem foi enviada. Obrigado!</div> <div id="errormessage"></div> <form action=""…
-
0
votes1
answer1329
views -
0
votes1
answer1927
viewsAnimations of input text and Divs when scrolling the page
I have seen that it is getting more and more common this practice, where the elements of the page will "appear" (fade-in, slide-in, and more) automatically when, when giving scroll, you enter a new…
-
0
votes1
answer350
views -
0
votes2
answers1289
viewsWhat kind of measure used when building a site for width, height etc...?
What kind of measure is used when building a site, type width and height. If it is pixel, percentage, point, centimeter ?
-
0
votes1
answer68
viewsHover slider Effect with Jquery does not work
I am developing a web application using html,css,Jquery and put an animation like this in my application. link with example that as wanted in my application But when passing the mouse over the…
-
0
votes0
answers214
viewsMinificar css e js automatically
Years ago I saw on youtube a video where the guy just wrote a code in css3 or html and if I don’t cheat the server read the minified code, or maybe create another file already minified. You know…
-
0
votes2
answers124
viewsIs there a standard for Media Querie application?
I’m starting to learn now about Media Querie and I have a doubt I haven’t seen the answer. Is there any standard in the media querie application ? It is correct to have a media-querie.css file with…
-
0
votes1
answer203
viewsInput type button does not work on smaller screens
I’m editing some pages in C# and I checked that on screens smartphones the button confirms the type button doesn’t work. Follows code: <input type="button" id="bt_confirmar" value="CONFIRMAR"…
-
0
votes2
answers2445
viewsWhy doesn’t Css work?
i have some questions in this code. I would like to use open sans font in the text, that the text be aligned up in the table. Can you tell why css does not work applied to html? Remembering that the…