Questions tagged as 'css'

2
answers

How to stylize elements inside the textarea tag?

Hi, I was trying to create a "text editor" to program the moon, I tried to change the color of the function word every time it was typed, but I came across something, I can not stylize any element inside the textarea, here's the code I was using:...
asked by 10.02.2018 / 05:16
0
answers

Adjust graphics at the ends of the header

I need help adjusting two pie charts on the left and right ends of a header. Every time I zoom in (ctrl and +) they misalign. I set the css to appear adjusted, but as soon as I zoom in, everything looks ugly. Thanks in advance for your help. Her...
asked by 04.02.2018 / 16:53
0
answers

CSS error message does not work after sending PHPMailer

Hello. I have a form that sends emails through SMTP from gmail and PHPMailer. It's all working. I have a div with display:none and some styles. When the message succeeds, the page is reloaded and a $ _SESSION [] variable inserts an id for...
asked by 31.01.2018 / 11:55
1
answer

Adding Scrollbar to a table (Table)

I would like to know how I can add a scrollbar to a table, I added css max-height properties but it did not work, I only got such behavior, it is only observed when I add the display block property, columns does not fill 100% of the width ... Wh...
asked by 30.01.2018 / 19:49
0
answers

Labels fixed in the chart - Angularjs and Chartjs

I'm trying to display graph information without the need for the user to hover over some piece of chart. I'm using Chart.js with Angular.js! My question is also the one of the user @DiegoAugusto this question here html snippet: &l...
asked by 29.01.2018 / 21:52
1
answer

Date time Picker bootstrap in modal

This is the date time picker is appearing behind the modal and I am not able to put forward has how to do this? Code I've tried: .form_datetime { position: relative; z-index: 9999; } and $('input').datepicker({...
asked by 28.01.2018 / 21:27
0
answers

interact with TD with canvas line on a TABLE

I have a common table given given radius of geometric coordinates, as in the image below: There is a javascript function that calculates the distance from the point 'char (0,0)' to any marked point, and draws this line on canvas, the pr...
asked by 02.02.2018 / 23:05
1
answer

AutoComplete / Suggestions / MySQL

Question 1: Does anyone have any working example of when someone types in an input suggestions below? preferably from a table created in mysql.    Bank: test   Table: users (user_id, user_email). Question 2: In an "option value" how could...
asked by 03.02.2018 / 03:56
1
answer

Responsive design of the mobile version running on the browser emulator, but on the device itself?

In Chrome, Mozilla, and Edge emulators are working perfectly the view of mobile devices, but in the mobile phone it does not stay the same. I'm using the <meta name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=1, use...
asked by 26.01.2018 / 05:58
1
answer

Place h2 and button on CSS image

I'm developing a web application and I would like to put the title <h2> and a button on an image but by placing the title and the button the image desalinha going down. Link to my application     
asked by 26.01.2018 / 01:40