Posts by Evandro • 45 points
4 posts
-
0
votes2
answers2635
viewsA: Fixed menu after scrolling
There is a much easier and simpler way to do this using just one property of css called Position: sticky. div.sticky { position: -webkit-sticky; position: sticky; top: 0; padding: 5px;…
-
1
votes0
answers42
viewsQ: Form Menu
I would like the menu next to be selected according to the page. Home is selected because it has the class "active". I would like it to be selected automatically when clicking. I’ve tried it in…
-
2
votes1
answer814
viewsQ: Edit form Laravel
Guys, how do I bring the course that the student was enrolled in this edition part of the form. He brings the list of courses but wanted to already come with the course that the student was…
-
1
votes1
answer445
viewsQ: Update form registration with Laravel photo
All right, here’s the deal, I have a registration system in Windows, in the edit part, the form loads the fields filled with the photo, if I click update and do not choose an image file again…