Carol Swinehart wrote: > http://www.spacetransitions.com/ > > I changed the z-index as an inline element, nothing seems to work to > keep the lines from showing up in the pull out in addition to some text. > > Carol
Hi Carol, CSS can be a real exercise in finesse. As such, one of the first things you'll want to test before blaming CSS for the unwanted output is the validity of your code. To begin with, the W3C Validator indicates 43 errors in your (X)HTML source code alone: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.spacetransitions.com%2F You'll definitely want to fix those under any circumstances as they'll create unpredictable results in all browsers. Further, your body2.css document contains HTML!! The W3C's Jigsaw Validator (for CSS) can't even recognize it as CSS. I suggest you fix those errors before trying to troubleshoot the P7 navigation menu. Best of luck! Bill Brown TheHolierGrail.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/
