| Posted by mscir on 06/04/05 01:15 
nospam wrote:
 > I have a site with web design links at:
 > http://tips.webdesign10.com
 >
 > Does anyone know why the right border of the navigation menu disappears
 > in IE?  It works in Firefox.
 >
 > Thanks
 
 To keep with your curent approach, did you try setting the widths of the
 appropriate ul li?
 
 #nav ul li {
 width: 150px;
 
 #nav2 ul li {
 width: 150px;
 
 #navwd ul li {
 width: 150px;
 [Back to original message] |