Questions tagged as 'css'

1
answer

How to put time and date in input fields with jQuery and jQuery UI?

How do you include jQuery UI style files and JavaScript files so that the date and time inputs perfectly display the fields in pt_BR? Do I need to change the attributes of the libraries?     
asked by 21.08.2014 / 17:54
1
answer

Center two divs with text

I have the following structure: HTML <div class="contatoTopo"> <div class="buscaConteudoCent"> <div class="buscaFontEncontraTit">Nenhum resultado encontrado para:</div> <div class="buscaFontEn...
asked by 04.08.2014 / 20:47
1
answer

How to move element randomly across screen (css or jquery)?

How to make an element move around the screen by randomly bouncing around the edges of the screen. Like those screensavers of old DVDs?!?? The closest example that I found my question was in css (keyframes, transforms, animations, etc ...) ba...
asked by 03.09.2014 / 06:27
1
answer

Positioning controls with bootstrap

I'm having a hard time positioning controls on the page with bootstrap. I would like to not be resorting to external CSS features as this would take away the bootstrap rationale. What I mean is: 1) I would like to place a certain unselected c...
asked by 30.07.2014 / 13:38
1
answer

Align rowEdit and other buttons on the same row in PrimeFaces

I'm having trouble where my dataTable has the editable property set to true . Allowing the edit of the line that the user selects. Well, when putting a button to delete for example I'm in trouble that the edit button does not st...
asked by 29.07.2014 / 22:16
1
answer

Spacing Cross-browser in Mail Marketing

I am developing a piece of Email Marketing and am having problems with table, tr and td spacing in IE browsers and with Outlook and Outlook WebmailApp Browsers render correctly, if you notice the rounded corners of the pits, which are inserte...
asked by 28.07.2014 / 15:04
2
answers

Keep image with normal size - CSS

Good morning, I'm showing images in a slider, just that they are being stretched, like I do in css, so that it stays in the size specified in css, for example: width: 200px; and height: 200px. in this, the image can be cut, it does not have to s...
asked by 08.07.2014 / 16:39
1
answer

Use: before or a div with an image?

I'm finishing a website and I'm not sure if I use :before or a div with the background of the image, what I need is this: Asyoucansee,theyare2divs,thefirstisthatoftheglasses,andthesecondisthetext,Itriedtomakea:beforetohavethis...
asked by 10.07.2014 / 14:43
1
answer

ie7 x Chrome Brightness

I'm moving into a responsive portfolio project, and I'm configuring ie7 with pieces of css itself, I'm already using the modernizer. I use ubuntu 13.10 and to run IE7 I use wine with playonlinux, and it seems to me that the site I'm building...
asked by 07.07.2014 / 16:44
1
answer

How to make the movement of a paragraph does not influence other elements

Every time the .content moves, the text auto adjusts itself to its size, but it causes the image / div inside to move too, I want to keep the still image in the div without being influenced by the other elements. follow code: link     
asked by 31.08.2014 / 23:48