Questions tagged as 'css'

2
answers

When I zoom in my footer gets behind the content div

I wanted to know how I can get my footer to be just below the content when I zoom in. You are currently zooming in: link Zooming out: link <!DOCTYPE html> <head> <title> Home </title> <meta charset="UTF-8...
asked by 18.07.2016 / 21:30
2
answers

removing li using jquery

Hi, I'm doing a responsive website and I came across a problem, the desktop layout between the menus has the logo, but for mobile it does not have the logo. As the menus are in a li, I wanted to remove the specific li of the logo when it is for...
asked by 30.05.2016 / 19:23
1
answer

Active section in div

How can I use the jquery trigger? I need the page to load and this first "li" is already pressed. <ul id="quote-popup-tabs"> <li data-quote-tab-for="consorcio-auto">Automóvel</li> &l...
asked by 25.07.2016 / 21:40
1
answer

Display dialog box by right-clicking [duplicate]

I have a form with multiple fields and I want the option of the user to insert a comment in the value of the field. Example: <form> <input type='text' id='campo'> <input type='hidden' id='comentario'> <submit>...
asked by 26.05.2016 / 03:53
1
answer

Bootstrap + sortable with JQuery, problem with helper

I'm using a bootstrap template to do a little tutorial. In it, I've added two sortable connected list areas, available in JQuery. The ul's with the elements of the lists are with overflow-y: scroll attribute, for when the quantity...
asked by 18.05.2016 / 02:44
1
answer

Modifying css / js links with Grunt after concatenating and minifying

I'm using Grunt in my project, I can concatenate them and minify them as desired. However I need to change the links on my page to the minified files. For example: From: <head> <script src="js/arquivo1.js"></script>...
asked by 18.05.2016 / 21:47
1
answer

Problem with textarea in fluid layout

I have the following: HTML: <div class="sessoes"> <div class="formContato"> <h1 class="h1Centralizado">Fale Conosco</h1> <form id="contato" action="contato.php" method="post"> <input type="hidden"...
asked by 29.04.2016 / 17:34
1
answer

Changing html hierarchy using jquery for responsive site

I'm making a responsive website when I came across a problem, in the tablet layout the menu gets hidden so when you press the button it appears by making a slide, but the client wants the logo to appear on top of the other menus. In the layout f...
asked by 02.05.2016 / 20:19
2
answers

How To Rewind A List Of Strings Sorted

Let's suppose, I click the More button and I go ahead with A - Z . Now I want to go back from Z - A clicking the Minus button. Code: var i = 0; var j = 0; var n = 0; function prox(){ j++; i += 20;...
asked by 25.06.2016 / 02:14
2
answers

Spacing between tbodys

I have a list table of items with groups of lines (tbody) and I would like to add spacing between them, not that I have not already done so, but I have been looking for a "less gambiarra" I'd also like to better style the table edges while I g...
asked by 17.04.2016 / 21:13