Log In · Register

 
Problem with multiple borders
protos
post Feb 25 2006, 08:51 PM
Post #1


I listen to bands that don't even exist yet...
*****

Group: Member
Posts: 330
Joined: Sep 2005
Member No: 249,189



My layout has a border around each of the modules, but in the subscriptions module in has a border around the link.
www.xanga.com/skin_tester05

here's everthing in my custom header, tere's nothing in my website stats

CODE
<script type='text/javascript'>
// random banner/image on every visit by micron
// for more xanga scripts and help go to createblog.com

var image = new Array();

// change this to reflect your set of banners
image[0] = 'http://img47.imageshack.us/img47/6250/shine00vb.jpg';
image[1] = 'http://img47.imageshack.us/img47/3365/shine14ml.jpg';

var index = Math.floor(Math.random() * image.length);
document.write('<img src='+ ((index == image.length) ? image[image.length-1] : image[index]) +'>');
</script>

<style type="text/css">
/* <span class='searchlite'></span> Stylesheet */
body {
background-color: #FF9F40;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #FF9F40;
  scrollbar-shadow-color: #FF9F40;
  scrollbar-face-color: #FF9F40;
  scrollbar-highlight-color: #FF9F40;
  scrollbar-darkshadow-color:#FF9F40;
  scrollbar-3dlight-color: #FF9F40;
}
.blogbody b, .standard b, p b, strong {
font-weight: bold;
border-bottom: 3px dashed #FF9F40;
color: #000000;
}
.blogbody i, .standard i {
font-weight: italic;
color: #000000;
}
.blogbody u, .standard u {
font-weight: italic;
color: #000000;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:9px;
  color:#000000;
  letter-spacing:1px;
  text-align:justify;
  }
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
  text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family: impact;
text-transform: lowercase;
font-size:15px;
line-height:9px;
font-weight:normal;
border: 1px solid #000000;
background-color: #000000;
color: #FF9F40;
letter-spacing:-1 px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#000000;
  text-transform:lowercase;
  font:normal 12px trebuchet ms;
  line-height:16px;

  }
a:visited, a.footernav:visited  {
/* edits the links that the user has visited */
  color:#000000;
  text-transform:lowercase;
font:normal 12px trebuchet ms;
  line-height:16px;

   }
a:hover {
/* edits when user mouseovers the links */
  color:#000000;
  cursor: ne-resize;
   font-weight:;
  border: 0px solid #FF9F40;
  background-color: #FF9F40;
  text-transform: lowercase;
font:bold 18px times new roman;
  line-height:16px;

  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #000000;
  font:normal 12px trebuchet;
  background-color: #FF9F40;
  letter-spacing:0px;
  color: #000000;
  }
table.left {
/* this edits the menu module */
  border: 0px solid #FF9F40;
  width:90px;
  text-transform:lowercase;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid #000000;
  background-color: #FF9F40;
  width:375px;
  font:normal 11px arial;
  line-height:16px;
  color: #000000;
  }
table.left th {
/* on your menu module, this edits the title part of it */
  background-color: #000000;  
  font: bold 12px kristen;
  text-transform: lowercase;
  color: #FF9F40;
  border-bottom: 0px solid #000000;
  text-align: center;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: #FF9F40;
  border: 1px solid #000000;
  font:normal 11px trebuchet ms;
  text-transform:lowercase;
  line-height:10px;
  color: #000000;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: transparent;
  border: 3px solid #000000;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid #FF9F40;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px solid #FF9F40;
  }
.spritead, table.footer, table.search { display:none; }

</style>


What's wrong?

This post has been edited by fishcake-y: Feb 25 2006, 08:52 PM
 

Posts in this topic


Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: