HTML - Display specific image by clicking button [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I've tried a couple hours to fix my issue, but I'm confused about the Keyword to find it
I've see a link that can show specific images like this :
what's the keyword of this method?

This seems pretty vague, but you could use Isotope for the functionality you are looking for. It might be overkill, but it will allow you to build out what you have in your screenshot.
https://isotope.metafizzy.co/filtering.html
There is a getting started area to jumpstart you into building it out too:
https://isotope.metafizzy.co/#getting-started

Related

Filter Flipkart Webpage [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
I want to filter a specific tag in Flipkart using any kind of Chrome scripts or Console?
The filter I would like to use now is "Lowest Price since launch".
Can anyone guide me.
https://www.flipkart.com/all/pr?sid=all
Note: I'm not a tech guy.
enter image description here
enter image description here
I have limited knowledge of these things.

Images are not showing [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm using this template, and when I upload it to my domain just to test it, the images are not showing, as you can see it here. The website should look like the demo.
You can download the template to your self, I would have liked to make a pastebin for you guys, but I don't have 10 reputation.
So what you guys think is the problem?
While it is the best to correct url("../images/banner.jpg") of #banner, if you still only want the background image, put background-image: url("http://templated.co/items/demos/ion/images/banner.jpg");

How to make a Round Toolbar for a Website [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I'v searched the whole time for about 3 days to make a round toolbar then i'v tried to do it myselt but i could'nt. Then my friend said to me about Stackoverflow that they are amazing at answering html Questions. And this what i want to do: Round Toolbar
If you searched for "round toolbar" that were propably not the best keywords for what you want, something like "css circular menu" is much more suitable.
One of the first results when using Google provides you with anything you dreamed of, giving the solution ready to copy&paste as well as explaining step by step how to get there:
https://css-tricks.com/building-a-circular-navigation-with-css-clip-paths/
There is even an online generator: https://sarasoueidan.com/tools/circulus/
and a guide on how to include the generated svg file so that it can actually be used as a menu.
Good luck!

Why wont my website show up? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I have create my website and have a domain but when I type the domain name into the browser I get some weird page. I am using 000webhosting and just uploaded the files and they said they were good. I am not sure what is the problem but here is the link
hudsonreamer.com
Hopefully I can get some help
Thanks a lot for the help
Check your DNS/Nameserver records to link files to domain.
Not really covered here however you may want to watch a youtube tutorial on setting up a hosted website.

Responsive css is not used when frame is used [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I have a website which is working as expected when resizing my window (responsive css is used) : http://carthera.eu/
But when I'm going on the same website with this url http://carthera.com/ responsive css is not taken into account.
I have seen that this url is using a frame to display http://carthera.eu.
Do you have any idea why I have this issue ?
The solution was to do a 301 redirect to the principal domain name. I had no other solution having no control over the frame.