Posts by Gustavo Cardoso • 89 points
5 posts
-
1
votes2
answers286
viewsQ: How to Show Half of Background
I have two <div>, One is superimposed on the other. And I need the one on top to only show half the background. That is, the other half will be transparent so that the other half of…
-
2
votes3
answers3573
viewsQ: How to display only half of the div background-color
I need you to show only 50% of the DIV’s BG, so? #coberturas legend{ font-family: 'Open Sans', Arial, Helvetica, sans-serif; padding:10px 20px; display:block; position:absolute; bottom:0;…
-
0
votes1
answer37
viewsA: Only displays a php record
Problem solved was that the map field in the mysql table was 300 characters long, and the link was more than 300 characters long.
-
1
votes1
answer37
viewsQ: Only displays a php record
I have a list showing the records in php, and a hidden div that by clicking the link in each record opens this hidden div with a map. But when I add a record with the map link, it only shows a…
-
3
votes2
answers364
viewsQ: slideToggle hides multiple Ivs when it should hide/display only one at a time
I have several records in PHP, and when clicking one link "More information" opens a <div> hidden, but when clicking on this link opens the <div> hidden from all records. My Javascript…