Questions tagged as 'html'

0
answers

Bootstrap: Resizing the figure

I have the following HTML code: <section class="container sobre-site"> <h2 id="sobre-site-id" class="subtitulo">Título</h2> <figure class="thumbnail"> <img class="img-loja" src="img/espaco/8-1.png" a...
asked by 16.11.2016 / 19:15
0
answers

Browser downloading files as mime instead of css

I'm having problems with a small PHP MVC application I'm developing, I searched the internet and found that possibly my .htaccess , is attached here: RewriteEngine On RewriteCond %{REQUEST_URI} !-f RewriteCond %{REQUEST_URI} !-d Rewrite...
asked by 16.11.2016 / 18:43
1
answer

Doubts about select in html

Is it possible to type in a select as it does in programs such as access or free office base? I'm putting together a form where the field will initially be queried, but in case of need for new records options I wanted to make this option avai...
asked by 16.11.2016 / 19:17
1
answer

User to log in has 2 types of menus and before that the system must understand if it is logged in or not to display another menu [closed]

Personal in my code above, I'm trying to display 2 types of menu for the user, when logged in, not logged in, in case when logged in he still assembles another menu comparing which type of user is logged in, if it is a user simple or advanced us...
asked by 16.11.2016 / 19:50
1
answer

Selected file list item in input is not removed

Well, I use the link codes below to make a list of files that I selected from a file-type input. So far so good. When you remove an item from the list, everything seems to go smoothly. Maaaaas ... When the files are uploaded to the server, the i...
asked by 18.11.2016 / 01:08
0
answers

How to send values from two different forms to an insert?

I need to save the ID of the event I want to register the presence of a certain student in the Bank, but I also need to save some other data, so I created a <?php if(!isset($_POST['evento'])):?> But I need to send the value of both...
asked by 17.11.2016 / 17:32
2
answers

receive json to make my Echart dynamic

varechartLine=echarts.init(document.getElementById('echart_line'),theme);echartLine.setOption({title:{text:'Line',subtext:'Mes'},tooltip:{trigger:'axis'},legend:{x:220,y:40,data:['actions1','actions2','actions3']},toolbox:{show:true,feature:{ma...
asked by 13.11.2016 / 16:10
2
answers

html element update

The code below <div class="input-field"> <select id="ramal" multiple name="ramal[]" > <option value="all" id="check-all" name="all" selected >Todas</option> <?php if(count($ramais) &g...
asked by 13.11.2016 / 04:17
0
answers

Adjust graph automatically

I implemented two graphics on my site. When I see the end result everything seems perfect, the problem and when I make the visualization through my mobile phone, only part of the graph appears and not the total. I tried to change the setti...
asked by 01.02.2017 / 15:03
2
answers

How to create a Pop UP that has the close button [duplicate]

Hello everyone at StackOverflow, first of all I wanted to apologize if you are asking the wrong way, it is the first time I use the OS. And apologize also for my ignorance in HTML and JS. In fact, I only know the basics. I have a problem, I ha...
asked by 12.11.2016 / 08:16