View Single Post
01-04-2006, 02:01 AM
#2
<Isurfr> is offline <Isurfr>
Status: Member
Join date: Aug 2005
Location: w3c
Expertise:
Software:
 
Posts: 193
iTrader: 0 / 0%
 

<Isurfr> is on a distinguished road

  Old

I just added a <div></div> around that part of the navigation.
I didn't assign any attributes. I inserted a background-color and
it seemed to fix the problem. You might call it a wrapper that
adjusts itself according to the elements inside.


<div style="background-color:#CCD8E3;">
<!-- Wrapper -->

<div id="index_7"></div>


<div class="index_7b">
<div class="index_7c"><a href="#" style="color: #52646E">Community</a></div>
</div>

<div class="index_7b">
<div class="index_7c"><a href="#" style="color: #52646E">Gallery</a></div>
</div>

<div class="index_7b">
<div class="index_7c"><a href="#" style="color: #52646E">Tutorials</a></div>
</div>

<div class="index_7b">
<div class="index_7c"><a href="#" style="color: #52646E">Resources</a></div>
</div>

<div class="index_7b">
<div class="index_7c"><a href="#" style="color: #52646E">Store</a></div>
</div>

<div id="index_7d"></div>

<!-- Wrapper -->
</div>

.