Posts by Felipe Viero Goulart • 3,693 points
233 posts
-
1
votes2
answers216
viewsQ: Leave click on A throughout the LI
I have the HTML: <li class="duoBtsAnalise"><a href="#">Análises de Risco</a></li> I want the click of a is active throughout the li. My CSS: .duoBtsAnalise {…
cssasked Felipe Viero Goulart 3,693 -
0
votes1
answer330
viewsQ: Make Animate with scrollTop
I want you to div #parte3 stayed display:block when you get to the scrollTop = 1110. My syntax console.log($(window).scrollTop(), $(window).scrollTop() > 1110); if ($(window).scrollTop() >…
jqueryasked Felipe Viero Goulart 3,693 -
0
votes1
answer473
viewsQ: Background-color from Lection does not work
I have the following CSS: *::selection {background-color:red;color:blue;} *::-moz-selection {background-color:red;color:blue;} *::-webkit-selection {background-color:red;color:blue;} Where, any part…
cssasked Felipe Viero Goulart 3,693 -
4
votes1
answer301
viewsA: Error with border Radius Chrome
Try to put display:inline-block. .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px; display: inline-block }…
-
2
votes1
answer854
viewsQ: scrollTop does not work
I have a div topoMaior and I want that when the person gives scroll of some 50px, it stays with top:0. I did it with Jquery: if ($(window).scrollTop() > 50){ $(".topoMaior").css("top","0"); } And…
jqueryasked Felipe Viero Goulart 3,693 -
3
votes2
answers212
viewsQ: How to make the A click active for all LI
I have a li with a inside, and would like to activate the click of a for the whole of li. I mean, when I click the corner of li it enters the link anyway, I want to do this without Jquery. My…
cssasked Felipe Viero Goulart 3,693 -
3
votes1
answer57
viewsQ: Fonts do not load correctly on IE8
I’m using both sources on a website: <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'> <link…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer53
viewsQ: First-Hild and Hover operation
I have a TOP and I would like that on the first li, in the case of the soon, don’t have the edge, when I pass the mouse on top. Already in others yes. I tried with the following CSS and could not.…
cssasked Felipe Viero Goulart 3,693 -
0
votes2
answers162
viewsQ: Centralize page numbers
I have the following pagination: < 1 2 3 4 >. Perfect, what happens is that this page is in the middle of the page. I can center the div which will contain these numbers, but how to do to…
-
1
votes2
answers151
viewsQ: Include class as link
I have a div which will contain in your Hover a specific color, this color will depend on the a that exists above it. .homeNoticiasOpacidade { width: 100%; height: 100%; background-image:…
jqueryasked Felipe Viero Goulart 3,693 -
0
votes2
answers45
viewsQ: Assign ownership of five out of five elements
I have a gallery that will repeat, every five photos, it jumps down. Only when the element is the fifth, or =5, I want you to apply a margin-right=0. My HTML: <ul class="galeria">…
cssasked Felipe Viero Goulart 3,693 -
2
votes2
answers1913
viewsQ: Font color in placeholder
I have a form with the following HTML: <div class="cont960 trabalheConosco"> <form> <input type="text" placeholder="nome*" /> <input type="text" placeholder="e-mail*" />…
cssasked Felipe Viero Goulart 3,693 -
6
votes1
answer196
viewsQ: Whether or not to "div" in the CSS
Should I or should I not inform the div in the CSS? Example: .teste {blablabla} div.teste {blablabla} HTML: <div class="teste">teste</div> I never inform, only that I was seeing the code…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer2525
viewsQ: Stylization of HR
I have a line on a layout I’m doing, and I didn’t want to create a div just for her. I would like to continue the hierarchy I created. So I decided to use the <hr /> Example: .empresa hr {…
cssasked Felipe Viero Goulart 3,693 -
2
votes3
answers312
viewsQ: Placeholder does not work in Textarea
I have a form with a textarea, put a placeholder us input and is working perfectly, except in the textearea. <form name="trabalheConoscoFormulario" id="trabalheConoscoFormulario" action=""…
-
0
votes1
answer154
viewsQ: Problem with box-Sizing
I have a input and would like to put a box-sizing 'cause I’m gonna use padding-left and would not like to touch the width of the element. My HTML: <div class="contato"> <form> <input…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer147
viewsQ: Scrolltop after the page has already been loaded
I want to scrollTop after I click on a button. Just not on the page I’m on but on the page that will open. My HTML: <a href="/clinicas" class="saibaMais cp margin-top-40 margin-bottom-25 f-left…
jqueryasked Felipe Viero Goulart 3,693 -
2
votes2
answers154
viewsQ: Do IF to give Slideup on an element
I have the following HTML: <div class="unidadesTotal"> <div class="unidades">tituloSYS</div> <div style="display:none" class="unidadesConteudo margin-top-25"> <div…
jqueryasked Felipe Viero Goulart 3,693 -
0
votes2
answers30
viewsQ: Permalink configuration in Wordpress
I have the following link: http://bettercallsaul.com.br/saiu-novo-teaser-de-better-call-saul/ That leads to a post, this post is in the category videos I would like to know how to include the…
wordpressasked Felipe Viero Goulart 3,693 -
1
votes1
answer43
viewsQ: Frequently troubling the generation of a sitemap
I have a sitemap I generated from a website, example www.meusite.com.br/sitemap.xml, managed before putting the site on the air. He went through all the Urls on the site and it’s all right. When the…
htmlasked Felipe Viero Goulart 3,693 -
4
votes3
answers7469
viewsQ: Doubt about input stylization="Submit"
I have a following class: .rodape input{ blablabla } And the following HTML <div class="rodape"> <input type="text" /> <input type="text" /> <input type="submit" />…
cssasked Felipe Viero Goulart 3,693 -
13
votes4
answers2486
viewsQ: How to make this arrow in CSS
I have this next arrow in a layout, but I don’t want to make an image, but only with CSS. How do I do? I have to wear edges?…
cssasked Felipe Viero Goulart 3,693 -
6
votes2
answers71487
viewsQ: Apply opacity only in background
I have a div and text written inside her. .topoMenuSegmentos { width: 470px; height: 190px; background-color: #0a1737; display: block; margin-top: -2px; } I want to apply a opacity:0.8, what happens…
cssasked Felipe Viero Goulart 3,693 -
2
votes1
answer55
viewsQ: Width of an element calculated with jQuery
Here’s what I want. When I hover over the li, the div topoMenuBarra cease to be display:none to be display:block, and the width the div is equivalent to a that exists within the li. He’s taking as…
jqueryasked Felipe Viero Goulart 3,693 -
2
votes2
answers69
viewsQ: Problem with the font property
I’m using several properties in one. For example, instead of me using font-family, font-size, I’m only using font, as below: .topoMenu li{ font: 20px 'Ubuntu', sans-serif, #000, 300; } The last is…
cssasked Felipe Viero Goulart 3,693 -
7
votes4
answers10036
viewsQ: Apply color to font in element clicked only with CSS
I have the following HTML: <div class="trabalheSubEsqTitulo">Fale Conosco</div> When I click on the div trabalheSubEsqTitulo, I want him to apply color:red, however, I only want this…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer60
viewsQ: Question about "Parent" in Jquery
I want when I click on class atendimento to classhorarios keep display:block Follows my HTML: <div class="margin-top-30 pai"> <ul class="horarios"> <li…
jqueryasked Felipe Viero Goulart 3,693 -
2
votes3
answers7273
viewsQ: Load image and insert into a DIV
I have the following layout: I would like when I click LOAD, open the explorer for me to choose the image and click next to the image, where there is a DIV, as happens on various websites. Have some…
jqueryasked Felipe Viero Goulart 3,693 -
3
votes2
answers6158
viewsQ: Hover over one element that will effect another
I have the following code: .tratoresList h3{ font-family: "opensans-light-webfont"; font-size: 17px; color: #000; width: 210px; text-align: center; } .tratoresList strong{ font-family:…
cssasked Felipe Viero Goulart 3,693 -
3
votes1
answer7838
viewsQ: Rotate text via CSS
Is there any way to rotate a text, to look like the image? Researching, I saw that you have the transform: rotate(10deg);, would like to know if it is functional for the IE8, or if already another…
cssasked Felipe Viero Goulart 3,693 -
26
votes4
answers5242
viewsQ: What is the priority of HTML? "id" or "class"?
I would like to know if HTML is a priority id or class. For example, if I’m assembling my structure and do the following: <div class="teste1" id="teste2">TESTE</div> What will he do?…
-
2
votes2
answers14517
viewsQ: Get file name in input file
I have an input, where when I click, I want you to enter the file name. I have the following code: HTML <div class="trabalheObs">Carregar Currículo</div> <input…
-
1
votes1
answer92
viewsQ: Center element on a page
I have a page and login to develop and there’s a logo right in the center of the page. Okay, I centered it this way: bg{ background-image: url("../imagens/bg.jpg"); background-repeat: no-repeat;…
cssasked Felipe Viero Goulart 3,693 -
2
votes1
answer45
viewsQ: Fix for Nth-Child(n)
Is there any fix for the :nth-child(n) CSS3? to run on IE8? Because, I have a CSS file that I used this selector, it does not only run on IE8
-
2
votes2
answers281
viewsQ: Leave web page text manageable
I developed a one-page layout which the client requested that a part of the site be manageable, something that was not in the project at the beginning. It’s a simple line between <p> and…
-
1
votes2
answers137
viewsQ: Faded transition between sprites
I have a button that’s like this: And when I pass the mouse, I want it to stay that way: Okay, for example, I can use: .unidades:hover{background-position: center -49px;} The problem is that then I…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer93
viewsQ: Error in Divs positioning
I have one page, which has three divs. The first contains a manageable banner the second has a background image and the third is a chapada color. How the image below shows: My question is: the…
-
0
votes3
answers100
viewsQ: Where to Save JS from a Website
When I develop a website, I always save it inside a folder called js, and generally the file name is acoes.js. What happens is I call this file on every page. And sometimes, I create a function for…
javascriptasked Felipe Viero Goulart 3,693 -
1
votes2
answers250
viewsQ: Redirecting of permalinks
I have a site developed in Wordpress, and the main structure is: www.teste.com.br/titulo-do-post only, I’ll have to modify to: www.teste.com.br/categoria-do-post/titulo-do-post All the links I…
wordpressasked Felipe Viero Goulart 3,693 -
1
votes2
answers196
viewsQ: Solution for screen transition
I have a one-page site that will follow the following pattern: <section id="home"></section> <section id="empresa"></section> <section id="mapa"></section>…
jqueryasked Felipe Viero Goulart 3,693 -
2
votes3
answers14327
viewsQ: Count amount of LI within a UL
Show amount of LI within a UL. I have the following HTML: <ul class="rodapeUlCat margin-top-25"> <li><h3><a href="/paginaSYS">tituloMenuSYS</a></h3></li>…
jqueryasked Felipe Viero Goulart 3,693 -
11
votes10
answers360
viewsQ: Organization of CSS
Is there a pattern for organizing CSS? For example: .teste{font-family:"arial";font-size:18px;color:white} or .teste{ font-family:"arial"; font-size:18px; color:white } Which is the most…
-
1
votes1
answer101
viewsQ: Database migration from one server to another
I have an E-commerce that I developed through Wordpress, all his BD was on my old server, with the URL http://www.felipestoker.com/teste Now, already finished, I have to export everything to…
-
1
votes1
answer34
viewsQ: Capture file size and extension and inform via HTML
I have a list of files on a page I’m developing. The HTML is like this: <li class="downloadsCont"> <div class="grid_365 f-left"> <div class="downloadsContImg f-left"> <img…
-
2
votes1
answer435
viewsQ: Place line-height of same font-size size
When I apply the size of a font through the font-size, I always wonder if I should use line-height also. For the font and line have the same size. Yeah, let’s face it, it gets boring to hit margin…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer92
viewsQ: Display when applying Hover via CSS
I want, that when I hover over the li, to div companyMenusEsqhover stay as display:block. I can do this in Jquery, but I want to do as much as I can via CSS. I have the HTML: <ul> <li>…
cssasked Felipe Viero Goulart 3,693 -
2
votes3
answers3702
viewsQ: Auto-click when opening site
Yesterday I did that question, and it all worked out. What I need is that when I open the site directly on the www.meusite.com.br link/test it opens exactly where the "test" is, I used scrollTop for…
-
5
votes1
answer1548
viewsQ: How to create a user-friendly URL on a one-page
I have a website that is one-page. I separated the screens by <div> to facilitate. However, if I click news it goes correctly to the news screen, but the URL does not change. How do I include…
htmlasked Felipe Viero Goulart 3,693 -
2
votes2
answers71
viewsQ: How to apply Opacity to IE8
I have a line that applies an opacity in a Background, with this CSS: .teste{background-color: rgba(27,18,9,0.9);} We all know that IE8 does not accept opacity, there is some hack for this?…
cssasked Felipe Viero Goulart 3,693 -
3
votes2
answers208
viewsQ: Email check before sending
I have the following page http://neilgaiman.com.br/contato/ to contact a website. Sometimes people type in the field e-mail wrong, and it keeps me from answering it. There is a way to check this…
wordpressasked Felipe Viero Goulart 3,693