Questions tagged as 'html'

0
answers

Doubt Js code for div exchange

I have a website in Wordpress and I'm having difficulties in the following function, I created a small script, which when clicking a button, it should replace one div with another, to exchange content without reloading the page, so far so good,...
asked by 12.03.2018 / 20:50
2
answers

How to call HTML code inside the css?

First, it's quite possible that there are already topics talking about it. It was not lack of research, I just believe that I did not find the correct keywords. Self explanatory question. I need a given code to appear on the page, according t...
asked by 12.03.2018 / 16:31
1
answer

Insert data into related tables using PDO

Hello, I have 2 tables with a foreign key, I need to insert data into it using the PDO library. OBS: I'm newbie so do not get heavy .. Tables: FormCode:<?phprequire'connect.php';?><html><head><title>CadastrodeCurso...
asked by 11.03.2018 / 17:48
1
answer

Pin Menu Bar on Top

I'm working on a website that the HTML menu is not changeable. I want when the user scrolls the scroll bar up to the menu bar, it becomes fixed at the top of the page, respecting the distance of another bar that is working and is already set aut...
asked by 12.03.2018 / 18:42
0
answers

Color an SVG with JS

I inserted several buttons in a form, each one has the function to change the color of the same SVG files, however I tried to make this exchange via css and it did not work, I think I'll need a js to change the fill of svg . <!DOCTYPE html&...
asked by 20.03.2018 / 20:10
2
answers

Can I put a background image in a section?

I created a section in my HTML and in the CSS I put: section{ background-image: url(../img/bkg2.jpg); } But the image does not appear. And I checked the path and it's correct.     
asked by 24.02.2018 / 14:54
0
answers

Can I use jQuery code in a .Factory and inject the controller?

I'm developing a site using AngularJS ES6, and on this site I needed to perform a function and I was not getting it. I searched the internet for a similar function to understand how I could do it and found a function in jQuery. In trying to p...
asked by 23.02.2018 / 19:25
2
answers

Viewing the navbar-brand on smartphones

I'm a newbie and would like some help with a problem I'm experiencing on my mobile site. I'm using bootstrap. Here's the result: ThetextSquishMonstersispastingintonavbar,thecorrectresultshouldbe: Note:Thefirstisinamotorolag4+andthesecondi...
asked by 25.02.2018 / 04:39
1
answer

video open in javascript

I am a layperson in this area. I would like to know how I can reproduce this url link in this javascript file // SISTEMA HD videohd.click(function(){ var videoID = $(this).attr('data-videoID'); var videos = $('<div class="meuVideo">...
asked by 01.04.2018 / 06:29
1
answer

How to get the origin of a form in python cgi?

Hello, I'm using python with CGI, for my forms. I need to get the origin to make sure my site is secure, but I have not found any information about it. The only thing I'm doing, for now is retrieving the data that comes via post or via get: #!...
asked by 01.04.2018 / 18:01