Questions tagged as 'css'

2
answers

Remove border from image when clicked

I'm having trouble with a menu that has images with redirection to modal , when I close modal it gets a blue border in Chrome and dotted in IE, I already tried outline: none and border: 0 . Has anyone ever been throu...
asked by 13.02.2016 / 23:33
0
answers

Appearance of border not reported

var images = $("[data-img]"); images.mouseenter(function() { $(this.dataset.img).css('box-shadow', "inset 0 0 20px black"); }); images.mouseout(function(){ $(this.dataset.img).css('box-shadow', ""); }); h3 { margin-top: -21%;...
asked by 03.12.2015 / 17:57
1
answer

What is the name of this component below? [closed]

Do you have any components ready with primefaces that do what the image illustrates below? I need to do this with JSF and I'm kind of lost. The idea is that yes it is a complete auto, but if it does not find anything I want it t...
asked by 19.11.2015 / 15:33
1
answer

Image opacity with MAP tag

I have this page: link In it, the image has the <area> tags to place a link on each of the shapes. The problem is that the service staff wants you to click on the number 1 for example, the rest is opaque. Do you have...
asked by 18.11.2015 / 18:49
1
answer

: hover in previous element

I would like to give: hover on the button "2" by changing the effect on button "1" <div class="btn um">1</div> <div class="btn dois">2</div> <div class="btn tres">3</div> example: .um:hover ~ .dois {} (...
asked by 05.07.2016 / 07:32
1
answer

Separate 6 images into 3 div, forming a slider with bxslider

I'm using the bxslider plugin. Each slider contains 6 images that are divided into 3 div , whose classes are item_top and item_bottom , for three images from above and below, respectively. When I first got the static co...
asked by 09.12.2015 / 16:38
1
answer

Image (Logo) that is in the menu and body of the site Bootstrap

I would like your help to solve a problem. I'm learning and trying to draw with Bootstrap the image below: ButIcannotdoit.Thefollowingishappening: I'mjustusingthiscodesofar:<navclass="navbar navbar-default"> <div class="contai...
asked by 06.11.2015 / 00:36
0
answers

Problems loading image by css [closed]

I have a library, in the original it was as follows. The .css file was in the root, and there was a folder called images that css looks like this: /images/imagem.png. Well, we had to make an improvement in that library. Then the css folder, the...
asked by 30.10.2015 / 14:06
0
answers

Wheel of Life Chart [closed]

I'm looking for a tutorial, plug in JQuery or code for a Graph in the "Wheel of Life" format, as in the image below. There will be no animation, but the data will be dynamic, coming from a PHP / MySQL application. Eachareaisdividedinto10piec...
asked by 27.10.2015 / 14:28
2
answers

Add additional column in line

I have a Slider in my project where I have a large image displaying the image of the current slider, and soon after its right side, a column that contains several miniatures in the form of squares with the slide switching function, as you can se...
asked by 25.09.2015 / 22:47