Questions tagged as 'css'

1
answer

How to calculate columns equal to the Skeleton

The .col-md-1 is calculated as: 100/12 = 8.3333...3 in Skeleton was calculated in another way that returned the following result: .one.column, .one.columns { width: 4.66666666667%; } What logic did the developer use? What...
asked by 22.08.2016 / 21:03
1
answer

Alert only once Session

I would like to know how to make an alert appear only once for the user in the session, in case the user Loga and appears a div with alert informed Logged in successfully, after closing this alert I want it not to appear any more while the sessi...
asked by 03.07.2016 / 07:02
3
answers

Limit characters in div with contenteditable

I have a div with contenteditable="true" and I would like text that exceeds 10 characters to be taxed with background red, as in Twitter. My main question is how to only tax the surplus text, if you have to do this with only CSS...
asked by 30.07.2016 / 20:29
1
answer

Is it possible to have an html element expand up?

Ex: I have a paragraph inside a div, and I want whenever the text breaks a line, it expands up, rather than down (default). See the example: #content { width: 200px; height: 200px; background: yellow; } #texto {...
asked by 04.11.2016 / 11:53
3
answers

Error cracking page to print in Google Chrome

I have a page that prints tickets in 3 ways. Each ticket path is within a div with class ticket . After each route, I need to generate a page break. However, by using page-break-after: always; in Google Chrome, sometimes (...
asked by 25.10.2016 / 17:20
1
answer

Poor behavior when stretching image

I have the following html code: <figure> <div id="test"> <a href="#"> <img class="wideStretch" src="caminhodaimagem/img1.jpg" alt="Img 1" /> </a> </div> </figure>...
asked by 05.04.2014 / 16:55
2
answers

Margin breaking layout in Bootstrap

I'm trying to make a row with nested rows but with a spacing between them, without the spacing the layout gets beautiful, but when adding the margin the layout breaks! What I'm trying to do: TheresultIgotinmyattempts: link     
asked by 14.03.2014 / 22:15
1
answer

Will other platform users see the sources on my site?

The question is simple: I have a website, its default font is Segoe UI , and Segoe UI Light , the site uses only those two. In Windows, the site appeared correctly and without problems, I now have doubts that if they enter through a Chrome (fo...
asked by 10.12.2015 / 23:03
1
answer

How to customize a Select in columns?

Personal I have a select that shows CODE | TITLE | DESCRIPTION | UF 0001 | TESTE1 | NEW ITEM 1 | SP 0002 | TESTE2 | NEW ITEM ADD 2 | SC
asked by 01.05.2016 / 23:35
1
answer

Iframe issues in Firefox and Internet Explorer

I have a problem with Firefox and Internet Explorer when I use a iframe to load files on the same page. In Chrome it works perfectly, but in Firefox and Internet Explorer, when I click on link iframe opens on another page....
asked by 28.02.2014 / 21:56