robert_gsfame Posted September 5, 2010 Share Posted September 5, 2010 I run my site on google chrome and i found that border-bottom:solid 1px #000000 not executed. How can i fix this? thx in advance Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted September 5, 2010 Share Posted September 5, 2010 Because it's in the format of: border-bottom: 1px solid #000; Quote Link to comment Share on other sites More sharing options...
lostprophetpunk Posted September 5, 2010 Share Posted September 5, 2010 I run my site on google chrome and i found that border-bottom:solid 1px #000000 not executed. How can i fix this? thanks in advance Although the answer is above, I shall explain why. It's because you put the 'solid' before the '1px' in the piece of code. If it doesn't have the correct order for that attribute then it will not execute. 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.