On 6/16/06, Debra Kappmeyer <[EMAIL PROTECTED]> wrote:
> http://www.viterbo.edu/proofs/CSSTest/index3.html > There's just a couple of problems You have a fair whack of errors in your html code. CSS is intended to work with valid html and errors in your html can really mess things up. You also have one error in your CSS which may or may not screw things up - invalid CSS rules are often ignored by a browser, but sometimes they just screw up the whole page. I suggest you get your html and CSS valid first. I can't guarantee this will fix the problems, but it often does and it's much easier to diagnose a problem when the code is valid. -- Ed Seedhouse ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
