Hi, 

good idea Nate, thanks!

I just added a transition to make it more fancy and instead of display:noneI 
changed the default opacity:
.carousel .carousel-control {

opacity: 0;

-webkit-transition: all .2s ease-in-out;

}
.carousel:hover .carousel-control {

opacity: 0.9;

filter: alpha(opacity=90);

}

On Saturday, March 31, 2012 11:55:38 PM UTC+2, Nate Radebaugh wrote:
>
> There doesn't seem to be any way built in, but with a couple of lines of 
> CSS, you can have this functionality:
>
> *.carousel .carousel-control {*
> * display: none;*
> *}*
> *.carousel:hover .carousel-control {*
> * display: inherit;*
> *}*
> *
> *
>
> On Saturday, March 24, 2012 10:04:05 AM UTC+1, Saiful Amri wrote:
>>
>> hello,
>>
>> Is there any way how to auto hide and show Carousel control on mouse 
>> over (hover) the current image?
>> it purposes to make slideshow picture full without any prev and next 
>> control above them...
>>
>>
>> thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to