Posts by Gladison • 664 points
80 posts
-
1
votes1
answer524
viewsQ: How to hide and display a form using a link
I’m with a link and a form that need to work as follows: When I click on the link, the form is visible and with one more click on the link the form is hidden. To classe the link to hide and display…
-
0
votes2
answers97
viewsQ: How to remove the spacing generated by the tag a?
When I enter the tag a to link the img, generates a space at the bottom of the images. See the image below! Although the space is small, it is very annoying not knowing how to solve: I need the link…
-
0
votes1
answer174
viewsQ: Internal elements overlapping <Section>
The tag <b> superimposes the tag <section> see example when using padding: Note in the image above that the light gray bar refers to section gets smaller height than the tag b. That is,…
-
1
votes1
answer232
viewsQ: How to make the pseudo-element before work?
I have the pseudo-element before but I’ve done everything and I can’t make it work. The image doesn’t appear at all. section.conteudopadrao a:before{ content: url("./anuncie/pdf.png"); } For several…
-
0
votes1
answer58
viewsQ: How to make the IMG tag display the image with real dimensions and responsiveness?
I have a dynamic list on php of commercial guide in which there are banners with several dimensions, only that all are being stretched to the maximum. How to make banners be listed each in their…
-
0
votes2
answers395
viewsQ: How to make CSS hide a PHP routine
I need a routine PHP another is hidden and displayed using CSS. 'Cause I have a routine in PHP which generates column numbers to display my information, but it will be necessary that when the…
-
0
votes0
answers47
viewsQ: How to fix slide overlay during transition?
I have a aside with image transition elements (slides) that adjust their size according to the size of the browser. When the browser is in a dimension that does not resize the banners, everything…
-
5
votes3
answers1225
viewsQ: How to distribute images horizontally equally within a Section element?
I have the situation below: I need the 04 images to be distributed horizontally equally within the space bounded by section, independent of the width of the browser. Not to be left empty as can be…
-
-1
votes1
answer59
viewsQ: Error while running UPDATE
When executing the UPDATE the following errors occurred: Notice: Undefined variable: mysqli in C:\xampp\htdocs\guaraparivirtual\count\count.php on line 17 Fatal error: Uncaught Error: Call to a…
-
0
votes1
answer53
viewsQ: How to generate columns in Mysql results view?
Below is the script closer than I need to generate Mysql results in 3 columns. Even so it didn’t work for me to do the test. Generating the error: Fatal error: Uncaught Error: Call to undefined…
-
0
votes1
answer71
viewsQ: How to break line between php tags with css
I need to break lines between tags php using the css of figcaption, since in the html5 the tag <br> is obsolete. My code: <figcaption> <?php echo $tiporesultado; ?> <?php echo…
-
0
votes2
answers124
viewsQ: How to get Mysql password for connection using getenv()
I currently use the standard connection form to get the data from MySql, but I know that for greater safety is used the getenv(), however I do not know how to make it to recover the password of…
-
-1
votes2
answers94
viewsQ: How to better optimize the Mysql connection and information listing script?
How to better optimize connection script and listing information from MySQL? Because I check in my researches several ways to do this, but I do not know if this is a correct practice both of…
-
0
votes1
answer46
viewsQ: How to leave the internal elements of a Section with two columns
How to leave the internal elements of a section with two columns independent of browser size? This image below is what I have ready. But as you can see it has four columns. I need you to have only…
-
0
votes3
answers321
viewsQ: How to make a stylized edge?
How to make a stylized border as image below? The big question is that on the left side has two border styles.…
-
0
votes1
answer246
viewsQ: How do I have the internal ASIDE images adjust their height and width automatically?
How do I make the internal images of ASIDE adjust its height and width automatically according to browser resizing? CSS aside{ background-color: #222; margin-top: 10px; margin-left: 10px; width:…
-
2
votes1
answer54
viewsQ: How do I make the internal elements of ASIDE remain horizontal?
How do I make the internal elements of the ASIDE remain horizontally on the same line, next to each other without breaking when resizing the browser. CSS aside{ background-color: #222; margin-top:…
-
0
votes2
answers50
viewsQ: How to solify the incompatibility of the mobile menu symbol with some browsers?
The mobile menu symbol I use does not display in some browsers belonging to some tablets that my family owns. <label class="menumobile" for="bt_menu">☰</label> CSS…
-
1
votes1
answer1305
viewsQ: How do I set up @media for mobile?
I have a cell phone Moto G and I can’t define the @media to work for him. Reducing the width of the browser works perfectly, but the mobile device does not adjust according to the @media. Below I…
-
0
votes2
answers174
viewsQ: How to link to each banner in @keyframes
I have the following code working perfectly, however, I need that on each of the three banners of @keyframes has an individual link. There is this possibility? HTML <div…
-
1
votes1
answer141
viewsQ: NAV tag does not occupy specified width
The tag NAV does not occupy the specified 1200px width, getting smaller than required. And tag NAV of the next menu occupies the line not occupied by NAV superior. Take the example: As spoken the…
-
2
votes3
answers956
viewsQ: How to make the background of a div be dotted?
How to make the background of an element div is dotted without using image?…
-
0
votes1
answer756
viewsQ: How can one element not overlap the other?
How to prevent the overlap with other elements from happening? In this case the title QUICK ACCESS TO MAIN CHANNELS is superimposing the element below - Monazite sands See example: CSS:…
-
4
votes2
answers243
viewsQ: How to style the <p> tag differently?
But I can’t style it to look like the image below. How do I do it? It will be another tag? I tried so: p.acessorapido{ float: left; width: 100%; height: 38px; max-width: 885px; margin-top: 20px;…
-
0
votes1
answer57
viewsQ: Why 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
votes2
answers2600
viewsQ: How to make a responsive image with CSS?
I’m using css to make the image article.noticiaprincipal responsive, but in addition to not working disorganizes the later elements. CSS article.noticiaprincipal{ float: left; width: 885px; /* 885px…
-
0
votes1
answer202
viewsQ: How do HEADER track the height of the internal elements?
I have the following problem. Dude header does not automatically track the height of the internal elements. This is what happens when I set the css border-bottom:#DE5207 3px solid; to the header it…
-
2
votes1
answer39
viewsQ: What part of the HTML5 semantics do I put a form in?
At the top of the site I have a <form> search. In the HTML5 semantics within which tag I place this <form>. Type: Section, article, etc... <form name="buscaguia"> <input…
-
1
votes3
answers152
viewsQ: Use of CLASS in HTML5 semantics
I’m updating the structure of my site to the semantics of HTML5, and this has raised some questions. Such as: I need to adjust my image on the site, I can put the class in the figure? What can I do…
-
0
votes1
answer858
viewsQ: Overlay of Divs
I have two Divs, and the bottom is overlapping the top, IE, DIV propaganda_rotativa está sobrepondo a DIV barra_inf. But when I test with just this bit of CSS it works. Which of my CSS is causing…