Questions tagged as 'html5'

2
answers

I put my content on top of my Bootstrap menu

Well my content is over with my menu and that I put it in a col-md each part trying to have a total of 12 and all that in a row .nav-side-menu { overflow: auto; font-family: verdana; font-size: 12px; font-weig...
asked by 02.11.2017 / 18:25
1
answer

Show the value of the slider on the displaceable element

How are they all? I have a slider to select a range of values, but I can not get these values to show above the moving element. That is, I need the numbers to be fixed on the circle while it is displaced. To make the slider I used this tutorial...
asked by 14.10.2017 / 02:10
0
answers

Template in html5: icons do not appear

I just downloaded a template in HTML5 and I'm realizing that the icons in CSS do not appear in my version of the web in local, but if you catch the styles, for example this is a capture of the web original, where you download the t...
asked by 14.10.2017 / 13:16
1
answer

can you help me solve an error when I want to send an email message in laravel?

When I send the email, it shows me this error:    Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required   " I have already configured env. and the mail.php, I'm using laravel 5.4     
asked by 15.10.2017 / 04:28
0
answers

Problem with XAMPP, CGI and C ++. How to enable cgi?

I'm trying to make a small CGI with C ++ (all for practice) in which I try to take the data from a form in HTML and then print it on a new screen. The fact is that following the tutorial, at the time of executing the .exe, what it does is downlo...
asked by 23.10.2017 / 06:07
1
answer

Problems in searching some words in database

I have a course table that has 3067 records, create a search engine to filter by courses my problem is based when I put the word "anat" I get all the options (anatomy, human anatomy, clinical anatomy, ect), but when I place calculation, algebra...
asked by 17.10.2017 / 23:04
1
answer

Problem when making a fixed menu with jquey

I'm developing a menu that stays fixed when the scrollTop is > the size of the menu, with the help of jquery, the goal is that from the screen size > = to 1001px this effect is available since at lower resolution it becomes a hamburger typ...
asked by 06.10.2017 / 22:15
0
answers

Render HTML in several divs without losing the format

It is possible to render the content of an HTML page in several divs without losing the format / structure of the elements ??? I'm trying to render an HTML content in several containers div (avoiding breaking the format), the...
asked by 06.10.2017 / 21:58
1
answer

Define the boundary of the arega for a dredgeable object in 'swingdrag'

I have this example of jQuery UI plugin - swingdrag. link This plugin has several functions, but it does not have the function to set the limits of the object that is dragged. For example: - I have a Main div (500x500px) and inside I...
asked by 08.10.2017 / 18:45
0
answers

Automatically upload an html file to another (index.html) in an index div

I need to load a page on a main page. I did it with .load ("file.html") but it only opens it in firefox and if it inspects it brings an unbalanced tree error of elements, and chrome and explorer do not even open it, it appears access denied in t...
asked by 07.10.2017 / 21:14