AaronTHUG
05-16-2008, 07:26 AM
http://www.southeastgigs.com/
problems on internet explorer, does anyone have any ideas into what it may be, any help much appreciated. thank you.
plumsauce
05-16-2008, 07:35 AM
Hint: what problems do you think people should be looking for?
jerett
05-16-2008, 08:58 AM
I see a gray bar under the nav in IE which might be from you utilizing the <hr /> tag.
I don't fully understand the use of a list on your side bar or the <div> tag with no ID or CLASS associated with it.
<ul>
<li>
<form method="get" id="searchform" action="http://www.southeastgigs.com/index.php/">
<div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
It seems your issues you might be having is due to some bad coding and if you just work your way through and touch it up - you should be ok.