mOnday 0 Posted November 15, 2011 Report Share Posted November 15, 2011 http://www.logoworks1.com/wccs Looks fine in all browsers (that I know of) except for IE. Basically in IE the menu and the content is split apart about 100px. I've attached a screenshot. I don't understand. Any help would be appreciated. Quote Link to post Share on other sites
thescientist 231 Posted November 15, 2011 Report Share Posted November 15, 2011 the most immediate thing I notice is that you have a lot of validation errors, including unclosed tags or extraneous tags. It would be a good first step to clear them all up and see where things go from there. 1 Quote Link to post Share on other sites
artistandlive 0 Posted November 15, 2011 Report Share Posted November 15, 2011 the most immediate thing I notice is that you have a lot of validation errors, including unclosed tags or extraneous tags. It would be a good first step to clear them all up and see where things go from there. Yeah, this is really, really broken. Quote Link to post Share on other sites
mOnday 0 Posted November 16, 2011 Author Report Share Posted November 16, 2011 Yeah, this is really, really broken. Not surprising to me. Overall I'm a CSS noob. Could you recommend a starting point for this broken code? Quote Link to post Share on other sites
artistandlive 0 Posted November 16, 2011 Report Share Posted November 16, 2011 Not surprising to me. Overall I'm a CSS noob. Could you recommend a starting point for this broken code? For sure.But what I meant was the HTML part. Let's look at the CSS afterwards.Take a look at your validated site: W3C Validator Try to close tags, which aren't closed properly, Rename/Remove duplicate IDs (= Identificator, they can appear only one time per document, if you want to use them more than one time, use Classes (#)) ... try to fix the above and get rid of the validator errors Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.