Posts by Pedro • 69 points
5 posts
-
1
votes2
answers53
viewsQ: Buttons don’t change color
The buttons were to be blue according to the .rounded-button.blue, but they’re black and only the edge works. What’s wrong? .client-buttons { position: absolute; top: 12px; left: 12px; z-index: 100;…
-
1
votes1
answer47
viewsQ: Linear-gradient with an image
I wanted to do this in the title of my box: Is a linear-gradient with the colors of the image and at the end the image. I tried the codes below but it didn’t work here. What’s wrong? script…
-
1
votes1
answer37
viewsQ: Saving PHP images
I have a little code that picks up the image, gives a name random for it and saved in a folder. But now I need that in that same code generates the same image but with the size 100x100 and save in…
-
1
votes2
answers38
viewsQ: Dropdown problem in the menu
When you display the submenus it is increased the height of the menu, what I want is it to override the menu or anything else that is below. .menu { width: 100%; background: #1f1f1f; border-bottom:…
-
1
votes3
answers75
viewsQ: How to add dropdown to menu
When hovering over a category in the menu, I would like you to show sub-categories. Something like this This is the menu I have: .menu { width: 100%; background: #1f1f1f; border-bottom: 4px solid…