Announcement

Collapse
No announcement yet.

Aligning a Side Product Flash Menu with My banner

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Aligning a Side Product Flash Menu with My banner

    Hi,
    I have a problem that is driving me crazy, I have a flash menu bar that is was originally my 'Javascript Section List in a Box' Smart Left Sidebar. I have pages that the site uses that were built outside of actinic e.g
    http://www.amhamiltonhandmadekilts.c.../shirts2.html"
    and using a table layout, the menu aligns perfectly underneath my banner on the left hand side.
    Here is an example of how it looks on the Actinic Product pages
    [URL="http://www.amhamiltonhandmadekilts.co.uk/acatalog/Victorian_Wing_Collar_Shirt.html"[/URL]
    I would like nothing better than to achieve this in my product pages in Actinic. Can I place this in my product layout so that I can get the same uniform effect throughout the site? I have a feeling, that I have put this in the wrong place, but still trying to get my head round layouts etc.
    Can anyone help or point me in the right direction? I have most of my site built (a few links need fixing and it needs a bit of a tidy up) and I would really like to fix this catalog part so I can relax over Christmas .
    Thanks,
    Steve
    Last edited by robotboi; 22-Dec-2009, 07:32 PM. Reason: fixing links

    #2
    You will want to put a container around the elements on the page.

    Try this

    Add this to your css styling in your header section
    Code:
    .wrapper{
         margin: auto;
         width: 930px;
    }
    Then add this just below your <body> tag

    Code:
    <div class="wrapper">
    Then add this just before your </body> tag

    Code:
    </div>
    "If my answers frighten you then you should cease asking scary questions"

    Comment


      #3
      Paul,

      In case the OP doesn't notice the typo. You've got

      .wapper{

      when it should be

      .wrapper{
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        LOL, thanks Norman. I don't think I had that many eggnogs

        I've corrected the typo in the original post.
        "If my answers frighten you then you should cease asking scary questions"

        Comment


          #5
          Thanks Paul &amp; Norman

          That certainly seems to have done the trick! Sorry I didn't thank you last night, works night out lol!
          Have a great Christmas

          Comment

          Working...
          X