Questions tagged as 'css'

0
answers

Creating a slider that does not change the entire image

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...
asked by 04.10.2017 / 03:06
3
answers

Stylize overflow hidden

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...
asked by 02.10.2017 / 22:31
1
answer

Height alignment of different divs with multiple columns and rows

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...
asked by 02.10.2017 / 18:40
1
answer

Anchor type link within an iFrame

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...
asked by 04.10.2017 / 16:32
0
answers

Carousel bringing a table with information from the database

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...
asked by 13.10.2017 / 00:26
1
answer

How to change table height?

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="...
asked by 02.10.2017 / 15:01
0
answers

Arranging elements in the bootstrap header panel

Example <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet"...
asked by 02.10.2017 / 16:02
0
answers

Creating menu to link div

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...
asked by 13.10.2017 / 18:39
0
answers

Bug with CSS Transform Skew on iOS

.calendar__nav a.arrow_up { top: 0; } .calendar__nav a { border: 0; background: transparent; position: absolute; width: 32px; height: 32px; display: block; left: calc(50% - 16px); } .calendar...
asked by 29.09.2017 / 12:17
0
answers

Change select arrow when trigger event click

Well, I have the select below: <div class="selectOptions"> <select name="select" id="select"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option>...
asked by 28.09.2017 / 20:55