Questions tagged as 'css'

1
answer

CSS Stylize input range

I need to make an input range for age setting like this: Ithoughtaboutmakingthe"big" bar with this fixed 20-by-20 range, or a non-fixed bar like in this example , but I'm a beginner and I do not understand what happens, let alone how to cha...
asked by 08.09.2017 / 14:39
0
answers

Modem layout, is it possible to change? [closed]

When entering the configuration page of my modem 192.168.0.1 I have the following layout: I would like to rephrase this page, but I do not know if it is possible, I searched the internet and did not find anything specific. If ye...
asked by 05.07.2017 / 16:45
1
answer

Gallery with category filter

I need to implement the following: category buttons + category gallery I have several categories on my site and a gallery of images for each. On the front, I'll create buttons with the categories and just below a slider . I need to click...
asked by 01.09.2017 / 22:30
2
answers

Java Script Animation

Good afternoon, I'm trying to do a job with css, html, js. I need to make some images slide right and left as soon as I scroll the bar, one image at a time, but as soon as I roll the bar the images move all to the same time, I researched a lot a...
asked by 10.12.2016 / 20:35
1
answer

Effects of Clicking a Button

I'd like to know how I can add an effect when I click a button, I'm using HTML5 and CSS. I add an effect with: HOVER, that as soon as the mouse is positioned over the button the background of the same is changed, but I would like an effect th...
asked by 01.09.2016 / 05:37
1
answer

Gulp Task - Compile Stylus for CSS

After a lot of fighting, I started to page my portfolio. I used to use a few things I was learning, among them the Gulp and Stylus. For CSS construction I am using ITCSS methodology (understood as architecture). However, at the time of running t...
asked by 27.01.2016 / 22:12
0
answers

Dropdown menu does not appear [closed]

Can anyone help me? The dropdown menu does not appear. I tried the z-index but it did not work. Code snippets body .white { color: #f2f2f2; } a:link, a:active, a:visited { color: #f2f2f2; text-decoration: none; } a:hove...
asked by 28.07.2016 / 23:34
2
answers

I can not align a label inside a td

In a calendar, I need to put a label next to it. It turns out the label is getting below it. If I open another one the label is on the far right, and I need it right next to it. Here's a table: <tr> <td style="text-align:right"...
asked by 08.12.2015 / 18:18
1
answer

Tooltip with mouseover inside a column of a grid js

I have this grid: function CarregarGrid() { $('#gridConteudo').jqGrid({ colModel: [{ width: 80, name: 'COD_OPERADORA', index: 'COD_OPERADORA', label: 'Operadora', formatter: GridOperadoraFormatter },...
asked by 04.12.2015 / 12:48
1
answer

How to reduce the space between the images of the carousel bootstrap 4?

Good evening guys, I'd like to know how I can reduce this white space between carousel images. Can someone help me please? Mycode: <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <...
asked by 05.10.2017 / 01:21