Questions tagged as 'css'

1
answer

CSS options menu

Good morning, I need to create a menu in the right corner like the example, but I'm not able to ... When you click on my button you need to open the menu on top of the button without leaving the screen I need it to look like this: f...
asked by 30.10.2017 / 14:18
1
answer

Overflow in menu off canvas?

I'm doing a off canvas menu, actually it's always on the screen, and when I click the button, what moves is my main , the problem being overflow, when I open the menu it should not let me give scroll , but rather close the men...
asked by 06.06.2017 / 02:46
1
answer

CSS transition ignored when array order in v-for changes

I'm making a component where I can drag other components vertically. When one component passes the other, they must switch places (on the X axis). What happens is that the element I'm dragging respects the CSS transition, slides to the next p...
asked by 16.09.2017 / 21:46
1
answer

Video tag inside Slick

I'm having a problem in my project, I installed the slick carousel, I put the images and it worked, however, I added a tag containing the path of the video and the video does not work, just a black screen appears. Follow the code: <body...
asked by 30.08.2017 / 15:44
1
answer

Conditional on has_post_thumbnail

Well I'm setting up a theme that some posts will be displayed a thumb and some not, but I need to put a conditional on the code that when it has thumb pull the config of thumb and when it does not have a simple post. However the current way it i...
asked by 01.08.2017 / 21:29
1
answer

How to position divs in Tumblr style [duplicate]

How can I position the divs in this way? Remembering that it does not position in vertical line, always in horizontal it will type fitting.     
asked by 06.04.2017 / 22:51
1
answer

Page content going outside the parent element

I'm making a simple website with the following structure: <div class="front-page"> <main> <div id="hello"> <article> <header class="post-header"> <h2&...
asked by 09.02.2017 / 01:05
2
answers

How to make a background image fill the entire screen without losing image resolution

I have a part on my site where I need to put a background image occupying the entire screen, both width and height. I was able to do this with css. .intro { display: table; width: 100%; height: 100%; padding: 100px 0; text-align: cen...
asked by 09.02.2017 / 18:14
1
answer

Dynamic CSS with PHP goes against good practices?

Dynamic CSS with PHP goes against good practices? I need to change the background image of the header of a page according to her article. I thought of writing CSS inside a PHP file for this, but I do not know if it is considered a good practi...
asked by 17.02.2017 / 16:05
1
answer

Align image according to the container using CSS

I have a banner record that will have fixed sizes, so I want to add a qrcode that will be generated by the system in this image, along with the user's photo. I have this situation: #carimbo-foto{ position:absolute; z-index:0 } #banne...
asked by 04.11.2016 / 03:22