Robert DeLaurentis wrote: > I would appreciate anyone who takes the time to look at my site and > lets me know how its working on their browsers. This is my first all- > CSS site. I tried to use minimal number of classes, ids for major > layouy divs only, and as little non-standard cruft as possible. > > http://sbwc2.bobdel.com/about_director.php > > http://sbwc2.bobdel.com/css/main.css > > Each page validates XHTML 1.0 Strict (except for a two legacy pages > that use frames and a couple that depend on mySQL). CSS also validates. > >
Actually, I get an "unexpected end of XML source" error on line 34 in the about_director page and 98 warnings. > There are several outstanding issues that I know about, and don't yet > know how to fix: > > In IE 6, the drop down menu, the entire box for the first entry is > clickable, yet the subsequent boxes only the text link is hot. Also > in IE 6, there is a 1 pixel white line that appears on the right of > the header graphic when the window is resized to some, but not all, > widths. And finally, I'd like to be able to center the entire nav bar > inside its container div, but am not sure how to make that work. > > Thank you! > Bob > > I think you have to surround the text in the anchors with a span to make the entire box clickable in ie. Do a Google search on "ie clickable region fix" and you will get a bunch of links to various solutions. There's even been some discussion about this on the list, no surprise there. Centering block level elements is accomplished by setting the left and right margins to auto. You may have to create another nested division in the nav bar to do that. This doesn't work in IE 6, but you can usually accomplish the same thing by doing text-align: center for IE. You might want to fix up a few of these issues and then post another question for any specific problems that still remain. I think you message may have been lost a bit. Posting a question to a specific problem might generate more replies. Lori ______________________________________________________________________ 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/
