Questions tagged as 'css3'

4
answers

I can not center an ul inside the div

Hello! I can not centralize an ul inside the div CSS.menu{clear:both;position:relative;width:100%;}.sessoes{width:1000px;margin:0auto;}.menuNav{width:100%;text-align:center;background-color:#3E4095;}ul.menuTopo{text-align:center;}ul.menuTopoli{...
asked by 04.05.2016 / 22:50
0
answers

CSS3 2 Problems

Let's start with the codes CSS @charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; } body { background-image:url(../../_img/fundo.jpg); background-size:cover; background-attachment: fixed; } ul { list-style:non...
asked by 03.05.2016 / 15:07
3
answers

DIV's Loop in PHP

I am generating a loop of a fixed-size div and would like each one to be on a page at the time of printing. But the first Div of the Loop gets a margem-top preventing this from happening! Is there any way to make this first div be the fir...
asked by 23.06.2016 / 14:27
0
answers

Loss of pixels in input of one form and another not

I have the following input <label class="labelPequeno">Endereço</label> <input type="text" class="typeTextGrande" required maxlength="400" id="endereco" name="endereco" /> With class="typeTextGrande" C...
asked by 12.05.2016 / 16:08
18
answers

What is the best way to centralize an element vertically and horizontally?

What is the best way (by "best" I mean: with the widest possible compatibility between browsers and as simple as possible) to position an element in the center of the page, vertically and horizontally and independently of resolution using only...
asked by 29.01.2014 / 18:29
1
answer

How do I add article block in my section tag?

I'm having trouble adding a section tag where you have 3 squares next to each other. <section id="blocos"> <div class="bloco-coloridos"> <h3>Vermelho</h3> <h4>Azul</h4> <h5>...
asked by 17.04.2016 / 18:18
1
answer

I can not make fluid layout in the menu

Hello. I have the menu below: <ul class="menuUlTopo"> <li class="menuTopo"><a href="principal.php" title="Principal">Principal</a></li> <li class="menuTopo"><a href="administradoresMenu.php" title=...
asked by 09.04.2016 / 21:50
0
answers

How to load form saved in localstorage into a table?

I need a form saved in localstorage to be loaded on another page inside a table, but I'm not exactly sure how to do that, the more I can load it on the same form page, the last saved data. Code using: function carregarDados() { i...
asked by 26.10.2016 / 05:41
2
answers

Checkbox style changing style on label. How to pack?

Good morning! I have the following code: <div style="float:left;"> <label class="labelPequeno">Oportunidade</label><input type="checkbox" id="oportunidade" name="oportunidade" /> </div> <div style="wi...
asked by 02.04.2016 / 15:42
0
answers

Menu leaving left margin

I can not find this error. MyMonitorhas1024pxandthebodysettowidth:97.65625%giving1000px.Themenu(ul)has7items(li's)eachliwith141.7pxplus8bordasof1pxeachgive999,9pixels.Thatis,theyfitin1000px.=>(141.7*7)+8=999,9Ihaveamenuonthepagebelowthatd...
asked by 14.04.2016 / 19:59