I would like to know how these fields are created, I created an example, but I do not know if that is how it is actually created. Here is an example of what I created:
.nota {
background-color: #CCC;
width: 500px;...
I would like to make a input of search adjacent to a button with a rounded border that will fit into each other as follows:
Is there any way to do this with CSS pure, preferably without using the search field above the but...
I need to make a list of up to 6 items, get the full width of the screen by following these steps:
If you have only one item in the list, it takes 100% width of the screen;
If you have two items in the list, each has to take 50% of the tot...
I'm developing a website, and in its header it should contain a Dropdown that appears when giving a hover in the header link, preferably with the animation of it popping up, however it has a bug that when you go to the dropdown it tries to hide,...
By default, in a horizontal menu the content is read from left to right, as in this image: However,Iwouldlikethatwhenthecontentloads,thescrollbaris,say,automaticallymovedtotheright,asinthisimage:
Is this possible?
Good afternoon, guys.
My question is the following, I am creating a payment form, I have the following code:
$(".spanhover").hover(function(event) {
var divid = "#popup1"
$(divid).css({top: event.clientY, left: event.clientX}).sh...
Well, I need to create a way to recognize which menu I'm clicking on, I have my index where I call my menus with an include, so I need to put a green bar in the bottom of the menu that is clicked.
How to do this?
<ul class="mainnav">...
I need the div 01 not to interfere with the positioning of the other divs, like the div 03 for example, ie that the div 03 comes soon after the div 02, that the divs follow the normal flow of the page without needing the div 01 , that the div 01...