Results 1 to 6 of 6

Thread: Custom scroll bar

  1. #1
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Custom scroll bar



    PS>> can I also please get help splitting that up right im an artist not a coder but would love to know how to creat inline frames or such and i want the window to pop up the size of my site. Thank you for your time!~
    -Vinxent

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Vinxent
    i want the window to pop up the size of my site.
    What is the size of your site? Sites don't really have sizes, what makes you think that yours does?

    Anyways, about custom scrollbars, there are ways of doing that. There is the IE only css method (which is now beginning to be adopted by some other browsers but, is a long way off from being universal) or many different cross browser javascript methods. The disadvantage of javascript is that not everyone has it enabled but, the good script solutions allow the layout to degrade gracefully to the browser's default scrollbars when javascript is disabled.

    see:

    http://www.hesido.com/web.php?page=customscrollbar

    or just Google:

    custom scrollbars javascript
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your help its very appreciated! as far as the size goes i like my site compact but, if you suggest that thats a bad idea then I'll take your word for it ^_^.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I thought it was something like that. What you are really talking about is the layout of your page(s). The designer is free to lay out the page any way he or she sees fit. But, if your aim is to force the user to view that page in a window with no margins or padding, this isn't really possible. You can do something close to it by having a relatively plain intro page that has a single link on it that will pop up a window of the desired size leading to the rest of your site. However, if the user's screen is too small for this window or if their browser will not allow and/or understand the instructions to do this, the result will probably be that they cannot view your content. These types of cases are becoming increasingly common, what with the advent of more and more folks browsing with javascript turned off or with their pop up blockers set to not allow even 'user initiated' pop ups.

    You are better off designing your pages so that they will look OK at any size or resolution with the content flowing to fill the available space and the overflow (in those window sizes where there is any overflow) available for viewing via vertical scrolling of the window.

    If you must use a non-fluid block type of layout, then choose to either center it in the window or to position it top left. In small windows, this will result in the horizontal scrollbar appearing, something most designers wish to avoid.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    There's an A in "featured," and only one F in "references"

    Off-topic: above was John's 6,000th post. Congratulations, John!
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lol thanks ^_^ im not so gifted in the spelling department but always great to have help.

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
  •