Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1

    Default Creating a fixed sidebar, help please.

    Hi i'm wondering how easy it is to make a fixed sidebar or whatever the proper name for it is, like on the xara website. http://www.xara.com/uk

    i'm using xwd7p.

    Thanks for any help in advance.

    Anthony

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Creating a fixed sidebar, help please.

    • Name the object/group "fixed"
    • Uncheck clip to page edges
    • Add the following code to the "head" in all pages



    Code:
    <style type="text/css">
    #fixed{
    position:fixed;
    }
    </style>
    Attached Files Attached Files

  3. #3

    Default Re: Creating a fixed sidebar, help please.

    hi drwyd,

    thanks for your quick reply. just done it and works great, easy when you know i guess!

    the only thing is it works on the left hand side but not on the right is it different code or am i doing something wrong if i want it on the right?

    Gonna have to save these little tips and codes somewhere.

    Thanks again

    Anthony

  4. #4
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Creating a fixed sidebar, help please.

    Attaching it to the right side, if I recall, will require some scripting.

    Edit:
    Just remembered Steve Ledger's excellent Right Side Tab tweak. Had it in my design gallery tweaks
    Attached Files Attached Files
    Last edited by Drwyd; 25 February 2012 at 04:51 PM.

  5. #5

    Default Re: Creating a fixed sidebar, help please.

    Cheers Drwyd, im gonna save that in my design gallery tweaks too.

    is there anywhere on here that has all those tweaks? i know theres the sticky tweakset at the top but would be really useful if there was somewhere for the rest.


    Thanks again.

  6. #6
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Creating a fixed sidebar, help please.

    Only what we have already but that may change. We are working hard behind the scenes, as always , to improve TG

  7. #7

    Default Re: Creating a fixed sidebar, help please.

    Quote Originally Posted by Drwyd View Post
    Edit:
    Just remembered Steve Ledger's excellent Right Side Tab tweak.
    Thanks Drwyd, but this was the work of Covoxer, not me.
    You can even place tabs on both sides of the page if you wish.
    DEMO

    Here's the xara file for that demo 203.39 Kb

  8. #8
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Creating a fixed sidebar, help please.

    Oops Sorry John

    Thanks for catching that one Steve

  9. #9

    Default Re: Creating a fixed sidebar, help please.

    Thanks for everyones help and John for doing the hard work

    keep up the good work everyone.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •