On Nov 30, 2006, at 10:44 PM, Jehangir Larry wrote: > Thanks. I await your 'specific reply' eagerly and meantime have > brought validation errors down by half! > The remaining errors pertain to - Google search and the nav menu. > I am reading the ALA article on 'satay' for the former; and, seek > help on the latter. > The navigation includes UL's with spans (to accomodate a JS script > that collapses it.) It involves a nesting order that the validator > does not seem to like! The menu is largish and unless each section > auto-closes the navigation would be unseemly. > It runs as follows (offending portion only): > <li class= "A">Main Item > <ul> > <span> > <li><a href="#" class="linkage">Sub-Item A</a></li> > <li><a href="#" class="linkage">Sub-Item B</a></li> > <li><a href="#" class="linkage">Sub-Item C</a></li> > </span> > </ul> > </li> > >> Please see www.indobioagri.com > ----- 8< ----
First of all, the span inside the ul will never validate, and the javascript should be able to target the ul as easily as the span. In fact, the sample code in the js documentation doesn't use any spans. Second, I think the main culprit of the float drop is the object element. It has a set width of 600px while #content has a width of 75%. IE/win will widen containers to make sure all the content fits. At narrower window sizes in ie, the flash object will force the #content to be wider then 70% and the float will drop. In other browsers, the flash just overflows and covers up part of the navigation list. Unless the client demands it, I'd get rid of the flash object and the scrolling window title. All that movement makes it hard to actually read the page. -- Roger Roelofs "Remember, if you’re headed in the wrong direction, God allows U-turns!" ~Allison Gappa Bottke ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/