Questions tagged as 'css'

1
answer

Position problem in hidden div

I have a problem that is difficult to explain, so I leave as much data as possible. Clarification: I'm using bootstrap. First I share an image of the area in question Clicking on the magnifying glass activates a toggler that displa...
asked by 01.01.2019 / 22:13
2
answers

problem with textContent in Javascript.

I am learning Javascript and for this I am studying the book "Javascript & Jquery by Jon Duckett", I would like to know if I'm doing something wrong, according to the book you should modify the html text and place the content of the javascript f...
asked by 21.12.2018 / 02:54
1
answer

Position elements with respect to a div in specific

I am doing a section for my web where the content I generate dynamically in an administrative panel that I have created previously. The content is inserted (text, images, titles and links) and can be draggable using draggable jquery-ui so I can...
asked by 21.12.2018 / 06:50
1
answer

How to center two words that are in different sentences - CSS [closed]

Center it with a word and not by prayer     
asked by 22.12.2018 / 22:59
0
answers

PHP does not take the css

I'm having a problem on my website which when from a controller method that invokes views is not including the public function listProducts() { try { require_once("nav-bar-admin.php"); require_on...
asked by 18.12.2018 / 18:02
1
answer

(font.html) as a reference in my css

I am updating a web page and I find: src:url(../fonts/glyphicons-halflings-regular.html) When I search for the glyphicons package I do not find that file * .html I do not understand that html reference, I erase it and apparently nothing h...
asked by 13.12.2018 / 17:10
1
answer

can not change the font in chorme?

on my page I want to change the h1 to another font of interest intenete many times in chrome and I do not let it load in firefox and could someone know why I can make it change in all browsers here if it runs fine but not in chrome h1{...
asked by 04.01.2019 / 23:56
1
answer

Change navbar when doing scrolling

I'm working on a site trying to do this with the navbar, but with bootstrap: link The idea is a transparent navbar, when doing scroll change with an animation. When returning to the starting point, the navbar becomes transparent again. I made...
asked by 04.01.2019 / 22:07
0
answers

Change the style of a svg path by clicking on an option of a select

Just beginning with vue js, I have an interactive map.svg accompanied by a select, for now the select fulfills the function of if you select a state list the branches of that state. The map when you press one of the states in the same way lists...
asked by 10.12.2018 / 20:51
0
answers

Create a rotating random currency in JS, HTML and CSS

I am trying to create a coin of chance (heads or tails) that rotates before giving me the random result, I have the following code of js that creates the elements and assigns the corresponding div the function giroVoneda, in the public folder I...
asked by 11.12.2018 / 15:29