![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Basically I want my frame sizes to remain fixed no matter what happens. |
#3
| |||
| |||
|
|
xmp333 (AT) yahoo (DOT) com wrote: Basically I want my frame sizes to remain fixed no matter what happens. |
#4
| |||
| |||
|
|
Hi, I know the noresize attribute will keep the user from resizing a frame, but is there a way to keep a frame from being resized by the browser (in response to things like different layouts/sizes on the page)? Basically I want my frame sizes to remain fixed no matter what happens. |
#5
| |||
| |||
|
|
Basically I want my frame sizes to remain fixed no matter what happens. Doesn't using a fixed size in frameset rows/cols not work for you?? |
#6
| ||||||
| ||||||
|
|
Basically I want my frame sizes to remain fixed no matter what happens. That is a stupid idea. Do you really need frames? Do your visitors also want your frame sizes to remain fixed? |
|
What are you using them for? |
|
You can also use frames in a manner that benefits the user, if you also do the following steps: (1) Use it for a reason other than a menu on the left hand side of your site. |
|
(3) Allow the user to go without frames, to remove the frame and still have the web site be fully functional. (4) Provide <noframes> content for users who have their browsers set not to use frames. They do exist, in larger numbers than you would expect. (Think about users with mobile devices). |
|
(5) Make sure that the user does not need to "jump through any hoops to use your web site. |
|
Many people think of the World Wide Web as a collection of web sites, which have pages with links that point within the site and to other sites. I think, however, that it is a good idea to look at the Web as not a collection of web sites, but rather, a collection of individual web pages. With most web sites, most people who visit will be looking for information that is found on one specific page, or an article split up into multiple files, rather than an entire site. Using frames discourages this model of the World Wide Web, and it does not make users' lives any easier. |
#7
| ||||||
| ||||||
|
|
That is a stupid idea. Do you really need frames? Do your visitors also want your frame sizes to remain fixed? This is what my employer wants, so it is my job to implement it whether or not it is a good idea. I wouldn't mind abandoning frames; I don't like frames. While they allow us to save on redundant coding (we are using them for a menu), there are other ways to do this (I'm thinking php). |
|
We expect most of our visitors to be clients who are looking for support, and as such we feel that they won't be picky about the layout of the web site, as long as it is intuitive. |
|
(4) Provide <noframes> content for users who have their browsers set not to use frames. They do exist, in larger numbers than you would expect. (Think about users with mobile devices). This isn't a concern at all since we believe all our users will be on frames capable browsers. We don't know of any users who are on mobile |
|
devices. This is such a non-consideration that we have never had a noframes> content, nor do we intend to implement one as far as I know. |
|
(5) Make sure that the user does not need to "jump through any hoops to use your web site. Knowing our platforms, we don't see this as an issue. We also see the people who visit our web site as needing our services, so even if they have to jump hoops, they will do so. |
|
Also, am I to take it that there is no way to lock the frame size? Until such a time as I can convince management to approve a different design for the site, I will have to try to lock the frames. |
#8
| |||||||
| |||||||
|
|
What about a preprocessor? http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another lists four preprocessors, which might be enough for your needs if there's a problem with security or server load from PHP. |
|
We expect most of our visitors to be clients who are looking for support, and as such we feel that they won't be picky about the layout of the web site, as long as it is intuitive. Indeed. Having a frame too small for their needs would be unintuitive, though? |
|
It seems safe to assume that visitors wanting to resize the frames will have good reason to do so, and other visitors won't. If you don't think people will be picky about the layout, why be so concerned about getting it to a particular exact setup? |
|
This isn't a concern at all since we believe all our users will be on frames capable browsers. We don't know of any users who are on mobile Search engines aren't frames-capable. Your users may need to find the site first. |
|
devices. This is such a non-consideration that we have never had a noframes> content, nor do we intend to implement one as far as I know. You may believe all your users to be on frames-capable browsers - the danger is that this will become self-fulfilling. You may also be in breach of local anti-discrimination legislation by not providing adequate alternatives to framed content. |
|
Knowing our platforms, we don't see this as an issue. We also see the people who visit our web site as needing our services, so even if they have to jump hoops, they will do so. Yes, but having been made to jump through hoops, will they recommend you to others, or will they say "reasonable company, but their website's a nightmare to use - try XXX instead". |
|
Also, am I to take it that there is no way to lock the frame size? Until such a time as I can convince management to approve a different design for the site, I will have to try to lock the frames. There is no reliable way to lock frame size. Any decent browser will have an option to overrule any locking you do. |
![]() |
| Thread Tools | |
| Display Modes | |
| |