Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
MySpace Website Tutorials | Submited Dec 21, 2007
Notes
marquee below navbar:
.37182{position the marquee below the navbar}
marquee.topMarquee{
position: absolute;
left: 50%;
top: 160px;
margin-left: -400px;
width: 800px;
height: 97px;
font-size: 90px;
color: ff0000;
}
.37182{put some space under the navbar links}
.navigationBar{margin-bottom: 100px; z-index: 9;}
<marquee class="topMarquee">
wutz a marquee? idk
</marquee>
marquee above the navbar
.37182{position the marquee above the navbar}
marquee.topMarquee{
position: absolute;
left: 50%;
top: 134px;
margin-left: -400px;
width: 800px;
height: 97px;
font-size: 90px;
color: ff0000;
}
.37182{move the navbar down a bit}
.navigationBar{margin-top: 100px; z-index: 9;}
<marquee class="topMarquee">
wutz a marquee? idk
</marquee>