answersLogoWhite

0


Best Answer

from my limited knowledge

a <div>

is a tag used to make a "division" in the webpage (like tables but cleaner)

the beauty of the <div> is that it doesn't have any visual effects as just <div>

so it is perfect to use with css

(<div class="name">}

the word "class" would be represented in css as .

and name would show as .name

meaning you can set the height, width, colour, style, font etc.. for content that appears inside that div.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a div overlay?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is an overlay network Does it include routers What are the edges in such?

Overlay Network is a logical network that runs on top of another network. No, it does not include routers. If peer X maintains a TCP connection with another peer Y, then we say there is an edge between X and Y. An edge in overlay is simply the tcp connection between a peer.


What are the edges in the overlay network?

Edges are the connections between peers. One edge is the connection between two peers, regadless of the physical links between them. Therefore one edge could connect a peer in Lithuania to a peer in Argentina.


What is the purpose of wireless beacons?

Beacon's flexible technology platform is ideally suited for custom applications, let us help you create a unique solution tailored to meet your company's needs.Beacon Wireless has extensive expertise in the following technologies:GSMSMSGPRSUDPTCP/IPGPSMapping options can include suppliers that use either Navteq or TeleAtlas data such as GeoBase, Map 24, or Google Maps.Custom mapping data services are also available to integrate or overlay your custom mapping data with our existing solutions.For more information on Beacon Custom Development Services, please contact us directly.


What does CSS stand for in computer terms?

CSS= Cascading Style Sheet In CSS, you are basically using 2 files. The css file and the HTML file.( does not have to be HTML...) but, you edit your text and pic file extensions on the webpage. then you can control fonts, positioning of text, to define your div content. divs are areas that you've specified in the control file(css file) to take the content and arrange as you please. Hard to explain, but I hope this helps. I only use css...


Different ways in which computers can be categorized?

You cancategorizethem by their hardware (Acer, Apple, Asus, Dell, etc.). Or you could categorize them by a specific harware component (CPU brand, speed, etc., GPU, hard drive type, capacity, RAM, etc.)You can also categorize them by operating system (Windows XP, Vista, 7, 8, Mac OS Snow Leopard, Lion, Linux Ubuntu, Debian, Mint, Mint Debian, etc.).

Related questions

Can someone make a DIV overlay for my MySpace please?

no ho


DIV layouts for MySpace?

http://www.createblog.com/myspace-layouts/div-overlay/ this one has been da best for meh.


How do you get a blank MySpace?

In order to get a 'blank' MySpace... You need to make a div overlay layout.


What is a DIV overlay via MySpace?

'Div Layout - Also know as a div overlay. When you use css coding to remove and/or hide the default layout elements and start with a clean slate to work with. A blank page for one to build a completely custom and unique page from scratch with complete freedom and control over any elements one decides to incorporate into the layout.


How can you use div under div?

It's not that hard. If this is what you mean: &lt;div&gt; &lt;div&gt; &lt;h1&gt;Some content&lt;/h1&gt; &lt;/div&gt; &lt;/div&gt;


How can you see the php code that is executed in your browser?

May be this example will help. Please focus on where ob_implicit_flush(true) and ob_end_flush(); are placed in your code. Version 1:-------------------------------- &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e &lt;div&gt;a&lt;div&gt;a&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; Version 2:------------------------------ &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e&lt;div&gt;a&lt;div&gt;a&lt;/div&gt;&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; Version 3:------------------------------ &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e&lt;div&gt;a&lt;div&gt;a&lt;/div&gt;&lt;!--&lt;/div&gt;--&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; ?&gt;


Div class tags for HTML?

&lt;div&gt;hjghj&lt;div&gt; is a layer


What is the Perimeter of a 4 X 6 square?

This is a trick question. A square by definition has four equal sides, therefore it cannot measure 4 x 6. A geometrical figure having four sides, right angles, and measuring 4 x 6 would be called a rectangle, not a square. And it would have a perimeter of 20. &lt;p&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;The definition of a square is that all four sides are equal.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Therefore your 4x6 is a rectangle, and not a square.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Perimeter would therefore be&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4+6+4+6= 20.&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Total all four sides of the rectangle. &lt;/div&gt;&lt;/div&gt;


How do you float a div?

&lt;div style="float:left;"&gt;content&lt;/div&gt; OR &lt;div style="float:right;"&gt;content&lt;/div&gt; I've attached a link that explains how this works in more detail.


How do you post in blogger using HTML?

&lt;div id="header"&gt; &lt;div id="footer"&gt; &lt;div id="content"&gt; &lt;div id="sidebar"&gt; &lt;div class="post"&gt;


Can you use different divs in the background 'body' div without disturbing the overall flow of the 'container' div?

Yes, the easiest way to do this is to change the z-index of the div so it is generated on a different layer. An example you could do is below: &lt;div style='position:absolute;z-index:-1;'&gt; This will be behind the main div &lt;/div&gt; &lt;div&gt; This is the main div &lt;/div&gt;


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : &lt;do=iv style=""&gt;.