Questions tagged as 'css'

1
answer

Checkbox not clickable

I want to leave checkboxes of a specific page of my site visible, but not clickable, where the user can only interact with them after logging in. Is there any CSS solution for this specific situation? Type the .disabled class that exists in the...
asked by 17.10.2016 / 15:56
1
answer

I can not use CSS pseudo-element with JQuery

I want you to click on the pseudo-element, the menu opens, I tried several codes but none worked, the last one I tried was this: $('#overlay-menu').after().click(function(){ var menu = $('#overlay-menu'); //Antes eu tentei usar o this, por...
asked by 11.08.2016 / 16:31
2
answers

Textarea without scrollbar [duplicate]

Whenever you type inside a textarea, the scroll bar appears to go down and see the rest of the text. What I want is for textarea to automatically drop down, type, when I'm typing inside the textarea, instead of scrolling, it automatically g...
asked by 01.09.2016 / 22:27
1
answer

Word restriction

Speak, people. I would like to know how to restrict certain words, like, a person tries to write 'PQP', so the site does not let this word stay there. HTML5 - CSS - JS     
asked by 28.08.2016 / 06:55
2
answers

How to create a mobile menu button with this effect? (preferably without js)

I was trying to set up a mobile site with a menu almost identical to this link just by changing the colors. until I had abandoned the project, I do not have it now, so I'll post it later in the jsfiddle. From what I've seen his js code is:...
asked by 31.07.2016 / 03:04
1
answer

Upload page content without refresh on page

Good afternoon / evening to all. Gentlemen, I have the following layout: (ex.png) As you can see, I'm creating an administrative area for my system, where the top and the side bar (both in black) are fixed, and the whole white part of t...
asked by 02.08.2016 / 22:41
1
answer

Center sub menu absolute with css

Good afternoon. I would like to know how to center my sub menu for the main menu. The sub menu records are dynamic, so I can not give a margin-left: -px because I do not know the size that will be my sub-menu ... Here is an example code for m...
asked by 02.08.2016 / 22:54
1
answer

Capture document width with scrollbar

Good afternoon, I'm making a responsive website where I use CSS with media="screen" and jQuery. Problem: However Javascript and CSS do not recognize the same document width value when the page has a scroll bar (when I test in Chrome usi...
asked by 03.08.2016 / 20:44
1
answer

Doubt about loading images in CSS

I would like to optimize the loading of images from my site according to the size of the device that accesses it. My idea is to use media querys in css and depending on the resolution of the device load a worse quality image as background-ima...
asked by 08.09.2016 / 23:12
1
answer

Why does the hover effect stop working on those buttons made in css when I resize the screen?

Good morning, I'm sorry if there is an answer to my question here in the community, I'm creating an offline panel for use here in the company, but certain things are not working very well. You can see how you are getting through JSFiddle link...
asked by 09.09.2016 / 12:23