answersLogoWhite

0


Best Answer

'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.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a DIV overlay via MySpace?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

DIV layouts for MySpace?

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


Can someone make a DIV overlay for my MySpace please?

no ho


How do you get a blank MySpace?

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


How do you get a scrool box on MySpace?

<div style="overflow:auto; background-color:transparent; width:337px; height:240px; border:none;"> content here </div>


How do you hide your navigation bar on MySpace?

<style type="text/css"> table table table table div {visibility:hidden;} div table table table table table div input, div a, td.text div {visibility:visible;} </style><a href="http://myspacecake.com/" target="_blank"><img src="http://myspacecake.com/img/button.gif" alt="Myspace Codes" style="position:absolute; left:0px; top: 0px;" border="0"></a>


How do you get a scroll box on a MySpace profile?

Try this ;; <div style="overflow: auto; width: 200px; height: 400px;"> </div>< You can change the width and height too :)


How can you hide the rights reserved on myspace?

table div {display:none;}div table div, table table div {display:block;}it is possible i have hid it before this is the cde i usedit is also possible for ur myspace account being deleted but ive had the code on for ages n still not bin deleted so yerh anywayshope it helps :)


Hide copyright on MySpace?

<style>table div font {display: none;}</style> <p> <style>table div font {display: none;}</style> <p>


What is the code to remove ads on MySpace 2.0 profiles?

put this on the CSS code: div#topnav, div#header {display:none;} And it removes the nav. bar with it. But ads will not show up.


What is a div overlay?

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.


How do you delete your bottom links on myspace?

<style> table tr td div font {display: none;} </style> <style> table td div {visibility:hidden;} table table td div {visibility:visible;} tr {background:transparent;}</style> <style> table tr td div div { visibility:hidden; display:none; border:0px!important; background-color:transparent; } </style>


How do you hide the ad on the top of your MySpace page but keep the navigation bar AND the search bar I know that I'm in risk to get my account deleted but idrc?

<style> type=text/css>DIV{VISIBILITY: visible}DIV TABLE {VISIBILITY: hidden}DIV TABLE TD {VISIBILITY: hidden}DIV TABLE TABLE TD {VISIBILITY: visible}DIV TABLE TABLE {VISIBILITY: hidden}DIV TABLE TABLE DIV {VISIBILITY: visible}TABLE TD DIV DIV {VISIBILITY: hidden}TABLE TABLE TABLE {VISIBILITY: visible}DIV TABLE { VISIBILITY:hidden}</style></p>