Wondering what's going on with my footer layout on my website here: http://www.naturalmedicinenh.com/
Any suggestions or ideas on how I can make this work in IE AND in all the other browsers that it works fine in already?
thanks.
| SitePoint Sponsor |
Wondering what's going on with my footer layout on my website here: http://www.naturalmedicinenh.com/
Any suggestions or ideas on how I can make this work in IE AND in all the other browsers that it works fine in already?
thanks.

Simple validation error.
You have this code
It's tripping IE up. Can you figure out why? Try to figure it out before you read the next paragraph.Code:<a href="/contact-us">Directions to office<a>
The anchor isn't closed. Another is opened. Thus IE gets screwed up. Replace that <a> with </a> All will be fixed. Validation is the first step to debugging.
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Bookmarks