Questions tagged as 'css'

0
answers

How to make a div stay fixed with CSS translate

I have a mobile menu that "pushes" the content to the right when it is opened. The problem is that the visitor can "drag" the content due to "translate". I would like to make the content stay fixed. Without the user dragging, activating and deac...
asked by 13.06.2017 / 15:25
1
answer

Delete Button and Editable Fields (PHP, SQL, HTML, CSS)

I'm new here, student of computer science and programming internship ... I do not know much about how the forum works, but I have a pertinent doubt that I've reviewed Google several times and still can not resolve, even if it's a bit simple =...
asked by 09.06.2017 / 14:48
1
answer

header bar does not redirect correctly

In a template I'm using, it's all responsive in any size. As I am adjusting it to my site, only the header bar is not working properly, as I show in the gif. If you have the programmer mode open, immediately small, and open to larger size,...
asked by 21.06.2017 / 12:57
1
answer

Overlay of DIVs

I have two DIVs, the lower one is overlapping the top one, ie the propaganda_div_div is overriding the IVD_inf_bar. > Part that works: link Full, but overlapping part: link See the snippet of CSS code: CSS: div.bar...
asked by 12.06.2017 / 20:22
2
answers

Show different images as selected in select

Hello, I would like to change image and information according to selection in select each option, as in the example. <html> <body> <div id="our-team"> <div class="container"> <div class="text-center"&g...
asked by 12.06.2017 / 19:32
1
answer

Thead table header does not align with rows after append

I have a problem with the code, I need to align the Thead tags in my table which gets a json of all the data, the data is coming and the header is there, but both are not aligned, I need some help. HTML Code Table: <div id="main-table...
asked by 07.06.2017 / 16:50
1
answer

CSS property increase width

I'm creating a menu. It looks like this, but I would like the background to extend to the end of the search field. When you increase width or paddin-left it will not. I will post my CSS for you to see. The div regarding th...
asked by 20.06.2017 / 05:42
0
answers

Broken layout using grid

I'm using a grid system for my layout as seen below: .artigo { margin: auto; width: 70vw; display: grid; grid-template-columns: minmax(200px, 3fr) 1fr; margin-top: 90px; } @media (max-width: 1400px) { .artigo { di...
asked by 04.07.2017 / 16:54
1
answer

Create a Stock Control Webapp

Hello, I'm learning Javascript and I have a question. I already know HTML, CSS and SQL What languages do I need to create a system (inventory control) that adds, changes (already added) and deletes, element through internal search in the site...
asked by 03.06.2017 / 22:50
1
answer

How can I make a log box always show the last line?

Hi, I have a log file of other codes that keeps updating. I made a javascript code that shows this file and it is a code that updates the live text on the page inside a textarea but it keeps updating and always returns to the first line, there i...
asked by 03.06.2017 / 00:32