Questions tagged as 'html'

3
answers

I want to make a bar with my logo and with my submenu

As I mentioned in my title, I wanted to make a bar. I do not explain well what I want, but I'll leave the link to a restaurant that has what I want to do: link Here's my code Css: .menu ul li{ background-color:#4d79ff;...
asked by 07.01.2018 / 00:00
0
answers

I have a problem in a section

I have a problem in leaving a section with the icons horizontally, he is upright and can not fix .. Full html code: @import url('https://fonts.googleapis.com/css?family=Paytone+One'); *{ margin: 0; padding: 0; font-family: helvet...
asked by 05.01.2018 / 12:27
2
answers

Refresh page while submitting form

I have this code and form and clicking on register to insert into the table (which already inserts correctly) I wanted to update the page automatically to update a query that I show the user before. <?php $servername = "xxx.xxx.x.xx"; $u...
asked by 19.01.2018 / 15:12
1
answer

Item count in cart

I'm doing a cart in ajax, but I'm having trouble sending the products to the bank. I could use CSS in the li tag to indicate the numbering of the item, but it does not solve the problem for sending to the bank. HTML <input name=...
asked by 31.12.2017 / 10:33
1
answer

How to get the value of a tag and send it to another tag with js

Hello, guys, I have a problem that is as follows. I have 4 tags, but I want to send the value of the tag that was clicked to the input value. Example: <img id="imgs" src="img_01"> <img id="imgs" src="img_02"> <img id="imgs...
asked by 30.12.2017 / 16:28
2
answers

Laravel how to fill a select with Eloquent?

I am using Laravel 5.5 and trying to fill a input select with Eloquent and using the following code: No controller : $tipos = Tipo::pluck('nome', 'id'); return view('teste')->with('tipos', $tipos); In view :...
asked by 30.12.2017 / 19:56
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
1
answer

Bootstrap 4 nav bar

Good morning This is the code that I use in my menu bar, but when you do the collapse the button gets to the whole size of the bar making the logo icon up, I wanted the collapse button to stay the way it should be (square). The css code is from...
asked by 20.12.2017 / 10:54
1
answer

Image in src goes to background-image and does not resize

I am putting together a project for a friend of mine and I am using the scrolling page that divides the page into parts. In the first part I am putting a banner and a writing with the logo of my friend. The problem is that when I put the norm...
asked by 06.12.2017 / 15:57
2
answers

Css Hover Transition

Friends, I have the following code link In the current effect when I hover the hover effect changes the background and increases the proportions of the div up to beauty, however I would like the effect did not mess with the other divs, i...
asked by 03.12.2017 / 11:27