Questions tagged as 'css'

1
answer

Delete CSS applied to Brothers object clicked with Javascript

How could resetar a CSS applied with Javascript via Click element? I have a table whose tr and td are dynamically created and a table table is created directly in% static%, HTML of course does not have...
asked by 26.05.2015 / 14:59
1
answer

Problem with box-sizing

I have a input and I would like to put a box-sizing because I will use padding-left and would not like to move the element width. My HTML: <div class="contato"> <form> <input type="text" /> <...
asked by 02.12.2014 / 20:22
3
answers

Problem with Div shift when running Zoom

I'm building the default layout for some pages I'm developing, but I'm still new to html and css pages. In my code, the footer tag moves from the main div when I zoom, I'd like to know how to prevent elements from exiting the div when zooming is...
asked by 13.10.2014 / 21:47
1
answer

Make text appear under the box

I have an X3D animation box <X3D> ..... </X3D> <p> ..... </p> And I want the text to appear below this, instead: How do I do it? Thank you.     
asked by 20.12.2014 / 18:20
1
answer

CSS, firefox does not recognize Bree Serif font

I use google sources, however I got surprise today that I went to test my files in firefox and realized that the font was not loaded. See link @font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 400; src: local('Bree...
asked by 16.12.2014 / 21:25
1
answer

Transition does not work in class exchange with JavaScript?

I have a dropdown menu made by me that acts with very simple class switching ( block or none ). The script works and updates the classes in the correct way, but it apparently ignores the transition property of the class an...
asked by 16.12.2014 / 07:59
2
answers

Overcoming an Image with DIV

Gentlemen, I am pulling some images from the database, and when the user hover over them an opaque red color will be above them, and a title and text will be shown. I did this by putting the image into a div, and inside that div I put another di...
asked by 03.09.2014 / 19:53
2
answers

Center a horizontal div

How to center a horizontal DIV without knowing its width. Example: Previous - 1, 2, 3, 4 - Next     
asked by 07.08.2014 / 13:52
2
answers

Bootstrap alignment is not correct

I tried to do a bootstrap alignment, so that I had the label and beside it the control. Well, thinking that way, I chose the class. Well, when I render the site, the alignment gets the label on top and the control down. By the code is not sure t...
asked by 04.07.2014 / 20:12
1
answer

Is it possible to assign a function to several css rules in the same hover, but with different values?

Can you make a transition in css, all triggered by the same element, but with different values? CSS: .co-la { background: none repeat scroll 0 0 green; height: 25px; left: -37px; margin: 0; width: 0%; } #skills:hover .c...
asked by 01.07.2014 / 07:54