papillonstudios Posted June 3, 2009 Share Posted June 3, 2009 Ok i apply a bottom border to a div called post but it doesn't show heres my code post{ border-bottom:dashed; border-bottom-color:#999; } Link to comment https://forums.phpfreaks.com/topic/160842-solved-divs-no-border/ Share on other sites More sharing options...
Hybride Posted June 3, 2009 Share Posted June 3, 2009 Is your div an id or class? (div id="post" or div class="post") If id, do: #post If class, do: .post Link to comment https://forums.phpfreaks.com/topic/160842-solved-divs-no-border/#findComment-848894 Share on other sites More sharing options...
papillonstudios Posted June 4, 2009 Author Share Posted June 4, 2009 OMG! I cant believe i missed that. it's a class. Thanks man Link to comment https://forums.phpfreaks.com/topic/160842-solved-divs-no-border/#findComment-848957 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.