I have a menu that, when right-clicking, it opens in DIV . Everything happens inside a tr (line) of a table .
My problem is the following , I have a table with several tr , and each of them gets a ID .
A...
I'm working with the <picture> tag to use its responsive function and inserting multiple sizes of the same image into a single object according to the screen resolution by the "media" parameter of the <source> tag. In c...
I have a parent element (div # workarea) that has four children: figure#start , p#first , figure#start2 and p#second :
<div id="workarea">
<h1 id="title">Área de Testes</h1>
<figure id="sta...
I would like to know how the hierarchy works in css, I explain:
Let's say in my style.css I set to h1, h2, h3, h4, etc. by default font-size: 12px; , so far beauty ...
Now, if for example I insert inside a class...
Is it possible for me to use a different favicon for each page of a site?
For example, I have a site with ten pages, I want to put a different favicon on each page.
I found a command to change CSS in Firefox:
@-moz-document url-prefix() {
body {
background: #f00;
}
}
This command will put a red background in firefox, for example.
I found it very useful, but I would like to know if I...
I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle .
HTML
<div class="carrousel">
<div class="item active" id="about">
<p class="red">Primeiro aqui P...
I have some links on the site and I will add a description for each one of them, and hide the description, but I have a question about hiding with display: none
See how I want to do it
<li><a href="http://www.facebook.com/d...
I'm having a hard time adjusting a text in a div that has another div inside it, which is at the top left.
Below is an image that explains better what I'm trying to do, I hope you can help me. Thank you.