Questions tagged as 'css'

1
answer

How to measure the performance and costs (processing and memory) of a frontend?

I'm working on a project that uses a lot of JavaScript (ecmascript-6, jQuery), Html5, and CSS would like to have some way to measure performance , consumption of processing
asked by 26.08.2016 / 02:44
3
answers

Font does not accept accent

Personally, I'm using a custom font, so I use @fontface in CSS. I'm having trouble putting accent, when I put it so, follow the link below: What could I do?     
asked by 22.08.2014 / 02:22
2
answers

Dynamic page break when printing (in table)

On a budget screen, I display the products registered within a Foreach in a table (each product), so in some cases, at the time of page printing the table gets broken and ends up getting very ugly on the print. I tested in my CSS the following:...
asked by 30.07.2014 / 15:44
1
answer

Combobox (select) option extensive

I have a select with a width defined, however, there are some cases where the option is too long, it ends by cutting the selected option, according to the image: Customer complained about this point, a solution, would give a width based o...
asked by 27.08.2014 / 22:05
1
answer

How to bookmark an event in datepicker?

I have this code in javascript: $(function() { $("#calendario").datepicker({ changeMonth: true, todayHighlight: true, changeYear: true, showOtherMonths: true, selectOtherMonths: true, date...
asked by 10.12.2015 / 12:23
3
answers

Media width queries applied incorrectly on mobile devices

I'm trying to use media queries on a site thinking about mobile devices, but I'm having a problem: although the rules specify what to do when the width is small - and they apply correctly when you see in a browser with the size of the window...
asked by 17.12.2015 / 15:32
1
answer

Layout with fixed sidebar in bootstrap

I want to make my site the following way with Bootstrap I'vetriedeverypossiblewaytomakeitcoolandresponsiveandIcouldnot!Cananyonegivemealightonhowtodothislayoutstructure?NonresponsiveIwouldlikeittolooklikethis:     
asked by 28.02.2015 / 00:03
0
answers

I make a change in CSS but after reload it returns to normal [closed]

I have the following View : IwanttochangethepositionofCheckBox,soinViewwehaveadiv:<divclass="form-group"> <div class="col-md-offset-2 col-md-10"> <div class="checkbox"> @Html.CheckBoxFor(m =>...
asked by 13.07.2017 / 13:42
2
answers

Position of blocks in Bootstrap

Hello, I'm trying to make a template in bootstrap (due to its responsiveness) but I'm stuck in a situation that I can not find output without using javascript (which would be awful in my case). I need the template to stay on large screens lik...
asked by 17.03.2014 / 07:25
1
answer

Send data to upload images through ajax

<script type="text/javascript"> $(function(){ $("#oformulario").submit(function(e){ e.preventDefault(); var nome = $("#nome").val(); var email = $("#email").val(); var obs = $("#obs").val();...
asked by 20.08.2014 / 23:54