Questions tagged as 'css'

2
answers

how to "cache" css concatenated via GET

I'm doing a concatenation of css files where file names are passed by parameters in the url to the css.php file, my question is if you can somehow "cache" the requested files as in the example below: / p> HOME if(is_home()) { <link...
asked by 30.04.2018 / 17:11
0
answers

Carousel Disappearing when inserting a Link

Good morning, I have a problem where I am trying to reference a link in a carousel here, however it has problems. Below the image as the site is. BelowishowitlookswhenIputthereferencedlinkintheNAV. ThetemplateIbuiltforitisthis: link I...
asked by 17.04.2018 / 15:56
0
answers

Paging of 2 tabs using 1 control variable for page numbering

Next, I have a page that has 2 tabs and in each tab there is pagination, the problem is that I need to use the variable "$ pagina " for both tabs as a way to control the page number without changing both the tabs, how would? Below my co...
asked by 16.04.2018 / 22:01
0
answers

Font-Face did not work in firefox CodeIgniter

I have a codeigniter site and I added some fonts with font-face in css and it worked fine in firefox in developer mode and in chrome, when I hosted it firefox stopped changing the fonts on the page but in chrome it works normal, and on the edge...
asked by 16.04.2018 / 02:27
0
answers

How to use the same image 4 times or more in CSS

   I would like to use this photo 3 times next to each other, but I can not multiply it     
asked by 16.04.2018 / 03:18
0
answers

.hasClass to expand div

I wanted to expand <div> , but I can not. Where am I going wrong? In principle this will be, but I want to make a screen with 100% width with this effect, expanding and returning with another click.               Expand...
asked by 12.04.2018 / 21:15
0
answers

Fluid Layout with Sidebar Fixed, and theiaStickySidebar

I have a layout, the content area is fluid, ie with 100% width, the sidebar has a fixed width of 200px. So far so good, I'm using theiaStickySidebar to keep the sidebar or the content suspended when the height of one is larger than the other, th...
asked by 19.04.2018 / 00:54
0
answers

My lightbox module that I inserted in the Angular does not work, how to do it?

Well I've installed this Lightbox module with the command npm install lightbox2 --save as per the site: lightbox until then. p> After I put the paths in the file angular-cli.json according to examples that I searched the net and looke...
asked by 13.04.2018 / 14:14
1
answer

Close Dropdown SubMenus when closing the Dropdown Main

$(document).ready(function(){ $('.dropdown-submenu a.sub').on("click", function(e){ $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); }); .dropdown-submenu { position: relative; } .dropd...
asked by 11.09.2018 / 19:52
0
answers

setcustomvalidity tooltip position

I have two inputs with setCustomValidity. In the first input the setCustomValidity tooltip appears correctly left-aligned, as in the image below: Butintheotherinputitappearsalignedinhalf,andtheresultIexpectedwastobeleftalignedasinthefirst...
asked by 11.09.2018 / 16:31