Why is background not showing?

http://prueba1.elmoralet.com/

<div id="side">
	<ul id="navigation" class="navigation">
		<li><span id="active">introducci&oacute;n</span></li>
		<li>...</li>
	</ul>
</div><!-- end #side -->

http://prueba1.elmoralet.com/css/phone.css

#side {
	padding: 45px 0;
	width: 0px;
	/*float: right;*/
	position: relative;
	top: 0;
	right: 0;
	font-size: 1.15em;
	line-height: 1.5em;
	background: red;
}

Why does the red background not show?

Iā€™m guessing that the width:0px may have something to do with it :slight_smile:

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.