Questions tagged as 'css'

1
answer

How to get the first and last class parent of a div contained within a TD via CSS / SASS?

I would like to know how to get the first and last parent of a class set (.date) that is contained in a div within an element. Here is an example code sequence: <table> <tr> <td>Nome</td> <td&...
asked by 27.08.2018 / 16:05
1
answer

How do I put margin between an image and an HTML list?

I tried this, but the ordered list continues to paste the image ol { margin-left: 5px; } figure { margin-left: auto; margin-right: 20px; }     
asked by 27.07.2018 / 15:48
1
answer

Animated Banner with HTML5

Good afternoon, I received a request to create an animated banner in HTML5. I created the banner using HTML and CSS, and it worked correctly. The client was trying to implement on his site, which is probably in wordpress, and did not work. Could...
asked by 06.09.2018 / 20:56
1
answer

Open div when mouseover over input text

I have this div, where the input text is inside: <div class="col-md-4" id="passarmouse"> <input type="text" asp-for="FornecedorID" onkeypress="return BuscaDados(event);" onblur="CarregaFornecedor(this.value)...
asked by 10.09.2018 / 22:30
1
answer

Move Scroll with Buttons

I need to move a horizontal scroll with buttons. I have a horizontal gallery with horizontal scroll, and I need to click on the buttons in the upper right next / previous scroll next image or previous depending on the click button. Exampl...
asked by 09.09.2018 / 07:09
1
answer

How to change owl-nav's position on the Owl.Carousel

I'm using the Owl.Carousel and I'm breaking my head with the positioning of the NAV arrows, I need instead of being below the articles it stays up.     
asked by 11.09.2018 / 08:15
1
answer

Image does not float with bootstrap 4

I'm trying to make the image stand next to content on devices larger than large but this does not happen: Follow my code: <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 mt-5 flo...
asked by 11.09.2018 / 13:25
1
answer

Exchanging icons on menu button does not show

I'm trying to change the icons, but it does not show Menu Source link Original CSS Code .icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-menu { font-family: 'icomoon'; speak: none; f...
asked by 09.07.2018 / 19:52
1
answer

Align vertically the data of a row in a DataTable

I have a DataTable in which the Header is built using HTML and the lines are loaded and constructed using JavaScript. If you look at the image, the "Actions" column has a group of buttons that are aligned vertically correctly. Other columns like...
asked by 07.07.2018 / 15:26
1
answer

Selector 'not' does not work

I have a gray box with a low opacity and inside it a word, while applying the selector 'not' on the main 'div' to cancel the opacity of the word that is in a 'p' tag surrounded by this 'div' the 'not' selector does not do its job and the word co...
asked by 07.07.2018 / 05:39