Posts by Davi'd Ferreira • 47 points
5 posts
-
2
votes1
answer211
viewsQ: Duplicating menu bootstrap
I am Noob in web development and need a little help from colleagues, if possible. I’m making a website, using bootstrap, and I came across a little problem. I have two drop-down menus and when I…
-
2
votes1
answer680
viewsQ: Mask input when loading page
I have a page that displays some user information. One of the fields is the phone field. I want to apply a mask to this field when loading the page. I can even put the mask, but only in the onKeyUp…
-
0
votes2
answers1402
viewsQ: What 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
answer69
viewsQ: Two Divs opening the same popup
I have two Divs to open a specific popup, each one. As image below: Below the HTML that mounts the two Divs. <?php // Sessão ainda não iniciada ou usuário inválido if ( ( ! isset( $_SESSION[…
-
0
votes0
answers41
viewsQ: Problems optimizing autoload login system
I did an optimization in the login and as I had problems with directory I decided to search the web and found a nice PHP resource that is the autoload. I did all the implementation according to the…