Questions tagged as 'css'

1
answer

How to know which is the first and last element with Jquery?

Good evening everyone. I have a doubt. I'm doing an image gallery and would like to know how do I know which is the first and last element. Type I have the right and left arrows for previous image or next image. Dai type when I get the last imag...
asked by 11.05.2015 / 02:41
1
answer

Remove full color from 'selection'

I put this code in my projects to eliminate the color when something is selected, but sometimes the "white spaces" that remain are colored with colors that should not be avoided or transparent, too? ::selection { background-color: transpar...
asked by 30.06.2015 / 01:23
2
answers

Images above the carousel

I'm not able to put the images above the carousel, I'm trying to put my remaining content above the car but it's not working, I've tried everything, but it's coming down. Follow the codes. Index.php <div id="middle"> &...
asked by 29.06.2015 / 20:40
1
answer

How to make a lightbox with CSS and jQuery?

I want to make a login bar with lightbox , that is, when clicking link in> "will appear a <div> that was hidden and a transparent dark background will appear. How do you build something like this?     
asked by 01.07.2015 / 17:59
2
answers

center form vertically to center

I'm finalizing a website and the form has to be vertically centered on the page. I have tried everything to have a margin in% but no technique works. I already bought % , I voted as absolute to top and nothing. I'll leave the beta...
asked by 04.02.2015 / 15:51
3
answers

Video html5 / css3

I have an HD video (1920x818 approximately) on my site, I had help in a part of the solution since it was put 100%x100% . Now I would like to leave it fixed at the top of the page, I tried to use position:absolute; top:0; left:0; , i...
asked by 09.04.2015 / 13:19
1
answer

Google Map disappeared

Hello, I'm using the Maps JS V3 API. I styled the page and the map disappeared. jQuery, CSS and HTML: $(function() { $('.nav-toggle').click(function() { if ($(".nav").hasClass("side-fechado")) { $('.nav').animate({...
asked by 09.01.2015 / 01:00
1
answer

Selection background-color does not work [closed]

I have the following CSS: *::selection {background-color:red;color:blue;} *::-moz-selection {background-color:red;color:blue;} *::-webkit-selection {background-color:red;color:blue;} Where, any part of the text, it leaves the background...
asked by 08.01.2015 / 18:42
3
answers

Overwrite CSS component calendar Primefaces

I'm using the calendar component of Primefaces , but I'm having trouble overwriting CSS of it. Here is my code in xhtml : <h:panelGrid columns="2" columnClasses="col one, col one"> <h:outputLa...
asked by 28.01.2015 / 20:17
1
answer

Leave centered bullets and right and left navigation arrows on slider

I'm trying unsuccessfully to leave the navigation bullets centralized and the navigation arrows to the left and right side of the slider, however it changes the settings of the css I do not succeed. The site is this: Developing site For...
asked by 26.01.2015 / 13:58