Laura Greenwood wrote: > I got the picture viewer working well, > but I can't figure out how to get the right side menu working in the > structure I have.
I took the "quick and lazy" route on this, and asked the validator what was missing in one vs. the other page. The answer below. <http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/index10.htm> ...results in: <http://validator.w3.org/check?uri=http%3A%2F%2Fciswebs.smc.edu%2Fcis51%2Fgreenwood_laura_lee%2Ftemp_nov%2Findex10.htm> 1 error <http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/facility.htm> ...results in: <http://validator.w3.org/check?uri=http%3A%2F%2Fciswebs.smc.edu%2Fcis51%2Fgreenwood_laura_lee%2Ftemp_nov%2Ffacility.htm> 7 errors What you've got is misplaced elements and missing end tags enough to throw even the most recovery-eager html browser off track. Finding and fixing those will get you back on course. Just make sure you get the nesting right, as no validator can check that. And - of course - it isn't 'xhtml' you're serving, since 'xhtml' can't have any errors and still be 'xhtml'. So even that 1 error in the base page must be fixed. --- So, by making sure CSS has a well-working source-code to put style into, most - if not all - problems should be gone. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
