-----Original Message-----
From: Matthew Macdonald-Wallace

 > The red bar on the index page 
 > (http://www.interactwiththe.net/) _should_ be
 > the same size as the one on 
 > http://www.interactwiththe.net/index.old.php
 

Hey Matt,

The problem isn't related to CSS at all, just good old fashion HTML. Your
problem is here:

    <td class="nav" rowspan="2"> <a href="news.php"><img
src="images/News.jpg" alt="News" /></a> 
      <br />
      <a href="bands.php"><img src="images/bands.jpg" alt="Bands" /></a> <br
/>
      <a href="venues.php"><img src="images/venues.jpg" alt="Venues" /></a>
<br />
      <a href="join.php"><img src="images/Join.jpg" alt="Join" /></a>
    </td>
    
The <td> is set with a rowspan of 2. The images inside are determining the
height of that cell and the two table cells to it's right are equally
dividing the height they're forced to take up.


HTH

Perry Gerenday
www.webinitiative.net

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to