Posts by rayraisemeup • 119 points
8 posts
-
0
votes0
answers918
viewsQ: Show result grid in mysql Workbench
When running queries on my MYSQL Workbench, I cannot see the Result Grid, only the output screen saying whether there was an error while executing the command or not. How can I activate the Result…
-
1
votes2
answers145
viewsQ: CSS and Jscript - Resize onClick image
Good afternoon !! I’m trying to execute the following code but I have no knowledge of how to resize the image to the size of the div, so it cuts the image and takes only the center :( Can you help…
-
0
votes1
answer242
viewsQ: How to allow the user to add a new option in a <select>?
I need to mount a select where the user can add new options, so I need the select to allow typing and a button next to it would call the function to include in the list. How can I do that? I only…
-
2
votes1
answer857
viewsQ: CSS Style input range
I need to do an input range for age group definition this way: I thought I’d do the "big" bar with this 20-by-20 fixed strip, or a non-standard bar like in this example, but I’m new and I don’t…
-
1
votes2
answers1341
viewsQ: HTML Show enlarged image by clicking
I am creating a Drag and Drop system to assemble a piece. My question is the following: When you click on this button, I need the image of the icon of the button to appear enlarged in the yellow…
-
3
votes1
answer1054
viewsQ: CSS Carousel inside another image
I need to make a carousel/slideshow of images only it happens inside another image. Example: I have this picture of the notebook in png, the slideshow should take place inside his screen. However,…
-
1
votes2
answers818
viewsQ: HTML - Overlay a ul to an img
Is there any way to overlay a ul of links to an image? The header of the page I am working on is done by image but the links should be done by html.. has to overlap? It is a simple header, with a…
-
-2
votes1
answer2202
viewsQ: HTML - How to show/hide content by clicking on a "link"?
I need to set up a FAQ in this style: I click on the question, it presents the answer on the side. If I click on another question, the answer should switch and show the answer referring to another…