![]() |
A Mess in IE8
Well I know it's my own fault for not checking the appearance sooner, but my site looks perfect in FF but is completely out of wack in IE8. Can you please view this for me and let me know if I have done something blatantly obvious to screw this up so badly? I assume it's somehow related to my header. Thank You as always: www.thegreatmonkey.com
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
Re: A Mess in IE8
looks like you have way too many divs going on here
<form id="searchform" method="get" action="http://thegreatmonkey.com/search-results" id="cse-search-box"> <div> <input type="hidden" name="cx" value="partner-pub-6830764347337168:iz7p5s-e3cr" /> <input type="hidden" name="cof" value="FORID:10" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" value="Search this website..." name="q" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" /> <input type="submit" id="searchbutton" value="GO" /> </div> </form> this is the original searchform <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" /> <input type="submit" id="searchbutton" value="GO" /></form> |
Re: A Mess in IE8
Dang looks like the search was fine but my adlinks area needed fixed. All is well and thanks for you help as always.
|
| All times are GMT -5. The time now is 11:02 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.