Questions tagged as 'css'

1
answer

Return CSS file classes using Regex and PHP

I have the following CSS: .icon-a{ background:black; color:white; } .icon-b{ backgroundwhite; color:black; } .icon-c{ background:blue; color:yellow; } I wanted a PHP script that could read the CSS file and re...
asked by 09.11.2015 / 14:58
3
answers

Align 4 divs always horizontal, with size proportional to screen size

I need to make 4 thumbnails accompany the width of the screen. Example: DIV1 DIV2 DIV3 DIV4 They are one size X, horizontally in a row, taking up the full width of the screen. I need to resize the screen, it still persists in 4 queued d...
asked by 15.12.2015 / 19:18
1
answer

How do I disable mouse effects on mobile phones?

I've finished my responsive site and now I'm in the testing phase on phones and tablets. But I came across extremely nasty browsing on mobile phones and tablets, because the :hover effects I put in are messing up when I slide my finger on...
asked by 18.02.2016 / 13:27
2
answers

Problem with animation in select

Galera I put together an input system similar to android, the problem and I'm not able to do the same animation in the select. Could anyone help me? Follow the code: Running jsfiddle code NOTE: I want to leave the select animation...
asked by 18.02.2016 / 14:49
1
answer

Identify CSS not loaded in with Firebug?

I have a site hosted on LocaWeb, and I have a firewall in the company PFSense that for some reason is preventing CSS loading on machines in my network. I want to know how to identify what is not loading on the page, so you can make some rule...
asked by 17.02.2016 / 19:12
1
answer

Block events with jquery

I've been scouring the jquery documentation for some time looking for a function with the following behavior Suppose we have two buttons on the screen each with a different click event: <button>Effetc1</button> <button>Eff...
asked by 13.11.2015 / 17:44
2
answers

Full-screen images

How to put 2 images or more side by side, occupying 100% of the page? @charset "utf-8"; * { margin: 0; padding: 0; } .galeria { background: #FFFFFF; width: 100%; height: 768px;...
asked by 11.11.2015 / 22:45
1
answer

CSS selectors (H1 - H6 applying after p)

I'm in Doubt to apply some effects in css. I tried with the following css selectors: h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin: 0 0 0.75em 0; } h1~p, h2~p, h3~p, h4~p, h5~p, h6~p { margin: 0 0 0.75em 0; } h1>p, h2>p, h3>p,...
asked by 12.12.2015 / 17:06
1
answer

Desalinating button after exchanging css with Jquery

I have the following input: Clickingthechangeanewinputbuttonappears: Whenyouclickthisremovebutton,thefirstinputreappears,onlythebuttonbreaksthelineandlookslikethis: Hereisthescriptbehind:<script>$(document).ready(function(){$("#edita,#...
asked by 10.12.2015 / 17:57
1
answer

URLhashListener picking the wrong item (Owl Carousel)

I'm using Owl Carousel on a landing page. I added some thumbnails, and I used the URLhashListener to associate the thumbnails with the respective image, but the link is opening the wrong image. It looks like the script is calculating the wrong v...
asked by 07.10.2015 / 21:58