I need to make a <div> that has two borders ( top and bottom ), is it possible to do this with CSS? Or just with an image?
I'vealreadybeenabletodothis:
div
{
width:500px;
height:500px;
position: relati...
I want to save a few lines of code by creating a for or while loop to reduce what's below. I would assign a variable array to baixo_final[] getting baixo_final[i] for example and the variable i would ran...
How can I make the effect of the image below by adding the gradient effect to the <div> footer without this being done by images using position absolute ?
I would also like to maintain the gradient without losing the click fun...
I need to draw a table with the following characteristic: Each line has a margin-bottom of 8px .
The highlight in red is the distance between the lines.
The point is to be able to add only where I want. The problem of the border-coll...
Anyone know how to give me some tips on how to build a simple menu, such as gif: link
Or similar.
For a web page, I've tried it in some ways, but it lacks knowledge.
How can I change another element with pure CSS, from an element?
I tried to do this but it did not roll. I do not really know the selectors and wonders of CSS.
input {
display: block;
transition: top .3s, left .3s;
}
label {...
I have a <div> that creates a box where I should print a PHP string from a database, but when the string is too large, instead of performing the line break the string would be "leaked" out of the box:
Iwouldlikeabreakinthelineto...
I'd have some way to disable the click events of my body . When I call a function I would like to disable the events in the processing that is a bit time consuming and when I finish activating again. I've already used jQuery to add the...
I was testing the box-shadow property to make a gallery and realized that the <img> tag does not accept box-shadow:inset... but accepts box-shadow normal.
However if I put <img> as the background...