Drew,
Just got my email, had to take yesterday afternoon off and most of the morning today. Thanks for your response, and I'm going to try what you say below and I'll get back to you ok.


Jan
--
http://www.jdvisions.com


Trusz, Andrew wrote:
Jan, working without the images here so I have just the space reserved for
the images to go by, but if you make these changes those boxes lineup the
same.

1. Add this doctype to the top of the page: <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

2. Move the left arrow out of the <ul> tag and float it left. Also increase
the height to 17px like everything else.
  <img height="17px" src="images/left.gif" width="22" border="0" alt="right
arrow" style="float:left" />

3. Add the float:left style to the arrow on the right end:
    <img height="17" src="images/right.gif" width="22" border="0" alt="right
arrow" style="float:left;"/>

4. Add a break after the nav <div> so the <p> containing the original menu
doesn't try to squeeze up next to the nav div.

  </ul>
  <img height="17" src="images/right.gif" width="22" border="0" alt="right
arrow" style="float:left;"/>
  </div>
  <br clear="both" />
  </p>

Then remark out the doctype to see the difference it makes.

drew




____ � 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: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to