Questions tagged as 'css'

1
answer

Placing (arrows) an arrow at the bottom of my active button

I have a tab menu that I need to put an arrow at the bottom of the button when it is active. Here is the image as it is: Ithastolooklikethis: Hereisthecodeforthis"menu": <div class="cq-tabs " style="width: 100%;" data-tabsstyle="style1"...
asked by 08.03.2017 / 14:48
1
answer

Transition effect in menu with angle

I would like a transition effect in the menu when giving a ng show or ng hide (click the open button). <a class="sandwich panel" ng-class="{'open' : isOpen}" ng-click="isOpen=!isOpen; toggleCustom()"> <div> </di...
asked by 08.03.2017 / 15:31
1
answer

Problem with icon overlay on submit button

In a Prestashop-based store, in the backoffice, there is a button that has an icon inside that is preventing the submission of a button, how could it be that by clicking this button the icon was ignored? HTML:<divclass="panel-footer">...
asked by 16.11.2016 / 13:49
2
answers

Center items in a DIV [duplicate]

How do I keep these three items centralized? Notice that there is a space on the right side. CSSdiv.menu{background-color:#333;overflow:auto;white-space:nowrap;}div.menua{display:inline-block;color:white;text-align:center;padding:15px;widt...
asked by 02.01.2017 / 19:35
1
answer

How to smooth appearance of divs

In the onload event of my site, I load a function in which it makes a loading gif that was appearing, sum for the content of the site to appear. <body onload="carregar()"> <div id="preload"> <img src="...
asked by 12.11.2016 / 22:21
1
answer

How to leave DIV "Responsive"?

I do not know almost anything about the,% advanced% So I wanted to know how to make a CSS Well Responsive to div users. The deal is as follows: I have Divs with some images, and MOBILE , for choosing details etc! These...
asked by 28.10.2016 / 23:15
2
answers

How to use HTML or CSS in Android Studio?

I would like to know how I can structure my app with HTML, and style it with CSS too. I want to put a fieldset to form a table. I looked for tutorials on the internet but I did not quite understand how to use it. I want the lvDolar, from the...
asked by 27.10.2016 / 19:17
1
answer

Animation with animate css3

I'm putting together an animation with animate css3 .img-minibox{ height:auto; max-height: 200px; overflow: hidden; } ul{ list-style-type: none; margin-left:-40px; } ul li{ float:left; } <script src="https://ajax.googl...
asked by 28.10.2016 / 17:17
1
answer

Error: Can not read property 'style' of null

I'm doing a work in html, css, javascript and ajax and the goal is to change the tab style with the id of the sensor name when it is clicked, but says that the element does not exist and wanted to know what error it I'm committing. I'm basica...
asked by 02.10.2016 / 14:31
1
answer

CSS Display image in certain "Y" position of scroll

Good evening, I have a question in CSS I'm trying to do a conditional in css, similar to this below: @media only screen and (max-width: 480px) {} This conditional performs a certain action when the horizontal width of the page is below 4...
asked by 03.10.2016 / 04:13