Posts by Cesar Silveira • 81 points
4 posts
-
1
votes2
answers316
viewsA: Add title next to your corresponding image
Use pseudo selectors instead of H1. :before and after: Example: .classedaimagem1:before { float: right; content: "seu texto"; } .classedaimagem2:before { float: left; content: "seu texto"; } if…
-
2
votes3
answers145
viewsA: How to have id security exposed in links - PHP + Javascript
Good afternoon Friend. I recently had a similar dilemma. following your code example I solved using the cryptoLib class available at http://cryptolib.ju.je First we create the functions…
-
1
votes1
answer645
viewsA: How to limit the amount of impressions from an HTML document?
Hello. I have a client who provides certificates for printing for those who participate in his lectures and workshops. I use this code that works perfectly for me in almost all major browsers (IE…
-
1
votes1
answer830
viewsA: Change Content within a modal
Hello. You need to load the data dynamically on the same page or from another. No iframe required. But it will be loaded the html of the page, or even of a div or other specific tag using a very…