Replies

Jun 1, 2009 16 years ago
Lullaby_645
User Avatar

A few questions.

  1. How do I get rid of the borders around the individual info boxes?

  2. Is there a way with the borders there to make a drop shadow around the box?

  3. In the info boxes header (like the one that says Basic Info) how can I make it have a background color but just for the header part and not the whole box?


art by break

Jun 1, 2009 16 years ago
Pepsi_306
gets around
User Avatar
  1. You have this: li {border:1px solid; background-color: transparent;} li {border:1px solid; background-color: transparent;} You need this: li {border:0px solid; background-color: transparent;} li {border:0px solid; background-color: transparent;}

  2. I'm not sure there's a code for that.

  3. You have this: .header {background-color:transparent; border-bottom:0px solid ; text-align:left; color:; letter-spacing: 2px; font-size: 9pt;text-transform:uppercase;} All you need to do there is change transparent to . Just be sure to replace the X's with the RGB code.

Jun 1, 2009 16 years ago
Lullaby_645
User Avatar

Thanks very much! XD


art by break

Please log in to reply to this topic.