473,626 Members | 3,285 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how hide scrollbars: conclusion

Thanks for all the answers about how to hide scrollbars in netscape.
The conclusion is that it's not possible. My initial purpose is to compare
some Netscape and IE possibilities and it's the second time that i have to
conclude that Netscape can't do something while IE does:
1) IE is able to hide scrollbars (even only vertical or only horizontal)
while Netscape is not.
2) IE is able to start a sound (wav) when the mouse e.g. goes over an image,
while Netscape is not.
Look at this:
<embed id="noise" type="audio/wav" src="" loop=0 width="0" height="0"
hidden>
<img border="0" id="cam" src="image.gif" OnClick="startn oise()" >
<script language=javasc ript>
function startnoise() {
document.getEle mentById("noise ").src="my. wav" }
</script>

This doen't work with Netscape while the same script but with 'bgsound'
works with IE.

It becomes very hard to make a webpage that can be read by both browsers ...

adrien
Jul 20 '05 #1
8 4517
Id have to agree with you there Adrien.
Whilst we'd all like to see the big guys cop a hiding once in a while,
the fact remains that IE accounts for 90+% of the browsers out there.
How can one justify the time (cost) required to code for the other browsers
?

Splishman
"adrien" <df**@dsqgqd.bg > wrote in message
news:bf******** **@reader11.wxs .nl...
Thanks for all the answers about how to hide scrollbars in netscape.
The conclusion is that it's not possible. My initial purpose is to compare
some Netscape and IE possibilities and it's the second time that i have to
conclude that Netscape can't do something while IE does:
1) IE is able to hide scrollbars (even only vertical or only horizontal)
while Netscape is not.
2) IE is able to start a sound (wav) when the mouse e.g. goes over an image, while Netscape is not.
Look at this:
<embed id="noise" type="audio/wav" src="" loop=0 width="0" height="0"
hidden>
<img border="0" id="cam" src="image.gif" OnClick="startn oise()" >
<script language=javasc ript>
function startnoise() {
document.getEle mentById("noise ").src="my. wav" }
</script>

This doen't work with Netscape while the same script but with 'bgsound'
works with IE.

It becomes very hard to make a webpage that can be read by both browsers ....
adrien

Jul 20 '05 #2
"splish" <cm*@congosyste ms.com> wrote in message
news:bf******** **@otis.netspac e.net.au...
<snip>
It becomes very hard to make a webpage that canbe read by both browsers ...


Do not ever think in terms of "both browsers", there are getting on for
20 Gecko based browsers (on at least 3 operating systems), at leas two
KHTML based browsers (on at lest two operating systems), Windows IE is
very different to Mac IE (and pocket IE), there are many embedded and
PDA browsers and any number of other desktop browsers. Even disregarding
text and speech browsers that mostly do not implement JavaScript you
will just not be aware of many existing JavaScript capable browsers
because they do such a good job of spoofing IE in their server
interaction that they will never appear in any web statistics.

<snip>Id have to agree with you there Adrien.
Whilst we'd all like to see the big guys cop a hiding
once in a while, the fact remains that IE accounts for
90+% of the browsers out there.
The people who study web statistics universally conclude that it is
impossible to determine how many browsers are out there and what type
they are. The people who publish web statistics seem to disregard the
issues involved and end up publishing figures that do nothing else but
demonstrate that a percentage (usually large) of some unspecified client
interaction with some unspecified information gathering mechanism is
indistinguishab le from interaction with the IE web browsers. The one
thing that we can be certain of is that there are no *facts* available
(just lots of meaningless labelled numbers).
How can one justify the time (cost) required to code
for the other browsers

<snip>

Cross-browser scripting is a skill like any other, once acquired there
is no extra cost, effort or time in employing techniques appropriate for
internet scripting. There are so many JavaScript capable browsers that
very little will work on all of them; once you know how to write a
script that will exploit browser features up to the level of support the
browser actually provides and degrade cleanly in the absence of
appropriate support, then you are in a position to get the best out of
any browsers without having to care which browser it is.

So the question becomes; why would an employer employ someone who cannot
write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?

Richard.
Jul 20 '05 #3
So I take it that we should invest vast amounts of time and cost researching
the fine idiosyncracies of each browser (as they come along) in order to
cater
to each of their own interpretations of appropriate browser conformity ?
No thanks - customers will never appreciate (nor wish to pay for) the
technical
aspects of the end product. They just want it now and at the best price.
Let the browser companies fight this one out. It's the old beta/vhs war.
Of course beta was a superior product - you knew it, i knew it, but the
customer
decided with their wallets.
Besides, the technical aspects of web development comprise only one small
part
of a project's requirements. Sure you could hire some cat who knows the dom
and javascript inside out, but his creativity will probably stink !
We are dealing with a visual medium. Tech heads step aside. It might be
exceptionally
well coded for cross-browser compatibility, yada, yada... but if it doesn't
look good
and have intuitive functionality the customer/user will go elsewhere.

I know it's painful, we make a living out of this stuff, so it's dear and
important
to us, but i'm also a business person trying to make a wage. I can't justify
the
effort and cost required to chase these mutations down, only to be shot from
behind by some new revolutionary change (or worse still - my customer)

Splishman
"Richard Cornford" <Ri*****@litote s.demon.co.uk> wrote in message
news:bf******** ***********@new s.demon.co.uk.. .
"splish" <cm*@congosyste ms.com> wrote in message
news:bf******** **@otis.netspac e.net.au...
<snip>
It becomes very hard to make a webpage that can

be read by both browsers ...


Do not ever think in terms of "both browsers", there are getting on for
20 Gecko based browsers (on at least 3 operating systems), at leas two
KHTML based browsers (on at lest two operating systems), Windows IE is
very different to Mac IE (and pocket IE), there are many embedded and
PDA browsers and any number of other desktop browsers. Even disregarding
text and speech browsers that mostly do not implement JavaScript you
will just not be aware of many existing JavaScript capable browsers
because they do such a good job of spoofing IE in their server
interaction that they will never appear in any web statistics.

<snip>
Id have to agree with you there Adrien.
Whilst we'd all like to see the big guys cop a hiding
once in a while, the fact remains that IE accounts for
90+% of the browsers out there.


The people who study web statistics universally conclude that it is
impossible to determine how many browsers are out there and what type
they are. The people who publish web statistics seem to disregard the
issues involved and end up publishing figures that do nothing else but
demonstrate that a percentage (usually large) of some unspecified client
interaction with some unspecified information gathering mechanism is
indistinguishab le from interaction with the IE web browsers. The one
thing that we can be certain of is that there are no *facts* available
(just lots of meaningless labelled numbers).
How can one justify the time (cost) required to code
for the other browsers

<snip>

Cross-browser scripting is a skill like any other, once acquired there
is no extra cost, effort or time in employing techniques appropriate for
internet scripting. There are so many JavaScript capable browsers that
very little will work on all of them; once you know how to write a
script that will exploit browser features up to the level of support the
browser actually provides and degrade cleanly in the absence of
appropriate support, then you are in a position to get the best out of
any browsers without having to care which browser it is.

So the question becomes; why would an employer employ someone who cannot
write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?

Richard.

Jul 20 '05 #4
DU
adrien wrote:
Thanks for all the answers about how to hide scrollbars in netscape.
The conclusion is that it's not possible. My initial purpose is to compare
some Netscape and IE possibilities and it's the second time that i have to
conclude that Netscape can't do something while IE does:
1) IE is able to hide scrollbars (even only vertical or only horizontal)
while Netscape is not.
It depends on how you do that: it's not possible in MSIE with stylesheet.
2) IE is able to start a sound (wav) when the mouse e.g. goes over an image,
while Netscape is not.
Look at this:
<embed id="noise" type="audio/wav" src="" loop=0 width="0" height="0"
hidden>
<img border="0" id="cam" src="image.gif" OnClick="startn oise()" >
<script language=javasc ript>
function startnoise() {
document.getEle mentById("noise ").src="my. wav" }
</script>

<embed> is not a valid HTML 4.01 element. <object> is. I have created
sound pages with the same code for NS 6.2+, MSIE 6 for windows, Opera 7.
This doen't work with Netscape while the same script but with 'bgsound'
works with IE.

It becomes very hard to make a webpage that can be read by both browsers ...

adrien


<bgsound> is not a valid HTML 4.01 element either.
Again, first validate your page markup code, use validated CSS and use a
full doctype declaration and 90% of the time for not too complex pages,
you won't need any cross-browser code. I have not done a page with sound
on an click event but I believe this could be achieved (just a hunch).

Opera 7, Konqueror (and Safari), Mozilla-based browsers (17 browsers)
and MSIE 6 for Windows (when triggered in standards compliant rendering
mode) do support very well a large amount of CSS1 properties and DOM
level 1 properties and methods and this opinion can be substantiated by
many independent sources.

Your post subject line is partly duplicating/fragmenting a thread you
started elsewhere.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/

Jul 20 '05 #5
JRS: In article <bf************ *******@news.de mon.co.uk>, seen in
news:comp.lang. javascript, Richard Cornford
<Ri*****@litote s.demon.co.uk> posted at Fri, 25 Jul 2003 01:09:03 :-

So the question becomes; why would an employer employ someone who cannot
write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?


Because most employers know even less about the subject than the average
newbie posting here; not even enough to know how little they know.

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 MIME. ©
Web <URL:http://www.merlyn.demo n.co.uk/> - w. FAQish topics, links, acronyms
PAS EXE etc : <URL:http://www.merlyn.demo n.co.uk/programs/> - see 00index.htm
Dates - miscdate.htm moredate.htm js-dates.htm pas-time.htm critdate.htm etc.
Jul 20 '05 #6
Id have to agree with you there Adrien.
Whilst we'd all like to see the big guys cop a hiding
once in a while, the fact remains that IE accounts for
90+% of the browsers out there.
The people who study web statistics universally conclude that it is
impossible to determine how many browsers are out there and what type
they are. The people who publish web statistics seem to disregard the
issues involved and end up publishing figures that do nothing else but
demonstrate that a percentage (usually large) of some unspecified client
interaction with some unspecified information gathering mechanism is
indistinguishab le from interaction with the IE web browsers. The one
thing that we can be certain of is that there are no *facts* available
(just lots of meaningless labelled numbers).


Internet Explorer 4: 17
Internet Explorer 5: 698
Internet Explorer 6: 4396
Netscape 4: 3
Netscape 5/6: 109
Opera: 14
Other: 66

These are the statistics to my website launched a week ago...
as you can quite see IE has the dominant market...

I don't like microsoft just as much as the next person, but I
personally program for ie 5 and 6 and don't really care much for the
others... just a big waste of time and totally hampers my imagination...

I create, and if it works on the best one then I can free up my time
to create other things and don't have to care for browser politics... oh..
btw... AOL sold out to microsoft to the tune of 70 somethin million... AOL
owner of the netscape browser... just thought I'd let those of you who don't
know

How can one justify the time (cost) required to code
for the other browsers


if you don't it will encourage the browser vendors to get caught up to speed
on following standards regulation, so one day we won't even have to think
about cross browser scripting...

itz evil...
Cross-browser scripting is a skill like any other, once acquired there
is no extra cost, effort or time in employing techniques appropriate for
internet scripting. There are so many JavaScript capable browsers that
very little will work on all of them; once you know how to write a
script that will exploit browser features up to the level of support the
browser actually provides and degrade cleanly in the absence of
appropriate support, then you are in a position to get the best out of
any browsers without having to care which browser it is.
there is always extra cost and effort when cross browser scripting... your
best bet is to code for the best one (the one 90%+ of the people use)
degrade for the others when u have extra time...
So the question becomes; why would an employer employ someone who cannot
write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?
same money?

how could it be same money if you have to waste extra time cross browsering
it... time does equal money and also I find it hard to keep a solution in my
head, so the quicker its in code.. the better...
Richard.


Sorry if this sounds kinda in your face type dealy, just stating my point on
the issue... I may be wrong, but to me I'm not... 8 )
Jul 20 '05 #7
Richard,
Thanks for weighing in on my side of the discussion.
It's refreshing to see another user in the group that recognizes that
in the real world, compromises need to be made, and that web development
and the use of it's tools and languages needn't be studied and scrutinized
to the enth degree in order to produce pleasing results.
Even creative people are allowed to utilise javascript !

Splish

"news.cableregi na.com" <jo*@nospamme.c om> wrote in message
news:3f******** @news3.accessco mm.ca...
Id have to agree with you there Adrien.
Whilst we'd all like to see the big guys cop a hiding
once in a while, the fact remains that IE accounts for
90+% of the browsers out there.
The people who study web statistics universally conclude that it is
impossible to determine how many browsers are out there and what type
they are. The people who publish web statistics seem to disregard the
issues involved and end up publishing figures that do nothing else but
demonstrate that a percentage (usually large) of some unspecified client
interaction with some unspecified information gathering mechanism is
indistinguishab le from interaction with the IE web browsers. The one
thing that we can be certain of is that there are no *facts* available
(just lots of meaningless labelled numbers).


Internet Explorer 4: 17
Internet Explorer 5: 698
Internet Explorer 6: 4396
Netscape 4: 3
Netscape 5/6: 109
Opera: 14
Other: 66

These are the statistics to my website launched a week ago...
as you can quite see IE has the dominant market...

I don't like microsoft just as much as the next person, but I
personally program for ie 5 and 6 and don't really care much for the
others... just a big waste of time and totally hampers my imagination...

I create, and if it works on the best one then I can free up my time
to create other things and don't have to care for browser politics... oh..
btw... AOL sold out to microsoft to the tune of 70 somethin million... AOL
owner of the netscape browser... just thought I'd let those of you who

don't know

How can one justify the time (cost) required to code
for the other browsers

if you don't it will encourage the browser vendors to get caught up to

speed on following standards regulation, so one day we won't even have to think
about cross browser scripting...

itz evil...
Cross-browser scripting is a skill like any other, once acquired there
is no extra cost, effort or time in employing techniques appropriate for
internet scripting. There are so many JavaScript capable browsers that
very little will work on all of them; once you know how to write a
script that will exploit browser features up to the level of support the
browser actually provides and degrade cleanly in the absence of
appropriate support, then you are in a position to get the best out of
any browsers without having to care which browser it is.
there is always extra cost and effort when cross browser scripting... your
best bet is to code for the best one (the one 90%+ of the people use)
degrade for the others when u have extra time...
So the question becomes; why would an employer employ someone who cannot
write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?


same money?

how could it be same money if you have to waste extra time cross

browsering it... time does equal money and also I find it hard to keep a solution in my head, so the quicker its in code.. the better...
Richard.
Sorry if this sounds kinda in your face type dealy, just stating my point

on the issue... I may be wrong, but to me I'm not... 8 )

Jul 20 '05 #8
Sorry Jon.
I saw Richard's name at the end and thought that was the authors name.
If I recall he was the "we have to do it this way" chap.
Thanks Jon.

Splish.
"splish" <cm*@congosyste ms.com> wrote in message
news:bh******** ***@otis.netspa ce.net.au...
Richard,
Thanks for weighing in on my side of the discussion.
It's refreshing to see another user in the group that recognizes that
in the real world, compromises need to be made, and that web development
and the use of it's tools and languages needn't be studied and scrutinized
to the enth degree in order to produce pleasing results.
Even creative people are allowed to utilise javascript !

Splish

"news.cableregi na.com" <jo*@nospamme.c om> wrote in message
news:3f******** @news3.accessco mm.ca...
>Id have to agree with you there Adrien.
>Whilst we'd all like to see the big guys cop a hiding
>once in a while, the fact remains that IE accounts for
>90+% of the browsers out there.

The people who study web statistics universally conclude that it is
impossible to determine how many browsers are out there and what type
they are. The people who publish web statistics seem to disregard the
issues involved and end up publishing figures that do nothing else but
demonstrate that a percentage (usually large) of some unspecified client interaction with some unspecified information gathering mechanism is
indistinguishab le from interaction with the IE web browsers. The one
thing that we can be certain of is that there are no *facts* available
(just lots of meaningless labelled numbers).

Internet Explorer 4: 17
Internet Explorer 5: 698
Internet Explorer 6: 4396
Netscape 4: 3
Netscape 5/6: 109
Opera: 14
Other: 66

These are the statistics to my website launched a week ago...
as you can quite see IE has the dominant market...

I don't like microsoft just as much as the next person, but I
personally program for ie 5 and 6 and don't really care much for the
others... just a big waste of time and totally hampers my imagination...

I create, and if it works on the best one then I can free up my time to create other things and don't have to care for browser politics... oh.. btw... AOL sold out to microsoft to the tune of 70 somethin million... AOL owner of the netscape browser... just thought I'd let those of you who

don't
know

>How can one justify the time (cost) required to code
>for the other browsers


if you don't it will encourage the browser vendors to get caught up to

speed
on following standards regulation, so one day we won't even have to think about cross browser scripting...

itz evil...
Cross-browser scripting is a skill like any other, once acquired there
is no extra cost, effort or time in employing techniques appropriate for internet scripting. There are so many JavaScript capable browsers that
very little will work on all of them; once you know how to write a
script that will exploit browser features up to the level of support the browser actually provides and degrade cleanly in the absence of
appropriate support, then you are in a position to get the best out of
any browsers without having to care which browser it is.


there is always extra cost and effort when cross browser scripting... your best bet is to code for the best one (the one 90%+ of the people use)
degrade for the others when u have extra time...
So the question becomes; why would an employer employ someone who cannot write cross-browser code (and comes up with spurious reasons for never
learning to) when for the same money they cold employ someone who can
get the best out of whatever browser (including IE) a web page
encounters?


same money?

how could it be same money if you have to waste extra time cross

browsering
it... time does equal money and also I find it hard to keep a solution

in my
head, so the quicker its in code.. the better...
Richard.
Sorry if this sounds kinda in your face type dealy, just stating my

point on
the issue... I may be wrong, but to me I'm not... 8 )


Jul 20 '05 #9

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

Similar topics

10
12051
by: Mark | last post by:
Sorry, I'm a newbie to php ;) I was thinking about using php to write the script file, something like: <script type="text/javascript" src="http://insert_url_here.com/myScript.php"></script> The php file then echo'ing the source code. If that works then how can I stop the php file being loaded directly, that is the user browsing
6
11467
by: adrien | last post by:
Hi, (also posted in netscape.public.mozilla.browser) i use netscape 7 and want to hide the scrollbars of the window when something happens. I tried this: window.scrollbars.visible=false window.scrollbars.visibility="no" .... nothing works Is it also possible only to hide the vertical scrollbar instead of both?
2
2316
by: benny | last post by:
Hi, I am trying on redirect the to the file EnterpriseManager2.0.zip without having to show the absolute link on http://w0018/EnterpriseManager2.0.zip where the download utility cannot get that absolute link. I tried:- 1. window.open("http://w0018/EnterpriseManager2.0.zip") and 2.
0
1220
by: Gawelek | last post by:
I have almost good solution, but Scrollbars always appear for a moment when I have more nodes then VisibleCount and I want to add next node. Gawel
5
13363
by: vunet.us | last post by:
How can I hide scrollbars which appear in my floating div element with CSS property overflow:auto? I do need to use auto overflow. Thank you.
1
1649
by: thepicklebot | last post by:
I have just added an iframe to an html page, works fine in every browser bar Camino and Firefox. In those, when I roll over a link it creates scrollbars that really mess up the look of the page. Is there a bit of code that I could add that would only apply to this iframe, not the rest of the page?
0
1226
by: Shaw | last post by:
Hi, I have a ListView (details) which I have the scrollable property set to false. Under XP - this works well, however under Vista the scrollbars appear. Is this a know problem - and is there a way to hide them?
0
10750
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information inside an image, hide your complete image as text ,search for a particular image inside a directory, minimize the size of the image. However this is not a new concept, there is a concept called Steganography which enables to conceal your secret...
0
8262
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8196
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8701
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8637
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8502
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5571
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1507
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.