Posts by Amanda Vieira • 157 points
8 posts
-
0
votes3
answers327
viewsQ: :first-Child no . active Owl-Carousel does not work
Good morning! I am using the Owl-Carousel plugin that has several items. I need to get the first and last item on the first page, but I’m not getting it. Carousel renders this way: <div…
-
0
votes1
answer1200
viewsQ: Custom buttons and paging together in Datatable
I use Datatable to create tables. I need to put paging at the top of the table as well. However, I already have export buttons, so I can’t put both. Does anyone know if it’s possible and how to do?…
javascriptasked Amanda Vieira 157 -
1
votes2
answers1248
viewsA: Footer go to the bottom of the page
If I understand your question correctly, that’s exactly what I just did in my code. :) So come on: Your html should look something like this: <div class="wrapper">…
-
1
votes1
answer156
viewsQ: How to troubleshoot "3183" error importing a bank into SQLSERVER 2012
Good afternoon! First of all, I warn you, I’m a layperson. I need to run a local bank on my machine to work on a project. I installed the programs: SQLSERVER Express 2012 SQL Management Studio 2012…
-
3
votes2
answers100
viewsQ: How to manipulate title="" by c#?
It is possible to put the text of the title="" attribute by c#? The title I intend to manipulate is: <asp:HyperLink runat="server" ID="linkTitle" CssClass="link_title search-result-link-title…
-
0
votes1
answer381
viewsQ: Feedback message in php contact form
Good evening, I have a contact form that’s working perfectly. However, after sending the email, the page turns white and I don’t have a feedback message. I’d like to display a modal with the…
-
6
votes1
answer1874
viewsQ: Catch the parent element in Hover
Good Morning! Is it possible to change the parent element by giving Hover to the child? For example, I have the following: nav {border:2px solid red} nav ul li {color:#fff} nav ul li a:hover…
-
4
votes2
answers422
viewsQ: Is it possible to combine first:Child with :Hover?
It is possible to use these two pseudo-classes together? I have a <ul> and I want the first <li> when passing the mouse has a different property. I imagine it would be something like: ul…