Questions tagged as 'css'

1
answer

Line break within a Boostrap Popover

How to make line breaks within a bootstrap popover Example echo"<a href=\"#\" data-toggle='popover' data-title='Popover on Left' data-content='$data <br> $data' data-placement='left'> <span class=\"label label-success\">...
asked by 09.02.2017 / 02:50
2
answers

Animation with CSS: control which element respects screen size limits

I made a basic animation of a div that oscillates between the left and right side of the screen indefinitely. It happens that when you reach the far right of the screen, the div exceeds the visible field causing some of it to disap...
asked by 29.11.2015 / 18:21
3
answers

Align fields side by side in a form

I'm having trouble aligning 2 fields side by side on a form, the first case would be a select next to one input and the other two inputs. Ex: HTML:<li><label>Selecionealgo</label><select><optiondisabled>Selec...
asked by 19.06.2016 / 16:22
2
answers

How to Style the Length of a Video on ScreenShot

How Can I Create a CSS Rule to Display the Duration of a Video in ScreenShot Example   ItisthiseffectthatItrytogiveinmyminiatures.AssignataginScreenShotdisplayingthelengthoftimeavideoIdonotknowifIcouldexpressmyselfright,butI'dliketoknowawa...
asked by 25.06.2016 / 22:33
1
answer

Text above div with borders

Talk the guys! I have a div. Presentation, I applied borders to it to become a triangle. Beauty, but I want to put a text above, but with the modified edges of the presentation, it does not stay aligned. How can I improve this code? Thank you gu...
asked by 21.12.2016 / 13:30
2
answers

Alignment of text input in HTML / CSS

How do I align these two input ? I've been trying for more than 2 days and I can not get them to line up properly.     
asked by 11.04.2015 / 05:41
2
answers

Show and hide a div by clicking on the same link

How do I show a div when I click on a link and hide again when I click on the same link?     
asked by 29.06.2015 / 23:24
2
answers

Difference between [ID="MAIN"] AND #MAIN

Personal someone knows how to tell me the difference between: [ID=""] and # [CLASS=""] and . What difference do they make, code get bigger? More ugly?     
asked by 06.07.2015 / 14:27
2
answers

How to hide a div just in firefox

Hello, In what way is it possible to hide a <div> only in Firefox and display in other browsers?     
asked by 01.07.2015 / 22:25
3
answers

Multiple entries in class attribute do not work [closed]

I want to show a simple alert in php with bootstrap but I'm not getting the code this is: echo " <div class=alert alert-success role=alert>Logado com sucesso</div> "; But you're interpreting the div class like this: <div c...
asked by 02.07.2016 / 23:40