Questions tagged as 'css'

1
answer

Not working th text-align

My code that has the problem is this: html: <body> <table class="default_grid"> <thead> <tr> <th class="opcao1">Opção 1</th> <th class="opcao2">Opção 2</th...
asked by 31.01.2016 / 12:19
1
answer

How to transform the text of a div into rows with p

Suppose you have a div , and you have huge text in it, and you would like each line to be transformed into <p> . How would it work? What I really want is, at the beginning of each line of the div that has >...
asked by 01.02.2016 / 18:00
3
answers

How to put a submenu in a menu I already have?

I'm editing the blog, and I wanted to make a menu with submenus, but I do not know exactly what makes it happen. I tried searching google but I did not get anything. Only css tutorials appear, but nothing specific that can tell me what css code...
asked by 02.02.2016 / 10:48
1
answer

Icon next to input

I want to create a page to run on the captive portal, and I really enjoyed the inputs from the King Debrid login page, but it uses Bootstrap. I wanted the same effect, but without using Bootstrap.     
asked by 02.02.2016 / 18:44
3
answers

Chrome [v44] - Bug on tables inside a div with overflow

In the new version of Chrome (version 44) the tables are not behaving in the same way that the other versions of the table behaved. Expected: Result: Whenyouresizethescreen,thebrowsercalculatesthewidthofeachtdbyadjustingitswidthtocontainthec...
asked by 24.07.2015 / 20:29
1
answer

SVG does not resize

I do not have much experience with SVG, and I find it very confusing how to work with these images, I need to leave this image with the size 35x35 px. I've exported the code in the illustrator of a SVG image of 512x512px, I want to work with...
asked by 25.07.2015 / 00:56
1
answer

Bootstrap - Trying to centralize a nav (not navbar)

I'm having a problem trying to centralize a nav on a grid. The fiddle is here , and I wanted it, when the space was over and the "cells" stacked, the nav would be centered as neither the wordpress paragraph. I did not find any reference o...
asked by 31.08.2015 / 01:54
1
answer

refresh page content automatically

How can I display the changes made in the style sheet without using the meta refresh tag? Is this only possible using javascript?     
asked by 15.09.2015 / 21:41
2
answers

Website, mobile version

I have a website developed in flash that does not have a mobile version, I have developed a mobile version in html5, I wanted every time index.html was loaded on a mobile device, Thank you PL     
asked by 14.09.2015 / 19:23
2
answers

Catching CSS classes interspersed using jQuery

I need to know how to get interspersed CSS classes. Well I'm going to do a loop and I need to get the classes in a certain number. The code is as follows: <div class="box"></div> <div class="box"></div> <div class...
asked by 05.06.2016 / 22:46