Questions tagged as 'css'

3
answers

How do I make an element with position fixed stop "cropping" its content when resized?

Someone knows how I can make an element with position: fixed; responsive. That is, the left content remains left and the content of the right, when resized, remains on the right without being off-canvas ? This is an outline of wh...
asked by 08.01.2016 / 07:44
2
answers

Transitioning images with css3 - KeyFrames

I'm trying to make an animation with automatic image swapping using @keyframes of css3 . I am copying and pasting the example code, but to no avail. The transition between the images is occurring in a "crazy" way. Look at the snippe...
asked by 12.01.2016 / 18:37
1
answer

Mask in image

I'm trying to apply a "mask" on my image, to just get the center of it and apply 50px to 52px , I tried to use clip-path but it does not work, strong> and chrome for tests, follow my code: CSS .img_tamanho_icon {...
asked by 14.12.2015 / 13:18
1
answer

Servlet Faces - Error in context with path

Good morning, As I said in another topic, it's not my web area but I'm trying to kkkk ... After adding a responsive template with Prologue name I get the following error. GRAVE: Servlet.service() for servlet [Faces Servlet] in context with...
asked by 15.12.2015 / 12:31
2
answers

When you do not type anything, do not show "Enter a name"

I'm messing with an application made in Ionic. In it, when I search for a photo in Google and select it, the field name is filled with the word that made the search. Now, when I select an image from my phone, the field to put the name is already...
asked by 16.12.2015 / 18:25
1
answer

How to create a menu with jquery that accomplishes this effect after the scroll?

Hello, friends. I am a beginner and would like to know how I apply this effect in a fixed menu (for desktops) so that when the user navigates to the following section (after section #home) a background appears in the menu and it have position...
asked by 21.03.2016 / 12:54
3
answers

avoid line breaks within a table, or minimum size

Is it possible to determine a maximum and minimum size for a table? My problem is the following, I have a table with a text inside it, and when I decrease the size of the browse window everything is getting squeezed inside it. I touched th...
asked by 19.02.2016 / 17:34
1
answer

Add bookmark system [closed]

Recently in a project, the need arose to create a system that can be evaluated by the user, and in this case, only the "favorite" was requested. The user will only click on the "heart" and +1 will be added to each click. But without the use of p...
asked by 24.12.2015 / 18:01
2
answers

How do you leave the div always with the maximum page size?

How can I make sure that% content is minimized to the size of the page on any resolution or monitor without creating a scroll bar? Being that the scroll bar should only exist when the content of <div> content is filled up enough...
asked by 13.11.2015 / 16:30
1
answer

CSS - Display centered text with other text aligned to the side

I have a div of page width and 70% text width. I need to put a phrase in the right corner but in the same line as the original text, without disturbing the centralization of the original text. #mainContent { width:70%;...
asked by 11.11.2015 / 21:40