Nov 22, 2009

Frames Scrolling

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Frames Scrolling

khalilov
I am using both frames and fields to design my website, and i need help with something.
CODE
<html>
<head><title>Page</title></head>
<frameset cols="25%,75%">
<frame scrolling='auto' src="1.html><frame scrolling='yes' src="2.html>
</frameset>
</html>

the 25% frame is a menu , and the 75% page is the main page. The menu has many options and thus sometimes needs scrolling, the main page naturally needs scrolling. What i want to happen is have one scroll bar for both of them, as if both frames were just one. I know this can be achieved by using fields instead of frames and position them using CSS but i'v already designed most of the web.
Can someone also please tell me whats the difference between having scrolling set to 'auto' and 'yes' because they seem the same to me.

Appreciated.

Comment/Reply (w/o sign-up)

wutske
1. Don't use frames, they're deprecipated.

2.
QUOTE
scrolling = auto|yes|no [CI]
This attribute specifies scroll information for the frame window. Possible values
auto: This value tells the user agent to provide scrolling devices for the frame window when necessary. This is the default value.
yes: This value tells the user agent to always provide scrolling devices for the frame window.
no: This value tells the user agent not to provide scrolling devices for the frame window.


scr: http://www.w3.org/TR/REC-html40/present/frames.html

Comment/Reply (w/o sign-up)

tansqrx
I would like to echo wutske about giving frames a second thought. I used to have frames on my site but I moved to CSS for one major reason, mobile phone browsers. I personally think frames are a great idea and they have their place if implemented correctly. The problem is that most of the phone browsers do not support them or they completely screw them up. My website was slit into five sections with a boarder around each edge and the content in the middle. When viewed on some browsers, only the first frame would be shown and the content was left out. I started seeing a large trend towards mobile browsers and then complaints started showing up. For the best interest of my users I completely redesigned the site and it is now strictly CSS.

I found that CSS has its own set of problems and a large learning curve if you’re not familiar with it. With that said, I believe it is more powerful and you will be doing yourself a favor by going to CSS soon. Since you have most of your site already designed, I would go ahead and publish what you have and then work on transferring it to CSS over time. I personally use Adobe Dreamweaver which helped a lot with the CSS. CSS was still too much for me to handle at the beginning so I also bought a interactive Dreamweaver tutorial which made all the difference in the world.

 

 

 


Comment/Reply (w/o sign-up)

HannahI
Hey

I would embed the page in directly (putting the source code in).

Cheers

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords :

  1. Xhtml, Javascript, Css And Frames.
    (0)
  2. How To Auto Navigate Using Frames?
    (2)
    I have known this for a long time but I have a problem on my site and I need suggestions on how to
    fix it. My site (ycoderscookbook.com) uses frames. There are five frames to be exact, four on each
    side and the center one holds the content. I may just be a baby here but I really like the design
    and I hope not to change it. Here is the problem, I have a JavaScript that places a page in the
    proper frames if navigated to by itself. There appears to be a flaw in the design because it goes
    to the main page if this happens. Even if say code.html is loaded, it always ends....
  3. Animated Favicon With Scrolling Text!
    Free Animated FavIcon With Scrolling Text! (13)
    Anybody needs Animated FavIcon with your site address scrolling on that along with your logo?
    Check this site! Thats the site without any customization Options! But if you need to customize
    the Animated Icon, please reply here (In the sense, Fonts & Color Customization) Im doing it
    for Free! Example is here: checkOut the fav icon for: www.niranvv.com and
    www.fun.niranvv.com You can see one Icon along with one Scrooling Text: NiranVv.Com in the
    icon! So, if you need that one, ask here! I'll give you the animated favIcon(Gif Format) ....
  4. Big Sites With No Frames
    i cant find a way ! (4)
    You see when you want to make a big website with a navigation bar on each page . you have to put the
    links on every page . And when you want to add a new link you have to add all them to the pages .
    Now there is a way ... iframes are one way but some web browsers do not support iframes . Is there
    any other way i could do this ?....
  5. How Do You Show..
    borders for frames in Firefox? (11)
    Okay, I don't know if it's because of the Firefox browser not supporting this part of the
    HTML code, which I doubt, since it shows up just fine around text, but not sections where graphics
    are. Anyways, here's what the layout looks like in IE: And what it looks like in Firefox:
    And here's the code I'm using that wants to screw with my head, apparently: CODE
    style="border-right:2px solid #003300; border-top:2px solid #003300; border-left-width: 1;
    border-bottom-width: 1; padding: 0"> And that's basically what it looks like for a....
  6. Change The Contents Of Two Frames
    (3)
    I have a simple frameset of two columns; the first having two rows. By default (if I am correct) a
    browser sees the first frame as , the next as , and then , and so on for as many frames in the
    frameset. This code works fine by clicking on the button, the second row of the first column
    changes, as well as the content in column two. onClick="parent.frames
    .location='sublinks1.htm'; parent.frames .location='chap1.htm';"> What I want to
    do is this very same action, but with a typical text link or image, not a forms button. I've
    tried the Ch....
  7. Help Needed With Html, Css And Frames
    I haven't coded in years! (10)
    Okay, the last time I actually coded something it was basic html. I lived of frames and I thought
    that my websites were the best thing on the internet. But just because I had mastered enough to make
    a decent webpage, it still isn't enough. i love coding webpages, but html isn't the best
    script to use. I've been seeing a lot of CSS style sheets and php tutorials, and my favorite
    layouts are all div and table. So, I was wondering, can you target a link into a certain part of the
    webpage on any of these "new" scripts like you could in frames. I don't want to....
  8. Frames
    Need help!! (3)
    Hello, I just added frames to my website, and am unsure how to upload the html to my site. When I
    upload index.html, it doesn't show the other frame. I'm entirely confused... -Kyle....
  9. Frames
    (15)
    Hi I was wondering if anyone had the code for kicking off a frame from you website? Mch Grtfll SDK....

    1. Looking for Frames, Scrolling

See Also,

*SIMILAR VIDEOS*
Searching Video's for Frames, Scrolling
advertisement



Frames Scrolling

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com