Quote:
Originally Posted by webgyrl1
Hello!
I am new to this forum. I'm working on my first pure CSS layout and am having a bit of trouble with placing some elements properly.
|
First I want to welcome you! I just signed up yesterday myself.
I installed your Gray-sbp-template files on my Localhost Web server, and Firefox with the W3C validation service installed is reporting 5 errors in your markup.
Line 7, required attribute "type" is missing.
Line 103, 2 errors, of which are failure to self-close the input tags (use /> instead of >), and a third error because the validator does not recognize Javascript's onClick.
And finally, you have failed to close a div, resulting in some possible confusion over what the CSS is trying to do. My validator cites line 128 as the point where the div is not closed, with the opening tag on line 10, but that's its interpretation of the markup, and maybe not what you intended. In other words, you may have not closed the last tag, maybe it was a tag in the middle that was not closed.
I see that the site renders in Firefox, Opera and Safari for Windows equally, with MSIE7 not carrying the white background all the way across the menu bar. Looking back at your video, your view is the view I see in MSIE7, which is not the world's best browser for viewing modern web sites.
I would suggest that you develop with Firefox, and then validate both your markup and css, and then work out what you need to add to make MSIE look right without busting the other standards-compliant browsers.
Hope this helps!
Larry
|