Questions tagged as 'css'

2
answers

How to change the opacity of a part of the image?

I'm mapping an image so that when I click on a particular area, another page is referenced in an iframe. However, in order for the user to know where he / she is clicking, I want to increase the opacity of that area and place a text. <img s...
asked by 06.10.2015 / 13:29
1
answer

How to add x icon in check box

I need to add a X in the check box that is not active, I can add when it is active V . I'm using íon Framework to help me in styling. Here is the code for check : <li class="item item-checkbox widget uib_w_70 d-mar...
asked by 08.10.2015 / 13:28
2
answers

How to make objects on a page of a given width group vertically?

Well, I'm aligning some div like columns inside another that serves as a container. What I wanted to know is how do I make a certain width of the div or page themselves clustered one on top of the other in a vertical stream? HT...
asked by 20.01.2016 / 18:12
1
answer

When I log in to WordPress, the layout of the template breaks

I'm developing a WordPress template for a client, but when I log into wp-admin, then the slide show does not work and the layout breaks, everything looks as if it had a CSS error. p> But if I open an anonymous tab in the browser, it opens no...
asked by 16.09.2015 / 17:37
2
answers

Add a pointer arrow to effect Tooltip

I'm building a Tooltip effect that displays definitions of specific terms, but I'm having trouble having to add an arrow above the little box. Check out the CSS of the code soon followed by the HTML below: CSS a.tooltip { position: re...
asked by 22.09.2015 / 15:34
1
answer

:: before does not work as it should

I bought a CSS and I'm trying to apply it to my site, the cass I bought has a validation scheme in the form where it circulates the form with a red line and places an X inside the text box. I will put an image here to be easy to understand, this...
asked by 22.10.2015 / 15:24
1
answer

Jquery does not return second image in list

Apparently, the code is correct, it is the following: { if( $(".ativo").next().size() ) { $(".ativo").fadeOut().removeClass("ativo").next().fadeIn().addClass("ativo") } else { $(".ativo").fadeOut().removeClass("ativo"); $("#sli...
asked by 16.09.2015 / 14:15
1
answer

Align div in the footer inside another div

I have a DIV content that includes another call Images, I would like the div images to be at the bottom of the div content with a certain space that I could define, eg: 400px, however this happens: Iwouldlikeittolooklikethis: Codestructure:&...
asked by 20.10.2015 / 01:36
1
answer

Create a random combination with CSS classes using javascript or jquery

Hello guys, I was wondering if anyone knows any solution how to do a combination of css classes using javascript or jquery? What I would like is to have links and each of these links have several classes of color, and after selecting one of t...
asked by 07.07.2015 / 15:30
1
answer

Setinha in menu with CSS only

Arrow below the drop down menu? I'm trying to make a little dropdown menu, so I used the following code: But the z-index ( other objects are getting on top of it ) in this code does not work and I also wanted it to only appear in : hove r (...
asked by 08.07.2015 / 20:45