Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Myspace banner above nav bar problem?
So I made a layout for my band's myspace, it took forever and i coded it myself.
I finally got it looking good but the banner above the nav bar only shows up on firefox, not internet explorer
did i do something wrong? or is this a problem with ie?
myspace.com/socialpariahpwns
that's the website
here's the code i used:
<style type="text/css">
.profile { height:429px; vertical-align:bottom; }
div table, table table { margin-top:0; }
.topbanner {
background:url(http://i9.photobucket.com/albums/a99/shouten/banne... top left no-repeat;
width:800px; height:400px;
position:absolute; top:0; left:55%;
margin:129px 0 0 -400px; }
</style>
<div class="topbanner">
</div>
All fixed!
thank you Kayla
2 Answers
- Anonymous1 decade agoFavorite Answer
try this http://xiii.us/eGen/topB.php
replace that code with this code
- 5 years ago
yes there is! this hides everything above, and including, the navigation bar: <style> div td {display:none;} table {top:25px; position:relative;} table table {top:0px; position:relative;}</style> this leaves a small space over your profile. to make it smaller or larger, just change the number 25. also, hiding these can get your account deleted. i've had it hidden for awhile now, and i haven't gotten deleted, but there is a chance i guess. so be somewhat cautious