How to make a strip (bottom) like on TechCrunch.com?
- How is it? - neoascetic
- techcrunch.com Black stripe below where AolTech Privacy Policy © 2012 AOL Inc. All rights reserved. Powered by WordPress.com VIP ------------------ I tried to do this, but the value of the parent is inherited in this way. #bottomLine {width: 100%; height: 40px; background: # 000; position: static; bottom: 0px; left: 0px; z-index: 9999; } - kise97
|
1 answer
background: #191919; color: #343434; display: block; font: normal normal 400 10px/normal Arial; height: 13px; margin: 0px; padding: 10px; width: 935px;
You can not thank.
- no, it turns out like this: SSMaker.Ru/4ce61fd3 code #bottomLine {background: # 191919; color: # 343434; display: block; font: normal normal 400 10px / normal Arial; height: 13px; margin: 0px; padding: 10px; width: 100%; } - kise97
- But no, everything is ok. Thank. - kise97
|