Results 1 to 2 of 2

Thread: [HTML] A container

  1. #1

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    [HTML] A container

    Right then i would like know what control to use, i am trying to get the effect of what i would describe a picture box in VB6, I want to have html content within a container (so allowing a variable width) of which the container width will be limited to the width of its environment whilst allowing the content to flow out of sight, accessible via scroll bars

    If you understood any of that, what should i use?

    Greatly appreciated, ILMV

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: [HTML] A container

    You get the same effect with DIV or any other element with overflow : auto; – the scrollbars appear if you've limited the width or height some way (by giving a value).

    HTML4 way would be to use IFRAME, which can load a separate page into it.

Posting Permissions

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



Click Here to Expand Forum to Full Width