The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> link code not working, cannot get menu links to jump to different sections of same page
Dick Roose
post Aug 16 2010, 12:12 AM
Post #1


Newbie
*

Group: Members
Posts: 11
Joined: 11-April 09
Member No.: 8,289



Hi All,

I have got my first problem solved but had to learn a lot more than I wanted to.

Although the attached code looks correct to me, it doesn't work. Can anyone tell me why?


Thanks

The single most important criteria for all human decisions is ...
"Is it good for Earth's children?"

Dick Roose

This post has been edited by Dick Roose: Aug 16 2010, 12:21 AM


Attached File(s)
Attached File  link_test.htm ( 1.13k ) Number of downloads: 319
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies
Frederiek
post Aug 16 2010, 05:08 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Which links don't work? They seem to work for me. I didn't click them all, but quite a few.

You still have that problem with the TOC not being in the right place and not scrolling with the content.
Change <p class="rvps2"> to <div id="toc">, get rid of the associated closing </p> and close the div after the closing div of the list (which has class="toc", so you'll have two closing div's there.

So it will look like this:
CODE
<div id="toc"><span class="rvts6">Table of Contents<br>
</span>
        <div class="toc">
                <ul>...your list here...</ul>
        </div>
</div>


Then style the new div:
CODE
#toc {
        position:fixed;
        top:30px;
}
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Dick Roose
post Aug 16 2010, 05:17 AM
Post #3


Newbie
*

Group: Members
Posts: 11
Joined: 11-April 09
Member No.: 8,289



QUOTE(Frederiek @ Aug 16 2010, 05:08 AM) *

Which links don't work? They seem to work for me. I didn't click them all, but quite a few.


Do you mean that you unzipped the mainpage file, ran it in a browser and all the links you tried worked. Could you try it at (http://realityfound.org), it is the same code!

Thanks

The single most important criteria for all human decisions is ...
"Is it good for Earth's children?"

Dick Roose
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th March 2024 - 02:10 AM