CSS in Internet Explorer problem
CSS in Internet Explorer problem
Out of context: Reply #14
- Started
- Last post
- 15 Responses
- 7point340
<div id="navigation">
<a href=""></a>
<a href=""></a>
<a href=""></a>
</div>
<div id="content">
<photos and such>
</div>#content, #navigation {float: left; margin: 0 30px 0 0;}
#navigation a {display: block;}