I'm developing a web application and when I mouse over the Enter / Sign up appears a sub-menu, but the sub menu instead of overlapping the images it pushes down the images.
I would like that when the submenu appears it superimposes the images...
Well, I'm not able to use CSS @page to do page counting when printing, does anyone know a method?
<style>
@page{
counter-increment: page;
}
.totalpag{
content: counter(page);
}
</style>
<span class="totalpag">...
How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color.
I want to know to make a syntax highlighting.
I have the following bug, I have a modal and inside it I put this carousel.
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=...
I have the page below with an error of css :
link
In it it has a div with classe top and within that div I have 3 div's :
<div class="topo">
<div class="topoTel" id="topoTel"><img src=...
When I put an image in the upper right corner of my page, the image on the bottom left side misaligned and went down.
Image below before placing the images in the upper right:
Imageafterplacingimageinupperright: HMTL:<divclass="contain...
I have a slideShow that I'm developing.
Images , they are in display:none and when I click on the arrows, I make display: block in the image that will appear and display: none in the others. >
I would like to do 2...
I have a UL automatically generated through a SELECT OPTION .
In the architecture I created, I have a LABEL that takes the SELECT first OPTION . This LABEL will also be responsible for receiving click that will open the UL below...
I have 3 imagens in a ul .
A% of% by% of%. Therefore, 3% with%.
They are all with imagem . Except the first one.
With li , I click on a li's with display:none and the jQuery will appear (...