lildog Posted March 20, 2006 Posted March 20, 2006 How can I turn the info box header border on? I have changed the info class in the style sheet and added border=1 in multiple place in the stylesheet but the border seems to be turned off somewhere else? Anyone know where to turn them back on? I currently have a repeating background in the stylesheet but also want a border around that.
custodian Posted March 20, 2006 Posted March 20, 2006 How can I turn the info box header border on? I have changed the info class in the style sheet and added border=1 in multiple place in the stylesheet but the border seems to be turned off somewhere else? Anyone know where to turn them back on? I currently have a repeating background in the stylesheet but also want a border around that. In the styleshet that should be something like border: 1px; There are many capabilities and variation you cna use with the border attribute My Contributions Henry Smith
lildog Posted March 20, 2006 Author Posted March 20, 2006 That didn't do it..all my components are stock, not contributions, minus a few style sheet changes to colors. Here is what I put ... .infoBox { background: #000000; } TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #000000; color: #000000; border: 1px; background-image: url('images/infobox/table_bg.jpg') } the border around the contents portion is black but the header has no border. Thank you...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.