jonoc33 Posted November 7, 2007 Share Posted November 7, 2007 Hey guys. I'm having some trouble with CSS. <!-- .style5 { background-color:#000000; border-color:#FFFFFF; width: 250px; } <div class="style5">Content</div> I've set the border-color to white but it is not showing up. How could I fix this? Link to comment https://forums.phpfreaks.com/topic/76331-solved-border-in-a-div/ Share on other sites More sharing options...
rajivgonsalves Posted November 7, 2007 Share Posted November 7, 2007 try this .style5 { background-color:#000000; border: #FFFFFF 1px solid; width: 250px; } Link to comment https://forums.phpfreaks.com/topic/76331-solved-border-in-a-div/#findComment-386465 Share on other sites More sharing options...
jonoc33 Posted November 7, 2007 Author Share Posted November 7, 2007 Thankyou. Link to comment https://forums.phpfreaks.com/topic/76331-solved-border-in-a-div/#findComment-386467 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.