View Single Post
  #5  
Old 03-11-2009, 07:10 AM
 
tonystorm tonystorm is offline
 

Member
  
Join Date: Jan 2009
Posts: 11
 

Default Re: Links not working in Firefox

Many thanks for your help - i asked xcart to sort it for me and they did the following
-----------------------------------------------------------------------------------------------
The investigation revealed that the header height of the store is to high and the content of the header overlaps the central space area at the top.
In order to solve the problem we would suggest the following workaround:

Find the following code in the <xcart_dir>/skin1/main.css file (line 28:
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:140px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}
------------------------------------------------------------------------

and replace it with the code below:
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:170px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}

---------------------------------------------------------------------------------------------------

Many thanks for all your help

Tony
__________________
Tony
www.stormkayaks.co.uk
4.2.0
Reply With Quote