| Dick Roose |
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)
link_test.htm ( 1.13k )
Number of downloads: 73 |
![]() ![]() |
| Frederiek |
Aug 16 2010, 05:08 AM
Post
#2
|
|
Programming Fanatic ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 3,541 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; } -------------------- "The earth does not belong to us. We belong to the earth."
from Vue du ciel (in French) "Leave scepticism to others and take action" from HOME by Goodplanet An inconvenient truth by Al Gore |
Dick Roose link code not working Aug 16 2010, 12:12 AM
pandy Hi :)
It's because NAME doesn't exist a... Aug 16 2010, 12:21 AM
Dick Roose Hi Cicero,
Thank you very much for taking the tim... Aug 16 2010, 04:26 AM
Dick Roose
Which links don't work? They seem to work for... Aug 16 2010, 05:17 AM
Dick Roose
[quote name='Frederiek' post='50227... Aug 16 2010, 05:33 AM
Frederiek You are right, on line, the links don't work, ... Aug 16 2010, 09:17 AM
Dick Roose
You are right, on line, the links don't work,... Aug 16 2010, 10:42 AM
pandy Threads merged. But who is Cicero? :) Aug 16 2010, 11:29 AM
Christian J
who is Cicero? :)
A famous moderator. ^_^ Aug 16 2010, 04:21 PM

pandy :rolleyes: Aug 16 2010, 04:45 PM
Dick Roose
Threads merged. But who is Cicero? :)
Sorry pa... Aug 17 2010, 11:13 AM
Frederiek Dick,
When you (or anyone else) sends me a PM, I ... Aug 16 2010, 12:17 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 07:29 AM |