Posts by Bruno Bermejo • 46 points
4 posts
-
0
votes3
answers872
viewsA: How to create scroll link to target page
The best way to do this is with Javascript and Jquery with the following function. Remember to import Jquery into the head of your html, if it is not already added import it with: <script…
-
1
votes1
answer41
viewsA: Problems with the responsiveness of a retractable menu
Igor, check the Codepen I performed to solve your problem. You can find him at > Codepen - Header & Vertical menu Fixed with navigation Tree (CSS Only) CSS: div.cont { width: 100%; border:…
-
1
votes3
answers4370
viewsA: How to add opacity only to the image?
Take a look at the codepen I made for your property case opacity in background-images. You can see that the property opacity it is applied only to the background image, in how much the elements that…
-
1
votes0
answers24
viewsQ: To unite tables in Angularjs
I am in great need of a help from your knowledge. I am currently developing a web app for a restaurant with several modules. In the box module, in a <div> are displaying the requests that are…