Sent by Kepler Gelotte on 26 March 2008 18:06
This is a multi-part message in MIME format.
--Boundary_(ID_tGDELJRwv2KKVn4wMd+weQ)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Hi Raymond,
Try replacing spaces with to keep the text from wrapping:
<li class="story">
<dl>
<dt>
<a href="#">The O'Brien Story</a>
</dt>
Also the extra space after the menu items come from the width you specified
in the CSS. I would switch to a resizable width, like em instead of a fixed
width px. This allows you to resize the text without chopping off the menu
items:
li.story {
width:10.5em;
}
Best regards,
Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904
--Boundary_(ID_tGDELJRwv2KKVn4wMd+weQ)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--Boundary_(ID_tGDELJRwv2KKVn4wMd+weQ)--