Questions tagged as 'css'

1
answer

Change style - Bootstrap [closed]

I created a file and added a navigation menu using Bootstrap, but wanted to change some things like font color and stuff ... I created a style.css file and linkei in my index, but it does not change anything, I try to put the name of the class I...
asked by 22.07.2017 / 02:31
2
answers

How to check if multiple dynamically created input is empty?

I have this Input that is generating via Knockoutjs: <input type="text" class="req" placeholder="" data-bind="value:Request" /> But I have to check if it is empty and if a specific css is applied: As many fields can be created the sam...
asked by 03.08.2017 / 15:25
1
answer

How do I make a checked checkbox clickable?

Does anyone know how to make the checkbox clickable. I created a new look for my checkbox, but clicking on the checkbox it is not selected. I want the checkbox to be white and only when it is selected that your background will turn green, as in...
asked by 30.06.2017 / 04:19
3
answers

Is there any javascript function that marks a selected random text with the mouse?

Hello, you know if it is possible to create a text marker, similar to the ones used in pdf, but in an html? Not necessarily he would need to save the markings, but if he saved it would be better. Thanks!     
asked by 04.04.2017 / 14:33
1
answer

How to rotate a div?

Well, I have a div that contains secondary divs inside it, what I want is to make an effect, which rotates the inner divs, ie from right to left, killing the position of the main div. In other words, I wanted to move the inner divs by clickin...
asked by 30.01.2017 / 01:59
2
answers

How to incorporate a div to the article form or vice versa?

I'm developing a template for a project and I needed to add images only if these images represent the place of the client's chairs and when the user clicks on any of those chairs the place is marked, only it is necessary to make that place marke...
asked by 27.01.2017 / 01:44
1
answer

How to make a background with a set of images?

Well, my question is as follows, how can I make a div background in css, with a set of images and not just 1? Thank you.     
asked by 29.01.2017 / 18:02
2
answers

Problems displaying my site in chrome

Hello, I'm having trouble showing my site in Google Chrome. I edit the codes mainly in the css, the mozila displays on the hour, but in chrome or it takes a lot (after updating about 20 times) that works, or does not update at all. The proble...
asked by 24.01.2017 / 14:35
1
answer

CSS - Centralize li

I have this navbar and would like to center item 2 ul.navigation { width: auto; height: 40px; position: relative; background-color: #fcfcfc; padding: 0; color: #b5121b; list-style-type: none; box-shadow: 0 3px #ecec...
asked by 01.12.2016 / 18:43
3
answers

Place sub-menu under the right li

.menuAbrir, .menuFechar { display:none; } .menuPrincipal li { display:inline; position: relative; } .menuPrincipal li a{ display:inline-block; vertical-align:middle; text-align:center; width:115px; line-height:70px; font-si...
asked by 02.03.2017 / 21:37