I have 5 images, 3 of them have the same class being displayed in div A.
<div id='A'>
<img src="https://sites.google.com/site/mplayerplugin/thumbnails/09.jpg"class="figura" />
<img src="https://sites.google...
So I created two divs within each other and my idea was this:
I wanted to leave an inactive div, and when I left the mouse on one, the other one appears.
The command I used for this is opacity: 0; to make it invisible and when I left the mous...
I'm trying to create a simple quiz but I do not have much programming skills.
The intention is that when the user dials a response and clicks the button, a div appears showing whether it is right or wrong.
Initially, I did with a...
I have a DIV that is editable by the user, but I wanted it when I typed Brasil it is only this green word tabem as EUA is red, but only certain words.
DIV code:
<div id="texto" contenteditable = "true" ></ div&...
Good morning,
I am developing a website and I would like to create a new div for each entry the database presented in php. I need to make a page with the same principle as a blog, the last content presents first, but for this I need each content...
My page basically has two divs , one right and one left, the two are with style="position: fixed;" , that is, if I scroll the page, these two divs are side by side, fixed, always visible.
But when the div of the left...
I have the following code:
var buttons = $('#videoGallery .vid');
var liHeight = $('#videoGallery li').height();
buttons.click(function(){
var videoID = $(this).attr('data-videoID');
var videos = $('<div id="meuVideo"> <iframe width=...
I have very basic knowledge in html and css, so I want to help you guys to build some points of the layout below using HTML and CSS.
img deals with an image size of 100px per 100px.
Note: The text A, B and F must have a space between the image...
I ask your help to capture the value of a paragraph h4 that is within a specific div , and put in a text field of a form. It is to automate a group name / singer's response system to an online radio.
This is div where is t...
It has 2 Div with the parameter Container The problem is that the second is working and usually applying CSS , but the first one does not work. I've already moved the closure, but it did not help. Does anyone know what it is?...