Questions tagged as 'css3'

0
answers

How to make curve effect in the text

I want to make an effect in the text each time the page is loaded, but I do not know how to look for it. Then I would like to know what that kind of animation is called. Searching on Google I found several, but none is the one I'm looking...
asked by 20.11.2018 / 23:59
0
answers

Load style sheets asynchronously?

I am building a SPA and there comes a time when I need to insert a new style sheet and remove the old one. I do not like the solution: $('head').append('<link rel="stylesheet" href="new_estyles.css" type="text/css" />'); $("LINK[hre...
asked by 05.11.2018 / 23:41
1
answer

Create a Pop up just by clicking

Hi friends maybe it's easy what I ask but I need to know how to create a pop up by clicking on a link. If someone has an idea, I would appreciate it a lot     
asked by 05.11.2018 / 07:07
1
answer

CKEDITOR in django, problems with tags

Hello, I have the following problem, install CKEDITOR on a website with django that I am doing, and when posting a post, the post appears on the web but with the tags visible, in this way (I leave image) How can I make these html tags...
asked by 20.10.2018 / 03:32
1
answer

Problems in passing json values

I have the following code: $.post("php/llenar.php",{opcion: op}, function(data){ $("#valor").html(data); }); $("#valor").change(function(){ $("#valor option:selected").each(function(){ op = "valor"; valor= $(this).val()...
asked by 18.10.2018 / 21:08
0
answers

Boostrap 4 text-trucate does nothing

Hello, I have a problem in CSS where I apply the text-truncate class of bootstrap but it continues to swear the text off the screen, I get into the inspecotr and if it appears with the class and with the properties as it should be, I already tri...
asked by 15.10.2018 / 19:25
0
answers

Openlayers Uncaught SyntaxError: Unexpected identifier

Hi, I'm working with openlayers on v5.2.0, I'm showing an error, I'm showing you a screenshot. I'm guiding myself with the official page example: openlayersexample I have done the same as the example.     
asked by 20.10.2018 / 08:09
1
answer

error in html by php form

I'm doing a web page with bootstrap, it turns out that I entered a contact form, in its respective "section", until then everything is fine, but reloading the page starts from section id="contact" and not from the beginning of the page, this is...
asked by 15.10.2018 / 03:04
0
answers

support please already try on margin and it does not fit me

I'm doing a modal screen, but when I clicked it, it unraveled when I opened it in another laptop, in mine it looks very square with the background image, but in another explorer or laptop I do not support why ??? I give an example in the attache...
asked by 05.10.2018 / 20:08
0
answers

how do I place a form on top of a jumbotron bootstrap 4

You will see I want to place a form that floats on the right side of the web (see image) use bootstrap 4 I do not know how it is done if you could give me a hint or a little help I would appreciate it     
asked by 06.10.2018 / 07:57