Questions tagged as 'css'

1
answer

Image Positioning

I'm having a problem positioning images in a website I'm developing. Some of them apparently are not fitting into a line, in this case, I placed 4 per line. I made a few attempts, created a div that accommodated the entire contents of the image,...
asked by 13.01.2015 / 17:33
1
answer

Change Lightbox Cursor Position

I'm using a lightbox plugin to make the lightbox effect, and I need to make some visual changes, such as the visuals of the cursors and their placements. I changed the close from him to the top and changed the colors of the arrows, now I'...
asked by 08.09.2014 / 18:08
1
answer

Close tooltip in Full Calendar

I'm trying to close my tooltip in the jQuery calendar: Example By clicking on the event, the tooltip will appear and an "x" in the upper corner, when you click on it the tooltip should be closed, the code in the JS on line 16 calls the...
asked by 08.09.2014 / 20:33
2
answers

Image alignment to the right of the div in Bootstrap

I know what is central alignment and center-block in bootstrap, but I would like to know how to align a right image of a div? I can not put the picture of the phone next to the number, I have to leave both numbers in the center of the page. I...
asked by 27.01.2015 / 19:34
1
answer

Cursor is the size of the Input Height

I have a form and inside it inputs. HTML: <input type="text" id="nomeForm" name="nomeForm" onblur="if(this.value=='')this.value='Nome';" onfocus="if(this.value=='Nome')this.value='';" value="Nome"> CSS .contatoForm input { width...
asked by 20.08.2014 / 14:49
2
answers

How to control the video edges of Youtube

How to embed a Youtube video without leaving the black border on the sides. I would like to leave it 100% wide but with a defined height could anyone help me?     
asked by 10.06.2014 / 14:54
1
answer

Vertical wrap instead of horizontal

When the content of a series of HTML elements with display inline does not fit into a fixed-size container , it is normal for content to be broken as text. That is, from left to right. Something like: div1 div2 div3 div4 div5 (quebra) div6...
asked by 04.06.2014 / 16:35
1
answer

Error in placement of divs

I have a page, which has three divs . The first contains a manageable banner, the second has a background image, and the third is a plated color. As the image below shows: Myquestionis:bannerone,ithasatypecutandthetwoalso,incaseI'lluseaJPG...
asked by 16.10.2014 / 21:17
1
answer

Attendance bar at footer page

How can I create or customize a bar like from this site that is in the footer with several service options:    This light blue bar with the help options in the footer.     
asked by 17.10.2014 / 05:36
1
answer

Display when applying Hover via CSS

I want, when I hover over the li , the div companyMenusEsqhover stays as display:block . I can do this in Jquery, however, I want to do as much as I can via CSS. I have HTML: <ul> <li> <h3>Ap...
asked by 22.09.2014 / 19:48