|
-
Nov 9th, 2006, 08:30 PM
#1
Thread Starter
Frenzied Member
[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
-
Nov 10th, 2006, 02:34 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|