473,406 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

static menu on the right

Hi,
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?

Here is a sample of my code:

**********************************
<html>
<body >
<div id="mytext" style="position:absolute; ">
<p>test</p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
<p style="padding:10cm 0cm 10cm; ">test<br/></p>
</div>
<div id="menu" style="position:absolute; width:99%;">
<table align="right" border="1" >
<tr> <td> menu </td> </tr>
</table>
</div>
</body>
</html>
**********************************
Thank you

-steeve

Oct 27 '05 #1
13 1685
st********@SoftHome.net wrote:
Hi,
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?

Here is a sample of my code:


You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]

--
Rob
Oct 27 '05 #2
In article
<43**********************@per-qv1-newsreader-01.iinet.net.au>,
RobG <rg***@iinet.net.au> wrote:
st********@SoftHome.net wrote:
Hi,
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?

Here is a sample of my code:


You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]


Geez, what a rude response. He didn't ask whether you like them or not.
He just asked how it was done.

Here's a shorter response to the original question: investigate
position:static.

Cheers,
mt
Oct 27 '05 #3
Mark Twain wrote:
RobG <rg***@iinet.net.au> wrote:
st********@SoftHome.net wrote:
> Hi,
> I have a menu on the right. I wish it stays visible even when I scroll
> the page.
> Can anybody help me?
>
> Here is a sample of my code:
You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]


Geez, what a rude response. He didn't ask whether you like them or not.
He just asked how it was done.


Again just for you to take note:

This is not a support forum but a public newsgroup. Everyone here is free
to express their opinion and nobody is not obliged to provide help in any
way or even to reply. That said, Rob's followup was helpful, you just did
not recognize it. It also was a proper response to an off-topic question
and in that perspective I would not consider it rude at all. Rob even
implicitely offered his future help in case the OP would provide an
approach that is not working.

See <http://jibbering.com/faq/>.
Here's a shorter response to the original question: investigate
position:static.


Much more despicable are people like you who can only ramble about others
behavior and then provide either no or, as in this case, even the *wrong*
answer because they do not have a mininum clue themselves. JFTR: the
answer the OP is looking for is CSS's position:fixed for Gecko-based UAs
and one of its workarounds for IE (position:static is the default in CSS.)
PointedEars
Oct 27 '05 #4
Mark Twain wrote:
RobG <rg***@iinet.net.au> wrote:
st********@SoftHome.net wrote:
> Hi,
> I have a menu on the right. I wish it stays visible even when I scroll
> the page.
> Can anybody help me?
>
> Here is a sample of my code:
You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]


Geez, what a rude response. He didn't ask whether you like them or not.
He just asked how it was done.


Again just for you to take note:

This is not a support forum but a public newsgroup. Everyone here is free
to express their opinion and nobody is not obliged to provide help in any
way or even to reply. That said, Rob's followup was helpful, you just did
not recognize it. It also was a proper response to an off-topic question
and in that perspective I would not consider it rude at all. Rob even
implicitly offered his future help in case the OP would provide an
approach that is not working.

See <http://jibbering.com/faq/>.
Here's a shorter response to the original question: investigate
position:static.


Much more despicable are people like you who can only ramble about others
behavior and then provide either no or, as in this case, even the *wrong*
answer because they do not have a minimum clue themselves. People who
help spammers to destroy the workings of the Net by abusing domains they
do not own. <http://www.interhack.net/pubs/munging-harmful/>

JFTR: the answer the OP is looking for is CSS's position:fixed for
Gecko-based UAs and one of its workarounds for IE (position:static
is the default in CSS.)
PointedEars
Oct 27 '05 #5
In article <33****************@PointedEars.de>,
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote:
Mark Twain wrote:
RobG <rg***@iinet.net.au> wrote:
st********@SoftHome.net wrote:
> Hi,
> I have a menu on the right. I wish it stays visible even when I scroll
> the page.
> Can anybody help me?
>
> Here is a sample of my code:

You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]
Geez, what a rude response. He didn't ask whether you like them or not.
He just asked how it was done.


Again just for you to take note:

This is not a support forum but a public newsgroup. Everyone here is free
to express their opinion and nobody is not obliged to provide help in any
way or even to reply. That said, Rob's followup was helpful, you just did
not recognize it. It also was a proper response to an off-topic question
and in that perspective I would not consider it rude at all. Rob even
implicitly offered his future help in case the OP would provide an
approach that is not working.


This is also the planet Earth. You are not obliged to be a human being,
but it helps.
See <http://jibbering.com/faq/>.
Here's a shorter response to the original question: investigate
position:static.
Much more despicable are people like you who can only ramble about others
behavior and then provide either no or, as in this case, even the *wrong*
answer because they do not have a minimum clue themselves.


It is quite possible to correct someone without being a total dick about
it. Unless you are predisposed to conflict, of course.
People who
help spammers to destroy the workings of the Net by abusing domains they
do not own. <http://www.interhack.net/pubs/munging-harmful/>
Huh?
JFTR: the answer the OP is looking for is CSS's position:fixed for
Gecko-based UAs and one of its workarounds for IE (position:static
is the default in CSS.)


Perhaps Rob could have simply provided this answer in the first place
rather than directing the OP toward 1.6 million hits. I don't read that
as any more helpful than the all-to-frequent "RTFM," which is what his
answer amounted to.
Oct 28 '05 #6
thank you

-steeve
Mark Twain wrote :
In article
<43**********************@per-qv1-newsreader-01.iinet.net.au>,
RobG <rg***@iinet.net.au> wrote:
st********@SoftHome.net wrote:
Hi,
I have a menu on the right. I wish it stays visible even when I scroll
the page.
Can anybody help me?

Here is a sample of my code:


You posted HTML, not JavaScript. I find sliding menus really annoying,
very few sites use them so maybe I'm not alone.

Google for "javascript slider menu", you'll get thousands of hits (I got
'about 1,640,000'). When you find something that does what you want,
use it. If you have problems, ask again.

[...]


Geez, what a rude response. He didn't ask whether you like them or not.
He just asked how it was done.

Here's a shorter response to the original question: investigate
position:static.

Cheers,
mt


Oct 30 '05 #7
Mark Twain wrote:
In article <33****************@PointedEars.de>,
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote:
Mark Twain wrote:
> Here's a shorter response to the original question: investigate
> position:static.


Much more despicable are people like you who can only ramble about others
behavior and then provide either no or, as in this case, even the *wrong*
answer because they do not have a minimum clue themselves.


It is quite possible to correct someone without being a total dick about
it. Unless you are predisposed to conflict, of course.


Go on whining, troll.
People who
help spammers to destroy the workings of the Net by abusing domains they
do not own. <http://www.interhack.net/pubs/munging-harmful/>


Huh?


You are posting using the sender address <tw***@whitehouse.gov>. You
are obviously not the owner of the second-level domain whitehouse.gov
nor appears whitehouse.gov to provide means for the average citizen
to obtain a whitehouse.gov e-mail address.

The sender address <tw***@whitehouse.gov> does not exist:

| <tw***@whitehouse.gov>:
| 63.161.169.140 does not like recipient.
| Remote host said: 550 5.1.1 <tw***@whitehouse.gov>... User unknown

You are antisocially abusing the mentioned domain, causing at least
their administrators to handle spam directed to the sender address in
your postings. Continued network abuse can become subject to official
complaints:

| X-Abuse-Report: http://www.usenetabuse.com
| X-Abuse-Notes: Abuse reports must be submited via the usenetabuse.com
| portal listed above.
| X-Abuse-Notes2: Reports sent via any other method will not be processed.
| X-Abuse-Notes3: Any other abuse reporting headers in this article are
| fraudulent.
JFTR: the answer the OP is looking for is CSS's position:fixed for
Gecko-based UAs and one of its workarounds for IE (position:static
is the default in CSS.)


Perhaps Rob could have simply provided this answer in the first place


You have still not understood where you are reading and posting.
PointedEars
Oct 31 '05 #8
> > It is quite possible to correct someone without being a total dick about
it. Unless you are predisposed to conflict, of course.
Go on whining, troll.


Good comeback. You're a sharpie.
The sender address <tw***@whitehouse.gov> does not exist:

| <tw***@whitehouse.gov>:
| 63.161.169.140 does not like recipient.
| Remote host said: 550 5.1.1 <tw***@whitehouse.gov>... User unknown

You are antisocially abusing the mentioned domain, causing at least
their administrators to handle spam directed to the sender address in
your postings. Continued network abuse can become subject to official
complaints:


That's a laugh. File your complaints. Call the cops.
JFTR: the answer the OP is looking for is CSS's position:fixed for
Gecko-based UAs and one of its workarounds for IE (position:static
is the default in CSS.)


Perhaps Rob could have simply provided this answer in the first place


You have still not understood where you are reading and posting.


Uh... Usenet?

You neatly stepped around everything I said to pick nits. And you're
calling *me* a troll? What a hypocrite.
Oct 31 '05 #9
Lee
Mark Twain said:
You have still not understood where you are reading and posting.


Uh... Usenet?


You seem to have missed the point that the question had nothing
to do with Javascript. Answering off-topic questions is like
feeding a stray dog. It reinforces undesirable behavior. It's
much better for all concerned to direct the OP to a better place
to look for answers.

Oct 31 '05 #10
Mark Twain wrote:
The sender address <tw***@whitehouse.gov> does not exist:

| <tw***@whitehouse.gov>:
| 63.161.169.140 does not like recipient.
| Remote host said: 550 5.1.1 <tw***@whitehouse.gov>... User unknown

You are antisocially abusing the mentioned domain, causing at least
their administrators to handle spam directed to the sender address in
your postings. Continued network abuse can become subject to official
complaints:
That's a laugh. File your complaints.


[x] done.
Call the cops.


So far it is not yet a legal matter. The administrators of the service
you have been (ab)using to post to Usenet and those of whitehouse.gov will
probably suffice here. If either one then decides to "send the cops",
that will be their prerogative.
HTH & HAND

PointedEars
Nov 1 '05 #11
Mark Twain wrote:
The sender address <tw***@whitehouse.gov> does not exist:

| <tw***@whitehouse.gov>:
| 63.161.169.140 does not like recipient.
| Remote host said: 550 5.1.1 <tw***@whitehouse.gov>... User unknown

You are antisocially abusing the mentioned domain, causing at least
their administrators to handle spam directed to the sender address in
your postings. Continued network abuse can become subject to official
complaints:
That's a laugh. File your complaints.


[x] done.
Call the cops.


So far it is not yet a legal matter. The administrators of the service
you have been (ab)using to post to Usenet and those of whitehouse.gov will
probably suffice here. If either one then decides to "call the cops",
that will be their prerogative.
HTH & HAND

PointedEars
Nov 1 '05 #12
In article <15****************@PointedEars.de>,
Thomas 'PointedEars' Lahn <Po*********@web.de> wrote:
Mark Twain wrote:
The sender address <tw***@whitehouse.gov> does not exist:

| <tw***@whitehouse.gov>:
| 63.161.169.140 does not like recipient.
| Remote host said: 550 5.1.1 <tw***@whitehouse.gov>... User unknown

You are antisocially abusing the mentioned domain, causing at least
their administrators to handle spam directed to the sender address in
your postings. Continued network abuse can become subject to official
complaints:


That's a laugh. File your complaints.


[x] done.
Call the cops.


So far it is not yet a legal matter. The administrators of the service
you have been (ab)using to post to Usenet and those of whitehouse.gov will
probably suffice here. If either one then decides to "send the cops",
that will be their prerogative.


Ha ha ha ha ha. You're a stitch.

You're a real cock, Pointy. I looked up a few of your posts... do you
really have so much free time that you can afford to troll usenet
slapping down people that don't fit your notions of good and proper?
Apparently so, judging by the number of threads that feature you picking
nits out of people's hair.

Get a life.
Nov 7 '05 #13
Mark Twain wrote:
[...] do you really have so much free time that you can afford to troll
usenet [...]
Apparently, you have.
Get a life.


FOAD
Nov 7 '05 #14

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

Similar topics

22
by: Marek Mand | last post by:
How to create a functional *flexible* UL-menu list <div> <ul> <li><a href=""></li> <li><a href=""></li> <li><a href=""></li> </ul> </div> (working in IE, Mozilla1.6, Opera7 (or maybe even...
2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
3
by: Steve | last post by:
Visual Studio 2003 .NET / C# I have a treeview object on a form which acts as the main menu controller for my application. the treeview is always in sight, and the form it is on acts as the...
3
by: Sender | last post by:
The contextmenu I have created has many levels. Like on the main level there are 15 menuitems. Then for each 15 menuitems there are at least 2 menuitems and then for each of these menu items there...
2
by: sloan | last post by:
I have a web site. 90% of it is static. Lets say I have a menu system Home VicePresidents ContactUs Home is static ContactUs is static
4
by: Philipp Kraus | last post by:
Hi, I have one problem with my position of my background image. I have created one div-tag that has a background image, which should be fixed during scrolling. On the left side of the div is my...
5
by: Markus Pitha | last post by:
Hello, I have a class "Menu". In this class I declare an object "Controller". Now I have a problem: Controller uses a ctor but I get the value I have to pass later in my program. The only way...
3
by: tomPee | last post by:
Hi, I have the following problem: I am trying to make some sort of base class menu that i can then use to derive other menu's from. Those menu's should then be able to interact with each other....
7
by: milestogofromhere | last post by:
It is late so this is probably something really obvious but I am not seeing it. Can someone please help? Here is the page in question: html - http://www.itsyourplate.com/index2.php css -...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...
0
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
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,...
0
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...

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.