cpkid2
05-14-2010, 03:37 PM
Can someone help me figure out why the form and input fields aren't showing on the bar at the bottom of the site for IE7?
http://bit.ly/b5EAJV
http://bit.ly/b5EAJV
|
||||
form isn't showing on ie7cpkid2 05-14-2010, 03:37 PM Can someone help me figure out why the form and input fields aren't showing on the bar at the bottom of the site for IE7? http://bit.ly/b5EAJV effpeetee 05-14-2010, 04:31 PM You have many errors to correct. From markup validator. (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.kevjumba.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0) From css validator (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.kevjumba.com%2F&profile=css21&usermedium=all&warning=1&lang=en). Frank cpkid2 05-14-2010, 10:21 PM @effpeetee I was aware of these errors; however, in this case, most of the errors I can't really do anything about because either a) they are attached to a Wordpress plugin or b) they are not yet validable (sp?) with CSS2.1. For example, all of the border radius errors or (-moz/-webkit) I'm fairly positive have nothing to do w/ my problem. And the rest of the errors are related to Thickbox which is a plugin that doesn't validate fully. As for the two errors in the xhtml, maybe they have something to do w/ the problem since they are directly linked to the input fields and I would appreciate any assistance if so. Also, if you have any other suggestions, I'd really like to hear because I've been racking my brain for hours trying to get this to work in IE7. abduraooft 05-15-2010, 09:10 AM As for the two errors in the xhtml, maybe they have something to do w/ the problem since they are directly linked to the input fields and I would appreciate any assistance if so. <body> <div id="header"> <h2><a title="KevJumba" href="http://www.kevjumba.com">KevJumba</a></h2> </div> <div id="content"> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>KevJumba.com | New Website Coming Soon!</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> You've a DOCTYPE and new document inside the initially opened one. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum