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 Link to comment https://forums.phpfreaks.com/topic/212572-border-bottom-vs-google-chrome/ 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; Link to comment https://forums.phpfreaks.com/topic/212572-border-bottom-vs-google-chrome/#findComment-1107416 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. Link to comment https://forums.phpfreaks.com/topic/212572-border-bottom-vs-google-chrome/#findComment-1107555 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.