Questions tagged as 'html'

2
answers

How to get the CSS that was defined on another page?

Hello, I'm new to front-end development, sorry if my question is kind of rough, but what I would like to know is if it is possible to get the CSS file that was defined on a page and use that same CSS in the too much. This project uses Velocity, s...
asked by 24.06.2015 / 05:42
1
answer

Doubt to automate function in javascript

I am using a Javascript function to show / hide a div according to the choice of a radio , but now they have become many, so I am trying to automate this in the way I am learning in codeacademy. p> From the code I already used, I...
asked by 09.06.2015 / 01:39
1
answer

Direct download without playback

I have an HTML file where there are some download links, but some links are not downloading themselves but opening in the browser itself, such as .txt and .mp3 files, files like .rar and .zip are downloaded directly, like do I make sure all file...
asked by 07.06.2015 / 03:51
1
answer

Why does not it change the border of the input

The input confirmarsenha_cadastro should be with the red border but this is not happening, why? </script> $(function() { var dialog, form, dialog = $( "#painel_logar_registrar" ).dialog ({...
asked by 21.05.2015 / 21:48
2
answers

Bootstrap list panel problem

I have this margin (or padding) spoiling my panel, how do I remove it? I've tried several things with CSS, changing padding , margin etc, but nothing worked. This is the margin I want to remove: Thisisthe(simplified)codeI'musi...
asked by 23.05.2015 / 22:51
2
answers

Use submit to submit a form, within modal, using bootstrap

I'm trying to submit a form within a modal, but it's not submitting what I'm sending in the tag. My VIEW: <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">Novo</button> <div c...
asked by 11.05.2015 / 16:28
1
answer

Replace URL in an embed tag

I have a <embed> tag in my HTML: <embed class="flash" src="http://example.com/swf/10/nome.swf"> I wanted to find a way to change the address to http://example.com/swf/5/nome.swf . Ignoring flashvars, how can I do...
asked by 06.04.2015 / 19:11
2
answers

CSS Inheritance in Divs

I'm having trouble editing some inherited divs. Well let's look at the example: This is the current code: <div id="conteudo"> <div class="titulo">xxx</div> <div class="texto">xxx</div> <div class="ante...
asked by 24.03.2015 / 23:11
1
answer

Handle url with javascript

I have a blog and platform migration (Blogger -> Wordpress) and I have also changed the domain. For the newer articles I do not face any problem, however articles with more than one or two years, there are links spread over the web with the old...
asked by 04.07.2015 / 21:50
1
answer

Problem with PHP in Script checking Session

I have a form but it is hidden only when you click on a button in the nav called this function: <script> function verifLog(){ <?php session_start(); if (isset($_SESSION['user'])){ echo "<script> document...
asked by 03.07.2015 / 00:47