Questions tagged as 'css'

0
answers

How to always keep the sidebar visible in wordpress for PC resolutions

I'm making a portal with WordPress and the virtue theme, and I would like it for large resolutions (more than 992px wide) the sidebar on the right (sidebar) should remain fixed, and when they are smaller it should appear at the end ( right now t...
asked by 29.08.2018 / 11:37
0
answers

as I do a search engine that finds a div

I have the search engine of my website but only search in an address, example www.mipagina.com/search, I can not modify this ... I have a div that takes images and text inside, and I need to create a search engine that can I find it and show the...
asked by 28.08.2018 / 05:34
1
answer

Do not load css files

Whenever I work from XAMPP and php I do not load the CSS files, which if I then take them to an external server I see that they work without problem. Do you know if it is due to a bad configuration on my part, bad programming, is a defect of...
asked by 10.08.2018 / 13:15
0
answers

AdBlock blocks my img and my styles.css from my website

Hello, how are you? I would like to know if anyone can help me, I am creating a website and both the images and my css file with styles are hosted on the server and blocked by adblock is there any solution to avoid this? Try everything, even del...
asked by 10.08.2018 / 20:10
1
answer

Change span color depending on whether the input is empty

$(function(){ $('.contactanos :input') .change(function(){ var $input = $(this); var $span = $('.form__input-focus'); if ($input.val() === '') { $input.css("background-color", "#fff"); $(this).data("span").css("bac...
asked by 08.11.2018 / 16:24
4
answers

How to place a gradient color on an image

I am adding a css style to a sidebar generated by W3.CSS, however, when doing the code that I show more to low, all the sidebar and its content becomes more opaque and at the end of what does not happen what I want, is that the background image...
asked by 22.08.2018 / 13:54
1
answer

Adapt the zoom to the width of the screen

This topic has been talked about a lot but I can not find the desired result. I'll explain it with bootstrap images. This image shows the elements of the DOM perfectly at a width of 1680 and the zoom of 100%, is the normal view of my screen...
asked by 06.08.2018 / 18:02
1
answer

Bootstrap 4 Radio within a label and invalid-feedback

I'm working with Bootstrap 4 and I'm having a little problem with radio buttons The case, is that I need that the input of type radio have a id empty For which, I work in the following way <link rel="stylesh...
asked by 29.08.2018 / 17:35
0
answers

Problem showing image

I have a piece of code that uses Boostrap 4 and some customization with CSS, it works fine, but when I try to add a carusel so as not to show a single image, it fails me, because the image is not shown completely, only a part of she and with the...
asked by 18.08.2018 / 19:54
3
answers

You want to reference a DIV with the prettyPhoyo plugin

I want the prettyPhoto plugin to be invoked by clicking the div class = 'image'. But I do require that it be by clicking on the div in which I have the image as shown below. Someone help me please. I share the code. <link rel="stylesheet...
asked by 02.08.2018 / 23:58