Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
I know Frames are not to be used anymore but I am doing a Frame for myself.
frames are bad for accessablty unless you costom code them but wish you luck
And whose fault is that? The browser's fault for not providing better accessibility, and the site's fault for not providing a fall-back option for those in need of said accessibility.
They're supposed to be lower-case
The browser's fault for not providing better accessibility
Uh, no. HTML4 and HTML5 tags are case-insensitive. XHTML is case-sensitive by virtue of being based on XML rather than SGML, though. XHTML of course being a complete waste of everybody's time anyway for reasons I won't get into. Of course since it's case-insensitive it doesn't really matter which one anybody uses, though lower-case seems to be the new favourite. It's not "supposed" to be lower-case, though.
QuoteThe browser's fault for not providing better accessibilityExcept the fact is that by virtue of having multiple frames of content it's impossible to actually make it accessible in a consistent manner, since it multiplies the amount of content and there isn't any information available to any accessibility mechanism over what it is. Is that frame a navigational bar, or does it host the main site content? Is this frame a pointless header? etc. Without hinting like that it would be impossible for the browser to provide meaningful accessibility, but the only way to add that would be to implement non-standard tags and tag attributes within the browser, meaning it would only work on that browser....and the site's fault for not providing a fall-back option for those in need of said accessibility.
Or, on the other hand, the site author could save everybody time and grief by not using HTML tags that should be left in 1996 where they belong, along with their relatives <BLINK> and <MARQUEE>. And the browser developers can work on implementing something more useful.
Even so, it is a lot easier to write tags in lower-case.
Links within frames require less content be loaded without the use of JavaScript each time a link is followed, so for media-rich websites this can be quite useful. Also frames provide good page management without JavaScript to fit to a limited window size, rather than scrolling downward.
I'm not sure where javascript comes in. Frames are generally a bad idea in today's browsers, and it's a LOT more accessable and browser-friendly to use CSS. Server-side can always be used to determine the browser.
To get the same effect as frames you need JavaScript
Server-side can be used to determine the browser?
Or CSS. Haven't you heard of percentage-based layouts?
Yes, quite easily with this class.