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"...
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...
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">...
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...
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="...
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...
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...
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...
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...