justravis Posted October 16, 2008 Share Posted October 16, 2008 I'm a bit confused why the text runs into the green border on this page: http://powerontechnologies.com/_sites/vsd/accessible/flex/flexmembers.php but not this one: http://powerontechnologies.com/_sites/vsd/accessible/flex/flex.php Any thoughts? Thank you for your time. Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/ Share on other sites More sharing options...
CroNiX Posted October 16, 2008 Share Posted October 16, 2008 I looked in FF3 and IE7 on windows and they looked the same...no text running into the green border. You could try adding a little padding to your .bodytext class. Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/#findComment-666685 Share on other sites More sharing options...
kevin777 Posted October 16, 2008 Share Posted October 16, 2008 You need to add padding, add this: .bodytext{padding:0px 20px 0px 20px;} Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/#findComment-666792 Share on other sites More sharing options...
haku Posted October 16, 2008 Share Posted October 16, 2008 As a side point, that can be written shorter as: .bodytext{padding:0px 20px;} But, there really isn't any need for left padding the way he has it set up, so I would just do it like this: .bodytext{padding-right: 20px;} Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/#findComment-666804 Share on other sites More sharing options...
justravis Posted October 16, 2008 Author Share Posted October 16, 2008 yr a godsent. Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/#findComment-666816 Share on other sites More sharing options...
CroNiX Posted October 16, 2008 Share Posted October 16, 2008 1 word: firebug Link to comment https://forums.phpfreaks.com/topic/128640-solved-css-border-too-close-to-text/#findComment-666833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.