Questions tagged as 'css'

2
answers

How to edit the CSS of an iFrame?

   I need to put a iFrame on my site that uses the following code: <iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://www.cptec.inpe.br/widget/widget.ph...
asked by 07.08.2014 / 08:29
1
answer

Which way to use form-group bootstrap?

Which way to use form group? I use the following way <div class="row"> <div class="col-md-2" align="center"> <span class="glyphicon glyphicon-user" style="font-size:60px"></span> </...
asked by 14.08.2014 / 21:32
1
answer

How to merge the cells of a table

Good evening! I'm doing a WHILE of data coming from the database to a table using css but I could not get the table cells to stick together and with the same border. An example of the table I did: table{ width: 100%; } table td{...
asked by 12.08.2018 / 09:09
1
answer

Background with Losses

I'm working with bootstrap and I have a high definition image that will be used as background for an area. What happens is that I have two problems: My background has to adapt to losses at various resolutions, it will always be centralized, l...
asked by 09.10.2014 / 03:45
1
answer

Style does not propagate to parents

I have several elements inside one another and when I hover the mouse, it adds a border to the element's identification, however, as everyone has the same class, all items take the border. I want only the element positioned with the mouse to...
asked by 14.10.2014 / 00:45
2
answers

Unexpected behavior when centering div

I made a basic structure: a wrapper involving 3 divs! Since the first floats to the left, the middle would have its margin defined as 0 auto and the last div floating to the right side. The problem is that the centralized div is not centraliz...
asked by 26.06.2015 / 23:06
1
answer

Problems with ** UL inline **

Good, I have a problem making a ul inline so since whenever I try for hr and vertical-align always leaves the site. This is the result that gives me: ul { list-style-type: none; margin: 0; padding: 0; }...
asked by 22.06.2015 / 18:16
1
answer

Change field Automatically after filled in

I have a form: <div class="span12" style="padding: 10px;"> <form action="<?php echo base_url()?>index.php/chamadas" method="get"> <div class="span2"> <label for="">Data Inicial:<...
asked by 12.06.2015 / 00:06
1
answer

Preventing anchored links from leaving stored histories

I have a code that has two blocks on the sides and clicking on them happens a change of background color of the page, but as they are defined with 'target' that pull each element in an ordered way, the following happens, for each click will stor...
asked by 14.06.2018 / 22:33
2
answers

Line wrap control does not work "white-space: nowrap:"

I do not know where I'm going wrong, but the 5th bar of the numeric sequence does not want to line up linearly, even giving a float: left; and a "nowrap" because I want to add a lower scroll bar in the content, but only the sidebar is added if I...
asked by 04.06.2018 / 20:03