View Single Post
  #2  
Old 01-17-2012, 10:07 PM
 
smarta smarta is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 129
 

Default Re: weird layout problem

on analysing the code in Firebug for both the Current Specials page

the incorrect page has the following code
<body class="normal-page"><img role="presentation" class="twisty "><div id="page-container">
<img role="presentation" class="twisty "><div id="page-container2">
<img role="presentation" class="twisty "><div id="content-container">
<img role="presentation" class="twisty "><div id="content-container2">
<img role="presentation" class="twisty "><div id="center">
</div>
</div>
<img role="presentation" class="twisty "><div id="left-bar">
</div>
</div>

and the correct page has

<body class="normal-page"><img role="presentation" class="twisty "><div id="page-container">
<img role="presentation" class="twisty "><div id="page-container2">
<img role="presentation" class="twisty "><div id="content-container">
<img role="presentation" class="twisty "><div id="content-container2">
<img role="presentation" class="twisty "><div id="center">
<img role="presentation" class="twisty "><div id="center-main">
</div>
<img role="presentation" class="twisty "><div id="left-bar">
</div>
</div>


the page is throwing in an extra </div>
I think thsi si what is throwing the menu ("left-bar") to the bottom of the page
given it is using the same template etc any idea why this is occuring ?

__________________
4.4.3
Reply With Quote