View Single Post
  #8 (permalink)  
Old Apr 19th, 2008, 16:18
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Anchoring layers in Firefox

try this it should sort out firefox but the effects on ie could be drastic.
Find this piece of code.

HTML: Select all
<div id="Layer2" style="position:absolute; left:3px; top:125px; width:786px; height:3524px; z-index:18; visibility: visible">
And change top:125px; to top:101px;

Then find


HTML: Select all
<div id="Layer4" style="position:absolute; left:0px; top:0px; width:791px; height:132px; z-index:19; visibility: visible">
And change top:0px; to top:-20px;

Give it a try.

Pat
Reply With Quote