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? Quote Link to comment 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; } Quote Link to comment Share on other sites More sharing options...
jonoc33 Posted November 7, 2007 Author Share Posted November 7, 2007 Thankyou. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.