2009/1/22 <[email protected]>: > Hi - > > I'm trying to do a very simple CSS site, but when checking my site in IE 7, > my navigation is missing. It's showing in all other browsers except for IE. > > I'm also, having a hard time getting my footer to work. > > My page can be viewed here: > http://doodlebugstudio.com/diadem_hq_site/web/competition.html > > CSS can be viewed here: > http://doodlebugstudio.com/diadem_hq_site/web/css/diadem_sub.css > > Any suggestions on how to fix would be greatly appreciated. > > Thanks. > > > Stacy
Hi Stacy, First of all, validate your XHTML code and CSS because there are several errors. You can validate XHTML at http://validator.w3.org/, whereas your CSS at http://jigsaw.w3.org/css-validator/ I use the web developer toolbar in Firefox to speed up my validation. If you use FF like me, install it through the addon page https://addons.mozilla.org/it/firefox/. Remember: DO validate your code always before asking yourself why a box is misbehaving. Only AFTER cleaning up your code, you can think about the rendering problem. Regards. -- ~ Cristian Palmas ~ http://www.cristianpalmas.it ______________________________________________________________________ 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/
