English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

No vertical or horizontal scroll. Is this advisable; I know browsers read code differently and would like the effect uniform accross browsers otherwise I will look for a frameless solution.

2007-05-06 20:15:28 · 5 answers · asked by jasemuk 2 in Computers & Internet Programming & Design

5 answers

I think you should be fine adding SCROLLING=NO to the iframe tag in this case. on all modern web browsers anyway. Older browsers might not do it right though.

2007-05-06 20:23:17 · answer #1 · answered by Bob Z 3 · 1 0

Hey There...

Since you are working with the IFRAMES you might want to try the following code.



I use this to center my iframe but with no scrolling. You could also swap the no with "yes" for scrolling or "auto" for when the page are resized.

Hoped this will help.

2007-05-06 20:30:21 · answer #2 · answered by Daco 2 · 1 0

Adding scrolling="no" to your code will stop the scroll bars from showing in any browser.

2007-05-06 20:32:10 · answer #3 · answered by Andrei M 3 · 1 0

Then, don't use "frames. Try Tables instead.

2007-05-06 20:19:54 · answer #4 · answered by ELfaGeek 7 · 0 0

try putting SCROLLING="NO" in your codes.

2007-05-06 20:20:51 · answer #5 · answered by immigrant 2 · 1 0

fedest.com, questions and answers