[quote=bea_takingitslow]help po pls.. i cant display my banner.. im having a hard tym.. heres the url
http://i114.photobucket.com/albums/n266/wackoprincess/vanity-1.jpg[/quote]
/*this is for the banner...*/
just change some values...look at the padding there is a value of 300...just change that to ur desired height...
#navigation {
background:tranparent;
border: ?px solid #000000 ;
margin:10px 0 10px 0;
padding:300px 0 0 0;
background-image: url(http://i114.photobucket.com/albums/n266/wackoprincess/vanity-1.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
this code completely remove ur top navigation...
#mainnav .left {display:none;}
#mainnav .right {display:none;}
#navdivider {display:none;background:#00ccff;}
#subnav {display:none;}
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}
.banner_ad_fix{display:none;}
.logo {display:none;background:transparent;}
hope i helped you...