If I am accessing a website, both desktop and mobile, there is the option to add the link to the home screen, and some websites add the link with a custom icon.
Ex: Stack
Nowmysiteforexamplehasnoiconsetandcomesabrowserdefault.
How...
I have a question about how to split CSS and Javascript files into my project directory ASP.NET
I got the theme METRONIC , the theme directory has a folder where all css and js files are called " asset...
I have a div and inside it I have 2 more, one for an image and one for a text. I need the image to always be centered vertically, regardless of the size of the text.
.lista_teste{
width: 100%;
height: 100%;
background: #ccc;...
After accessing the mobile phone, I did not notice that it changed the color of the browser, nothing changed, using safari on ios or Android, was something missing?
I made the inclusion in my head:
<!--mudar a cor do navegador -->
<!-...
I have a structure with 2 columns ( Bootstrap ), one being the menu, the other the content, with value set and some 3 images large within this content that generates a scroll.
However, I also have a scroll on bo...
Well, can anyone tell me how I can do this with hover ?
When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name.
Or tell me where I find examples, I did not...
I leave this below for just the same information ...
CSS of my page:
body{
margin: 0 auto;
padding: 0;
min-height:100%;
position:relative;
}
head {
display: none;
position: relative;
min-height: 100%;
}
html{
hei...
Well, I needed to make clicking on a button show the div's and if clicking another button and displaying some div (display: block;) would get a display: none; was what I did in the code below:
function movel(){
var divMovel = document.ge...
I am trying to use the display: none property on the button element, but it does not work. If I put it in the class it works, eg:
.btn {
display: none;
}
But if I put the element button it does not work:
b...