| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2004 Location: Australia
Posts: 10
![]() | Text Box Problem Hi, I'm making a site for a restaurant, and because the menu is so big I want to put it in a text box with its own scoll bar. Might be iframes or something like, but sorry i'm just beginning this stuff. Is iframes the way to go and if so how do u do it? thanks all |
| |
| | #2 (permalink) | ||||||||
| NamePros Member Join Date: Mar 2004 Location: Middle Earth (NZ)
Posts: 149
![]() | Re: Text Box Problem
????: NamePros.com http://www.namepros.com/web-design-discussion/26652-text-box-problem.html Also you can set SCROLLING=YES to SCROLLING=AUTO if you only require scrolling when the content html file is longer or wider than the specified measurements above. Now, that said iFrames can be clumsy if not done right and my ultimate suggestion would be to use PHP or SSI but if you are just learning or simply happy with the iFrame, your away! Warm Wishes,
__________________ Script Installation, Avatars, Banners and Buttons for $NP or Paypal, PM me your requirements :D Deni J Vanin | Freelance Jobs and Forums | Web Design | ||||||||
| |
| | #3 (permalink) |
| New Member Join Date: Apr 2004
Posts: 10
![]() | iFrame may not be the best idea. It should be possible to use <div> or <p> or something with css style overflow: auto; so it will display srollbars.
__________________ webdesign & tvorba internetových stránek |
| |
| | #5 (permalink) | ||||
| New Member Join Date: Apr 2004
Posts: 10
![]() |
__________________ webdesign & tvorba internetových stránek | ||||
| |
| | #9 (permalink) |
| Senior Member Join Date: Jun 2003 Location: Toronto
Posts: 2,383
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I think divs would be simpler to do here that iframes. Trouble with iframes is you have to make a new html page that has the content of that iframe. With a div layer, you can just have the content on the same page. |
| |
| | #10 (permalink) |
| NamePros Member Join Date: Apr 2004 Location: Melbourne, AU
Posts: 41
![]() | Iframes are just as bad as any frames. Bad with search engines!. And more fuss. Why bother when there is a safer, easier way of achieving the same goal using a scrollable layer.
__________________ egor-k.com - web, graphic design
Last edited by mstwntd; 04-19-2004 at 06:54 AM.
|
| |