View Single Post
  #6 (permalink)  
Old Mar 13th, 2008, 18:52
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web Site is Refreshing Too Much

Just a stab in the dark.

On the page in question there are multiple style references to css all over your code at a glance they all look the same, however I wonder if ie is refreshing on every css style found on your page.

HTML: Select all
<style type="text/css"><!--a {border-bottom: 0px solid brown;text-decoration: none;}a:hover {position: relative;}a span {display: none;}a:hover span {display: block;position: absolute; top: -150px; left: 100;/* formatting only styles */padding: 5px; margin: 10px; z-index: 100;background: #855E42; border: 1px solid #000000;opacity: 0.5;/* end formatting */}--></style>
try removing all of these except for one in your <head>
Reply With Quote