Welcome to TalkGraphics.com
Results 1 to 9 of 9

Threaded View

  1. #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

 

 

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
  •