Questions tagged as 'css'

3
answers

One div side by side, both stuck down

I am editing a WordPress template and what I need is to put two div , next to each other , as well ("2" and "3"): I've already dealt with float:left; in div "2" and overflow:hidden; in div "3" and the result is clos...
asked by 27.08.2017 / 22:40
1
answer

How to use Background image in a Materialize column

Good morning, my question is how I should do to put a background image in a materialize column. For example, suppose I want a section with half an image and half a text would be something like that? <div class="row"> <div c...
asked by 25.08.2017 / 18:41
2
answers

Frame widths with Flexbox in IE11

I'm with a simple code, starting to use flexbox. It works perfect in Firefox, Safari, Chrome, Edge, Opera, but not in IE11. They are flexible frames with images and text within a defined area. In my code I only use display: -webkit-flex; d...
asked by 09.11.2017 / 23:59
1
answer

Modify CSS of the elements of an iframe using JavaScript

I would like to know how I can modify the CSS of tags and classes that are within a iframe , I have found solutions in JavaScript, but I am not able to make them work. Specifically I want to make the links below the pop up that comes ou...
asked by 16.12.2017 / 18:03
1
answer

How do I prevent the content of the page from going too high with the shrunken header?

Well, I have this web where I put a header that shrinks when downloading on the page, but I have the problem that when a lot of the content of the web goes down, it goes up below the header and I do not know what to put in order to avoid that wi...
asked by 15.08.2017 / 18:55
1
answer

Droppable element accept and scope differences

In the following code, I have 4 Droppable elements that accept only some Draggable elements. The acceptance of 2 of these elements is declared with 'scope' and in the other 2 is declared with 'accept'. What difference does it make in one w...
asked by 11.10.2017 / 01:21
2
answers

Performance problem with background-image

My case is that I am developing a web of musical artists and had the idea of showing a page with several div whose backgrounds are photos of the different artists and when the mouse passes have the animation of a box-shadow showing the name of t...
asked by 06.08.2017 / 14:14
4
answers

Align inputs HTML form

Hello, I have a problem with the form and I want to align the inputs to the right. nombre : input apellidos : input input I'm currently looking like this: nombre input apellidos input input link thank you! :)     
asked by 13.09.2017 / 12:15
1
answer

How does this slider made in pure Javascript work?

What I want to do is a fixed menu. When I click on the menu the slider is activated. But I do not understand this code: function funcion(){ var page = document.getElementById('page'); var sections = page.getElementsByTagName('section...
asked by 05.09.2017 / 06:23
1
answer

How to add animate.css

I need to use animate.css but I do not know how to include it in my html. <link rel="stylesheet" type="text/css" href="https:/raw.github.com/daneden/animate.css/master/animate.css "> <button class="animate flash"> myAnimat...
asked by 10.07.2017 / 22:36