Questions tagged as 'css'

2
answers

Loading over the map

I have the following code drawn 2 polygons on the map. See: function initialize() { // Define the LatLng coordinates for the polygon's path. var bounds = new google.maps.LatLngBounds(); var i; var polygonCoords = [ new...
asked by 04.08.2017 / 15:18
1
answer

Doubt with @ Style.Render

If I put in my view Layout this line: @Styles.Render("~/Content/css") I'm stating that all .css files in Content folder will be rendered? That is, I do not need to explicitly put .css in my view , is that it? If ther...
asked by 21.05.2017 / 15:21
1
answer

Diving positioning

I have a problem positioning the divs of the products they do not align. link As you can see here in the CSS I have: .produto_em_destaque{ display: table; width: 70%; float: right;} .produtos_em_destaque{ display:...
asked by 26.06.2017 / 13:21
2
answers

Apply the CSS of a child of element A to another element B

Is it possible to somehow use CSS rules applied to #elemento > .filho in another element #dots ? #elemento > .filho{...} In case I would need <div id="dots"></div> to receive the style of class filho...
asked by 27.04.2017 / 20:16
1
answer

Space between divs

Good morning! I have the figure below where the " GAS FOR ADDRESS " icon and the Div containing a red buttons , we see a space >. Theproblemisthatthisspacedoesnotexistincode.body{width:100%;font-size:14px;}div.banner{width:100%;pos...
asked by 15.11.2017 / 12:38
1
answer

How do I put the div at the top of the page, playing right at the top

Well, I have the following code: <style> body{ background-image: url("imagens/fundo.png"); background-repeat: no-repeat; background-size: cover; } .logo{ margin-left:10%; } .linha1{ margin-left:20%; background-color:#ABABAB;...
asked by 16.03.2017 / 10:40
2
answers

When triggering an event in an array element (with querySelectAll) trigger only one element of another array (also with querySelectAll)

In the code below, I would like that when passing and removing the mouseover and mouseout ) on a li , change would be made only in the corresponding element to this li , in this case, the tags a and i within li...
asked by 14.03.2017 / 17:30
2
answers

I can not type in input

I have a problem landing page that I'm developing. I'm not a professional developer and I've never had a similar problem. I can not type in any of the inputs you have on the page. I saw some links where the problem was a div over the inputs,...
asked by 28.08.2017 / 15:52
1
answer

Links do not align on each div in a Footer

Hello! In the development part of my site (in HTML5, CSS3), I came across a problem in the links in the Footer sections, which both placed inside div tags do not align vertically below each section, causing collapse. I will attach an image with...
asked by 14.02.2017 / 15:44
1
answer

Opening a full size Table

Well I have the following doubt. I have this table in my project. Theusercomplainsaboutthesizebecausethescrollbarsappear,asthepagealreadyhasalotofinformationyoucannotincreaseit(andIwouldusethiscodeinotherscreensaswell).I'dliketheusertoclickonab...
asked by 07.02.2017 / 13:15