473,505 Members | 13,823 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Frameset look and behavior problem in Firefox... Help Please!

Hello there, :)
I need a frameset that will have the same look and behavior in Firefox
1.5+ as it does in IE 6+. Here is a URL for it:

http://66.51.164.93/fs/default.htm

In IE, the "seam" between the three frames is blue, 4 or 5 pixels
wide, and -- most importantly! -- draggable! It is great -- in IE,
that is. Is it possible to have this same look and behavior in
Firefox?

Here is the code for the frameset:

<frameset name="frameset_0" id="frameset_0" rows="309,*"
framespacing="3" border="0" frameborder="1" bordercolor="#6889BF"><!--
old #879CBF, new #6889BF -->

<frameset name="frameset_1" id="frameset_1" cols="25%,75%"
framespacing="3" border="0" frameborder="1" bordercolor="#6889BF">
<frame name="frame_1" id="frame_1" SRC="./_TEMP_frame.htm"
border="0" scrolling="no" resize frameborder="0">
<frame name="frame_2" id="frame_2" SRC="./_TEMP_frame.htm"
border="0" scrolling="no" resize frameborder="0">
</frameset>
<frame name="frame_2" id="frame_2" SRC="./_TEMP_frame.htm" border="0"
scrolling="no" resize frameborder="0">
</frameset>

Thanks for you help,
Giggle Girl

Feb 22 '07 #1
15 7539
In article
<11**********************@s48g2000cws.googlegroups .com>,
"Giggle Girl" <mi*******@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox
1.5+ as it does in IE 6+. Here is a URL for it:

http://66.51.164.93/fs/default.htm
Put it though a validator and correct all mistakes, note and
preferably act on all warnings. (You even use an id twice in the
code...)

--
dorayme
Feb 22 '07 #2
On Feb 22, 3:54 pm, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<1172169225.114653.238...@s48g2000cws.googlegroups .com>,
"Giggle Girl" <missgi...@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox
1.5+ as it does in IE 6+. Here is a URL for it:
http://66.51.164.93/fs/default.htm

Put it though a validator and correct all mistakes, note and
preferably act on all warnings. (You even use an id twice in the
code...)

--
dorayme

I will concede the duplicated ID error, but I guarantee it has nothing
to do with the nature of my issue outlined above. Furthermore, when I
put the HTML through a validator, I get ZERO errors, and 16 or so
warnings. Every one of the warnings says "Warning: <frame>
proprietary attribute "_____". In other words, I am using "IE only"
attributes. What you don't seem to get is that _IS_ what I am asking
for help with!! Hello, anyone home?

Quoting my original message:

"It looks great -- in IE, that is. Is it possible to have this same
look and behavior in Firefox?"

See? I want help making it look and work like it does in IE, and if
that means using Firefox only attributes, too, or finding the right
"cross browser" non-proprietary properties/attributes, so be it.

Of course I am getting warnings -- if I knew how to do this I wouldn't
be asking this in this group (and getting warnings in the first
place)!

Thanks,
Giggle Girl

Feb 22 '07 #3
In article
<11**********************@q2g2000cwa.googlegroups. com>,
"Giggle Girl" <mi*******@gmail.comwrote:
On Feb 22, 3:54 pm, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<1172169225.114653.238...@s48g2000cws.googlegroups .com>,
"Giggle Girl" <missgi...@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox
1.5+ as it does in IE 6+. Here is a URL for it:
>http://66.51.164.93/fs/default.htm
Put it though a validator and correct all mistakes, note and
preferably act on all warnings. (You even use an id twice in the
code...)

--
dorayme


I will concede the duplicated ID error, but I guarantee it has nothing
to do with the nature of my issue outlined above. Furthermore, when I
put the HTML through a validator, I get ZERO errors,
And what validator would that be?

Here are some css ones:

CSS Error (99/20): Unknown CSS property ³overflow-y².
CSS Error (100/20): Unknown CSS property ³overflow-x².
CSS Error (119/13): Invalid property value ³5².
CSS Error (119/17): Invalid property value ³5².

Here some HTML ones (I leave the "warnings" out)

HTML error (10/124): The attribute ³NAME² in tag <FRAMESETis
not allowed.
HTML error (10/124): The attribute ³BORDERCOLOR² in tag
<FRAMESETis not allowed.
....

HTML error (13/111): The attribute ³RESIZE² in tag <FRAMEis not
allowed.

HTML error (14/111): The attribute ³RESIZE² in tag <FRAMEis not
allowed.

HTML error (17/110): The attribute ³RESIZE² in tag <FRAMEis not
allowed.

In other words, I am using "IE only"
attributes. What you don't seem to get is that _IS_ what I am asking
for help with!! Hello, anyone home?
I love being talked to by giggling girls like this. Actually, I
have been wondering about the home bit in relation to myself for
some time now.. You tell me. I am very bad at self diagnosis.
Most beings are.
Quoting my original message:

"It looks great -- in IE, that is. Is it possible to have this same
look and behavior in Firefox?"
Well, I can suggest you forget about anything that is
proprietorial to IE in constructing a webpage or site, how can it
not cause cross browser trouble or be ignored? Hello!
See? I want help making it look and work like it does in IE, and if
that means using Firefox only attributes, too, or finding the right
"cross browser" non-proprietary properties/attributes, so be it.
Use only things you find mentioned at:

http://www.w3.org/TR/html4/present/frames.html

Also look at your target htmls and note these do not code for
frames, so check the doctype there.
Thanks,
Giggle Girl
If you are a very very good girl and repost url after you have
done what you can after reading all the above, I will try to help
you further. That is, if I am still home. <g>

--
dorayme
Feb 23 '07 #4
On Feb 22, 7:24 pm, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<1172187808.434656.281...@q2g2000cwa.googlegroups. com>,
"Giggle Girl" <missgi...@gmail.comwrote:
On Feb 22, 3:54 pm, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<1172169225.114653.238...@s48g2000cws.googlegroups .com>,
"Giggle Girl" <missgi...@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox
1.5+ as it does in IE 6+. Here is a URL for it:
http://66.51.164.93/fs/default.htm
Put it though a validator and correct all mistakes, note and
preferably act on all warnings. (You even use an id twice in the
code...)
--
dorayme
I will concede the duplicated ID error, but I guarantee it has nothing
to do with the nature of my issue outlined above. Furthermore, when I
put the HTML through a validator, I get ZERO errors,

And what validator would that be?

Here are some css ones:

CSS Error (99/20): Unknown CSS property ³overflow-y².
CSS Error (100/20): Unknown CSS property ³overflow-x².
CSS Error (119/13): Invalid property value ³5².
CSS Error (119/17): Invalid property value ³5².

Here some HTML ones (I leave the "warnings" out)

HTML error (10/124): The attribute ³NAME² in tag <FRAMESETis
not allowed.
HTML error (10/124): The attribute ³BORDERCOLOR² in tag
<FRAMESETis not allowed.
...

HTML error (13/111): The attribute ³RESIZE² in tag <FRAMEis not
allowed.

HTML error (14/111): The attribute ³RESIZE² in tag <FRAMEis not
allowed.

HTML error (17/110): The attribute ³RESIZE² in tag <FRAMEis not
allowed.
In other words, I am using "IE only"
attributes. What you don't seem to get is that _IS_ what I am asking
for help with!! Hello, anyone home?

I love being talked to by giggling girls like this. Actually, I
have been wondering about the home bit in relation to myself for
some time now.. You tell me. I am very bad at self diagnosis.
Most beings are.
Quoting my original message:
"It looks great -- in IE, that is. Is it possible to have this same
look and behavior in Firefox?"

Well, I can suggest you forget about anything that is
proprietorial to IE in constructing a webpage or site, how can it
not cause cross browser trouble or be ignored? Hello!
See? I want help making it look and work like it does in IE, and if
that means using Firefox only attributes, too, or finding the right
"cross browser" non-proprietary properties/attributes, so be it.

Use only things you find mentioned at:

http://www.w3.org/TR/html4/present/frames.html

Also look at your target htmls and note these do not code for
frames, so check the doctype there.
Thanks,
Giggle Girl

If you are a very very good girl and repost url after you have
done what you can after reading all the above, I will try to help
you further. That is, if I am still home. <g>

--
dorayme

Ha ha! I don't think I need your help. I don't think you get it, or
don't understand my questions.

I will look for solutions elsewhere.

Thanks all the same,
Ann, a.k.a. Giggle Girl

Feb 23 '07 #5
Giggle Girl wrote:
<snip>
Ha ha! I don't think I need your help. I don't think you get it, or
don't understand my questions.

I will look for solutions elsewhere.
<frameset name="frameset_1" id="frameset_1" cols="25%,75%"
framespacing="3" border="0" frameborder="1" bordercolor="#6889BF">
^^^^^^^^^ ^^^^^^^^^^^^^^

Hmmm no border or border, which is it? Amazing things happen when your
delete 'border="0"'.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Feb 23 '07 #6
On Feb 23, 11:09 am, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
<frameset name="frameset_1" id="frameset_1" cols="25%,75%"
framespacing="3" border="0" frameborder="1" bordercolor="#6889BF">
^^^^^^^^^ ^^^^^^^^^^^^^^

Hmmm no border or border, which is it? Amazing things happen when your
delete 'border="0"'.
Thank you for that point, Jonathan.

It has led me to tweak things that are giving me better results (like
"draggability") in Firefox. Unfortunately, the same code that works
better for Firefox causes the IE version to look worse, so I may have
to have some sort of detection and use a different frameset for IE and
FF.

Thanks for the lead...

Ann, a.k.a. Giggle Girl

Feb 26 '07 #7
On 22 Feb, 18:33, "Giggle Girl" <missgi...@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox
Validate it. Validate the HTML, validate the CSS.

It might work, it might not. But if it's hard to fix valid code, then
it's even harder to fix invalid code, so do it anyway. There is no
reason not to, lots of reasons to do so.

Feb 26 '07 #8
On Feb 26, 12:21 pm, "Andy Dingley" <ding...@codesmiths.comwrote:
On 22 Feb, 18:33, "Giggle Girl" <missgi...@gmail.comwrote:
I need a frameset that will have the same look and behavior in Firefox

Validate it. Validate the HTML, validate the CSS.

It might work, it might not. But if it's hard to fix valid code, then
it's even harder to fix invalid code, so do it anyway. There is no
reason not to, lots of reasons to do so.
I ran code in the URL through a Validator that is a plugin called
"HTML Validator" in Firefox. Bseides the duplicate ID error, it gave
me only 16 warnings, every one of which was a "Using proprietary IE
attribute". Again, if I did NOT use the IE proprietary attributes, it
would not be possible for me to say "Go to this URL and view it in
IE. _THAT_ is how I want it to look/behave in Firefox. Can you help
me?"

You and "dorayme" don't seem to understand this, yet I feel I cannot
be more clear. Please just ignore this thread. :)

Again, thanks go to Jonathan N. Little who offered something of value
instead of trying to shout me down with some useless mantra. (I have
seen enough threads here to know "Run it through a validator" is the
first line of defense for people that ultimately have the least advice
to offer.)

-- Ann (Still the Giggle Girl)

Feb 26 '07 #9
Giggle Girl wrote:
>
You and "dorayme" don't seem to understand this, yet I feel I cannot
be more clear. Please just ignore this thread. :)
Ann,

You have billed your situation as a "problem in Firefox," so people
think you mean Firefox isn't working the way it's supposed to (or, as is
more usually the case, the way you expect or hope).

What you really want (and probably should have asked for) is to
"Duplicate proprietary IE frameset behavior in FF."

Dorayme's and Andy's suggestions to validate are surely their way of
pointing out that you code won't likely work with a standards-compliant
browser, so that's probably part or all of your problem. You know it was
non-standard but we didn't know you knew. (Still, having multiple
duplicate IDs can't be helping you any. And you haven't fixed that yet.)

I hope this is helpful or at least, um, enlightening. I regret that I do
not know the technical answer to your (actual) questions. I must confess
a certain lack of interest in achieving this particular task. But good luck.

--
John
Feb 26 '07 #10
Giggle Girl wrote:
On Feb 26, 12:21 pm, "Andy Dingley" <ding...@codesmiths.comwrote:
>On 22 Feb, 18:33, "Giggle Girl" <missgi...@gmail.comwrote:
>>I need a frameset that will have the same look and behavior in Firefox
Validate it. Validate the HTML, validate the CSS.

It might work, it might not. But if it's hard to fix valid code, then
it's even harder to fix invalid code, so do it anyway. There is no
reason not to, lots of reasons to do so.

I ran code in the URL through a Validator that is a plugin called
"HTML Validator" in Firefox. Bseides the duplicate ID error, it gave
me only 16 warnings, every one of which was a "Using proprietary IE
attribute". Again, if I did NOT use the IE proprietary attributes, it
would not be possible for me to say "Go to this URL and view it in
IE. _THAT_ is how I want it to look/behave in Firefox. Can you help
me?"

You and "dorayme" don't seem to understand this, yet I feel I cannot
be more clear. Please just ignore this thread. :)

Again, thanks go to Jonathan N. Little who offered something of value
instead of trying to shout me down with some useless mantra. (I have
seen enough threads here to know "Run it through a validator" is the
first line of defense for people that ultimately have the least advice
to offer.)
I was not condoning what you are trying to do, just pointed out an
inconsistency in your markup. You will never get Firefox to "behave"
like IE is this manner because IE attributes are proprietary to
Microsoft just as styling the chrome elements such as scrollbars!

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Feb 26 '07 #11
Thanks for your reply, John Hosking. And not just telling me to run
things through a validator, ha! I guess people might get misled by me
saying "Problem with Firefox", but at the same time, it does seem like
an accurate way to describe the problem/issue. Still, no need to
split hairs, we'll call it a "miscommunication".

On Feb 26, 3:53 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
I was not condoning what you are trying to do, just pointed out an
inconsistency in your markup.
Jonathan N. Little, have no fear, no one in this group should make
the mistake of assuming since you actually offered me some help, that
you are "condoning what I am doing"! For the record, what I am doing
is _WRONG_. You see, I have paying clients that liked the look and
behavior in IE of a web application I am building, and they want me to
replicate this look/behavior in Firefox. You are not going to believe
it, but they don't care about W3C standards or what kind of code I use
to achieve this result, they just want it to work! In fact, if my
clients had to choose between some devilish tweaks that are not
compliant, but give results darn close to the look and behavior of the
original URL in IE AND Firefox -- I hope you are sitting down for this
-- they would be very happy, and care not one whit about non-compliant
code!

Conversely, it seems that the vast majority of people in this group
live in an ivory tower, and would sooner choose to implement 100%
compliant code according to the W3C, even if it looked like crap and
was broken in 99% of browsers. My guess is when you enter the real
world and have paying customers, you will adjust this view, or change
careers in short order. (If this is a hobby of yours, you are a
student, you work for the government, or live in a communist country,
well, pray that you never have to do this stuff "in the real world"!
You will be in for a real wake up call.)

I am _STILL_ giggling, and _STILL_ thank the people that offered me
help besides "run it through a validator". I am not get bent out of
shape; I knew what I was up against posting in a newsgroup. And, as I
said, I did get at least one helpfull comment, and one (sort of)
sympathetic response, so it was worth the posting.

I remain the Original Giggle Girl!
-- Ann Giggy

Feb 27 '07 #12
On 2007-02-27, Giggle Girl <mi*******@gmail.comwrote:
[...]
You see, I have paying clients that liked the look and behavior in IE
of a web application I am building, and they want me to replicate this
look/behavior in Firefox. You are not going to believe it, but they
don't care about W3C standards or what kind of code I use to achieve
this result, they just want it to work!
Of course they don't care, but your own life will be a lot easier if you
keep everything as valid as practicable.
Feb 27 '07 #13
Giggle Girl wrote:
Thanks for your reply, John Hosking. And not just telling me to run
things through a validator, ha! I guess people might get misled by me
saying "Problem with Firefox", but at the same time, it does seem like
an accurate way to describe the problem/issue. Still, no need to
split hairs, we'll call it a "miscommunication".

On Feb 26, 3:53 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
>I was not condoning what you are trying to do, just pointed out an
inconsistency in your markup.

Jonathan N. Little, have no fear, no one in this group should make
the mistake of assuming since you actually offered me some help, that
you are "condoning what I am doing"! For the record, what I am doing
is _WRONG_. You see, I have paying clients that liked the look and
behavior in IE of a web application I am building, and they want me to
replicate this look/behavior in Firefox. You are not going to believe
it, but they don't care about W3C standards or what kind of code I use
to achieve this result, they just want it to work! In fact, if my
clients had to choose between some devilish tweaks that are not
compliant, but give results darn close to the look and behavior of the
original URL in IE AND Firefox -- I hope you are sitting down for this
-- they would be very happy, and care not one whit about non-compliant
code!
....

Ah, go ahead, just put one of those dime-o-dozen browser sniffing
javascript popups "Warning MSIE Required To View This Site!"

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Feb 28 '07 #14
Giggle Girl wrote
You see, I have paying clients that liked the look and
behavior in IE of a web application I am building, and they want me to
replicate this look/behavior in Firefox. You are not going to believe
it, but they don't care about W3C standards or what kind of code I use
to achieve this result, they just want it to work!
Client: Why can't I go across the river in this Firefox car?

Web dresigner. I'm sure you can. Somehow.

Client: Well, I can go quite safely across the river with my IE. You had
better make it so for my Firefox car as well.

Web dresigner. Hang on a tick... Hello newsgroup. How do I make this so?

Newsgroup: You don't.

Web dresigner: But we can go across the river very easily with with our IE.
We want to be able to so with our Firefox car as well.

Newsgroup: Er, your IE vehicle is a boat.

Feb 28 '07 #15
On Feb 27, 11:44 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
Ah, go ahead, just put one of those dime-o-dozen browser sniffing
javascript popups "Warning MSIE Required To View This Site!"
Well not exactly. I will have "browser sniffing", and put code for
IE6 & 7 similar to what I originally showed, and put different code
for FF 1.5 and 2.0. That will cover 90% of who is out there; other
browsers will be told a message similar to what you mentioned.

The code for FF will be whatever it takes to make it look and behave
similar to the IE version.

This is a Web Application, not merely "brochure ware" for a website,
so there is stuff much more complicated than the frameset that has to
happen, so it was never going to work with every browser anyway.

Thanks for your help,
Miss Giggy

Mar 1 '07 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1429
by: stef | last post by:
hi i ve got a problem that is driving me mad all afternoon i have flash site embedded in html and as i don t want to display the url (i ve got my reasons for that) i have built a single frame...
6
56594
by: Nancy Carter | last post by:
I'm trying to set the background color of a frameset to black. The following code doesn't work in either IE 6.0 or Firefox. Any ideas why? <frameset bgcolor="#000000" frameborder="0" border="0"...
2
1652
by: Henrik alstersjö | last post by:
Hi everyone I have a problem with a frameset with 3 frames. In the "main"frame i have a page with a numer of textboxes and dropdownlists and all of them are set to autopostack = true If i change...
6
6647
by: Stefan Mueller | last post by:
After my web page has been loaded I'm doing some tests with a JavaScript. If I figure out that something is wrong I'd like to reload the whole frameset. With Internet Explorer and Mozilla Firefox...
1
1686
by: Phrogz | last post by:
I have a website with code like the following. I swear it used to work 2 years ago when first written. However, testing in both IE6SP2 and Firefox 1.5 no longer seem to run the script at the top...
0
4729
by: Giggle Girl | last post by:
Hello there, :) I need a frameset that will have the same look and behavior in Firefox 1.5+ as it does in IE 6+. Here is a URL for it: http://66.51.164.93/fs/default.htm In IE, the "seam"...
1
2578
rajiv07
by: rajiv07 | last post by:
I have set frameset for two html files.It's working in IE but not in Firefox Is any idea please. Thank u.
12
5576
by: Geoff Cox | last post by:
Hello I'm having a problem loading a frameset file using an include in a php file. Nothing is displayed and when I look at the source code I see that <html> <head> <title></title>
5
3164
dlite922
by: dlite922 | last post by:
This is unbelievably weird. My site shows in "view source" the following in Firefox 3: <frameset rows="100%,*" border="0"> <frame src="http://www.example.com" frameborder="0" /> <frame...
0
7213
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7298
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1526
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.