Questions tagged as 'css'

2
answers

HTML / CSS Element out of place

I do not know where I'm going wrong, but my footer is in the middle of the page. It's my future portfolio, so not everything will be definitive. Other suggestions are welcome. *{ margin: 0; padding: 0; box-sizing: border-box; font-...
asked by 13.10.2017 / 15:23
1
answer

Semantic-ui, checkbox with no action on form

I created a form using Semantic-Ui, but I can not enable the checkboxes, do I need any specific javascript for these elements? <tableclass="ui table"> <thead> <tr> <th class="four wide column">Acesso</t...
asked by 09.09.2017 / 13:17
1
answer

problem creating a triangle in div after with css

Personally I needed to create a triangle in my :after of my div but this shape would have to be 100% wide I made a triangle shape but it is with fixed width and this can not because in mobile it gets bad and when the site opens on...
asked by 06.09.2017 / 19:23
1
answer

Insert colored border into image that is cover

I'm trying to highlight a div that has a cover image with a border using css , but I'm not getting it. I do a loop to show the images but the user can not know which image is the cover, the image below shows how my script is. <li clas...
asked by 29.08.2017 / 01:57
1
answer

How to leave the position of a fixed div according to the RaddioButton change

I have the following screen that as soon as you change the option from RaddioButton to div descends or rises. I would like to know how to leave fixed in a position. Cycle Selected: SelectingtheYear: aspx:<divid="indicador...
asked by 29.08.2017 / 15:56
1
answer

Sort rows and columns replicated with angle

I need help to sort the buttons I am generating with angular. I'm using "ng-repeat" and it's generating the 8 buttons correctly however they're getting out of the order I need. Here is the code and the output image: <style> .div...
asked by 25.08.2017 / 20:48
2
answers

Open / Execute input file - jQuery

How can I open / execute an input file using jQuery ?! I have a php code that has the input file its css display:none; (Invisible), I need that when I click on an element, for example an image, the input file is executed as if I had click...
asked by 02.12.2017 / 20:15
2
answers

Css does not change the color to transparent

I have a menu of a site where the element I change to a transparent color but it does not change, even putting it as important in front of the property. Look: Inthismenuitlookslikethisinmystyle.css.navigation{height:50px;background:rgba(243,241...
asked by 01.09.2017 / 23:56
1
answer

How to get the current font size in css and increase [duplicate]

Good morning, can anyone help me give me a hint on how to get the current font size so I can increase it afterwards? ps: I'm using angularJs for functions!     
asked by 21.08.2017 / 19:24
1
answer

Filter Select elements with PHP

I have to create a select filter to perform a search between multiple select results <divclass="grupo"> <!-- class="borda select2_single form-control comboauto" --> <select name="id_projeto" id="id_projeto" class="borda se...
asked by 14.08.2017 / 19:06