Questions tagged as 'html'

3
answers

Go to the next element with next and add a class to the previous one

I'm trying to make clicking on the "next" link one of my lists revealed and the previous one being hidden, using a class that has display: none; , tried with .next() of jQuery but there were some problems, such as , for example, in...
asked by 19.02.2014 / 22:28
3
answers

Check if a div contains a number

I have a paragraph that contains multiple links, alternating between words or numbers. I need to do the following check: if the link within the paragraph is any text, it will not do anything with the text, but if this link has a number, it will...
asked by 25.02.2014 / 18:39
1
answer

How to make an image split text from within a limited width div?

How can I make a <img> break text from within a limited% width%? For example, with this code: <style> #imagem { float:left; } #container { width:250px; background:#ccc; } </styl...
asked by 27.11.2014 / 19:52
3
answers

How can I make a certain class appear "..." after reaching a character limit

I wanted you to get an estimated limit of characters when you reached an estimated limit of% to avoid polluting the screen.     
asked by 16.09.2016 / 16:26
1
answer

Tie duplicating whole table

I can not make a loop in the table, it is looping every search in the database. $dbc = mysqli_connect('senha_adm'); $query = "select carro, barco, aviao, moto, triciclo, velotrou, dataCadastro from agencia"; $result = mysqli_query(...
asked by 01.09.2016 / 16:46
4
answers

How to align 7 elements on the same line?

I'm developing this site in bootstrap link However, down in the specialties section, I have 7 elements on the same line. I had to use a "gambiarra technique" to align them, as I did not find a specific class that supports the 7 in the same...
asked by 13.11.2015 / 13:36
2
answers

How to insert a first line indent with css?

I do not know if the name is indentation, but how do I apply this space as in the image below in my paragraphs with css? Are there any class in the bootstrap?     
asked by 09.05.2016 / 20:24
3
answers

DIV / IMG with blurred / blurry background

Make the background of a <img> or <div> transparent like the iPhone's design - blurry, blurred, but only with CSS.     
asked by 21.07.2015 / 03:17
3
answers

Check if array contains specific character

I need to check if an array has a specific character (this: |). If it contains, this character must be deleted, and the next word that would be after that character (which actually is a separator of items) would be added in the next index. That...
asked by 14.12.2018 / 03:05
2
answers

Can I change the vertical order of divs by CSS?

I have the following layout of an automatically generated page: I'dliketobringtheSource,totheDate(justbelow).ButIcannotchangearrangementofgeneratedelements.IcanonlychangeatemplatewiththeexternalHTMLelements,adivoutofallthatcontent,CSS.Thispag...
asked by 11.06.2014 / 15:58