Questions tagged as 'html'

0
answers

Initial loading of slick

I have this carousel with the library slick.js, which has an automatic reproduction, what happens is that initially does not load well, I do not know what it can be, I have to go to the second tab to adjust ( attached image of how I am charged)....
asked by 13.09.2018 / 16:00
0
answers

Locations in Google Maps API

Please could you please help me, is that I'm trying to implement the Google Maps API to mark several locations and list them in a container with Scroll showing them like this one Samsung I can not find documentation for this side panel wher...
asked by 12.09.2018 / 14:26
1
answer

truncate table information in html

I have the following table: <table> <thead> <tr> <th class="center">ID</th> <th class="center">Estado</th> <th class="center">Comentario</th> </tr...
asked by 15.09.2018 / 04:45
0
answers

anime function for array in AnimeJS

I'm trying to affect an array of objects with animejs , my first function has no problems, but the second one is not, even though my browser's console does not throw any errors at me either. <div id="b1" class="box b1"></di...
asked by 09.09.2018 / 22:03
1
answer

Autoplay video Youtube does not work

I have a YouTube video that does not work if I enter from a cell phone. Is this the code I have, does anyone know what's wrong? <iframe width="891" height="501" src="https://www.youtube.com/embed/b7dmg3jxZ88?feature=oembed&amp;showinfo=...
asked by 11.09.2018 / 03:18
2
answers

How to change the radius of the edge of my navbar when the mouse passes

I have a problem, I am currently using bootstrap and navbar, the boot strap I call it this way: <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> the navbar code is as f...
asked by 07.09.2018 / 19:56
0
answers

Error linking css and js in the html "('text / html') is not a supported stylesheet MIME type"

I recently moved my site to another hosting with cPanel and I appreciate this error that never appeared before. I got tired of reading but I could not find anything, I told them I did everything, but below I'll leave the steps I did to try to...
asked by 09.09.2018 / 09:01
1
answer

Validate checkbox in a modal mandatory to access the website

I have a web page, that upon entering shows a modal that requires validating a mandatory checkbox in order to access the site, how could I do it so that I only leave the modal and enter the site when all the checkboxes are validated?     
asked by 05.09.2018 / 15:25
1
answer

Because it does not show all the div that contains image when loading the page

I am currently making a code on a page (example.php) which I login logeandome. the point is that when I load the page I get the image above, but not the image below ... something like this: this is the image above and here below shou...
asked by 05.09.2018 / 17:28
2
answers

Control special characters at the end of a ngFor

I'm doing a website where I have to present the specialties of a chef, the data was collected from the backend and I present them with an ngFor in the following way: <div *ngFor="let i of item.specialty; let ultimo =last" > <p sty...
asked by 05.09.2018 / 17:46