Well guys, to make it more specific, I'm looking for something like this:
The red arrows would be buttons, the black part with the letters would be when the mouse hover (the title "eyes" and the description is a link) and when you click th...
I have ul that has "n" li s set vertically.
Initially, it is stylized overflow hidden , only for a part of it, specifically from the second li to simulate a select option .
However, when I click on the firs...
I'm trying to make a height alignment of different divs (with css only), but after many attempts I still can not get the best answer.
In mobile the designer made a carrousel (swiper):
Ondesktopitisnecessarytousethisway: Theproblemisasfoll...
Speak up, all right?
Develop for a virtual store! And in the product page the descriptions are being created by iframe ! (yes, unfortunately I can not change that)
In other words, we have a domínio just to create the ads (Ads...
This is what I wanted to know if it's possible to put a table into the carousel, bringing the data in 5 lines, when I complete 5 lines the next data would continue on the next page, it would work there as a pagination of a table. I've tried, but...
I'm developing the company website where I work and I need the download table that appears in the site . fill the entire screen. I imagine that height would have to be at 100%, but when I make this change, nothing happens.
<table style="...
I have a link:
<li><a href="#schedule">Programação</a></li>
That redirects to the div:
<div class="schedule" id="schedule">
<h1>Programação</h1>
</div>
In firefox and Edge it works pe...