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. Quote Link to comment 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. Quote Link to comment 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;} Quote Link to comment 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;} Quote Link to comment Share on other sites More sharing options...
justravis Posted October 16, 2008 Author Share Posted October 16, 2008 yr a godsent. Quote Link to comment Share on other sites More sharing options...
CroNiX Posted October 16, 2008 Share Posted October 16, 2008 1 word: firebug 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.