Questions tagged as 'css3'

2
answers

Article stays below its parent container

I am practicing with a web, and I have created a container and inside it I have created one that contains an image, an h4 and a paragraph. The problem is that the section is 380px high, and the article is almost 700px low, as if there was a spac...
asked by 28.12.2016 / 02:25
3
answers

Ruby on Rails login view

I'm new to rails and I have a problem with the login view, I tried to put a menu at the top of the page with the CSS attributes but when I run the server rails the menu appears in the middle of the page and Do not go up as I want. I hope it is n...
asked by 22.11.2016 / 19:36
1
answer

how to increase heigth in div to lower the footer in tablet resolution and deskopt?

The layout for now works well for me but in the Downloads.php section the footer is about 3 times higher, because the main content is little text. I have added the con-des class to the first container with a height 600px / 70% but I can not l...
asked by 12.10.2016 / 22:17
1
answer

The download links do not work on my tablet or smartphone

Links like: <a target= '_blank' class="enlacedescarga" href=" https://mega.nz/#!qNNUwQTa!w4c-1GZ_9XUNtdy_fqN-UGAFNi6LTgsGh8vliNORnvs ">Se busca banda</a> They work for me on PC but not on tablet. What change do I have to mak...
asked by 22.10.2016 / 17:11
1
answer

Why is the active class not added?

I have this menu <section class="menu"> <nav class="navbar navbar-expand-lg navbar-light"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="n...
asked by 05.01.2019 / 18:04
0
answers

I do not work CSS in IE10 and IE11

I'm trying to create CSS so that the web works correctly in IE 9 or higher, but when I insert them, it only recognizes it in IE9 but in IE10 or IE11 no. I've put the head on <!--[if IE]><link href="css/airN/airN-ie.css" rel="styles...
asked by 26.12.2018 / 16:25
0
answers

How to make an element visible when another appears by scrolling on the screen?

I have my page created with a long scroll. In a position And I have a DIV element and inside a form. I am interested that if I scroll up or down and at that moment the DIV element appears on the visible screen I will see an alert type alert on t...
asked by 14.12.2018 / 17:19
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 / 14:29
1
answer

div increases too high when adding buttons

I put a button on a div but when you add it, the div increases a lot and is stuck to the footer, besides the button leaves the div, I do not know what it can be. <div class='caja'>--CONTENIDO</div> <a href="javascript:cargar()...
asked by 03.12.2018 / 03:27
0
answers

Problem with my Flexbox layout

I have a problem wanting to do a responsive web using flexbox. I have a content with 4 figures and their figcaption, in the PC view I want to be distributed 2 up and 2 down, I'm using flexbox but I do not understand where I'm wrong. When I want...
asked by 07.12.2018 / 05:57