473,472 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Great, it works

Your method worked great for me, im also going to follow up on the
javascript version David left and compare.
Thanks guys.
Jul 20 '05 #1
3 1343
Charon wrote:
Your method worked great for me, im also going to follow up on the
javascript version David left and compare.


What works great? You started a new thread instead of replying in the
old one, and you quoted nothing from the original message. That
leaves us with no way to figure out what you're talking about.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2
I realized that a little later,
Sorry about that just a miss click, I feel like a tool now.
You would be the one to notice as well :(

To clear things up
Previous thread:
Brian wrote:
Charon wrote:
While using the following to self link documents

<a href="#NAME"></a>

Is there a way to dynamicaly bold, underline, or highlight the target
Such a thing is possible using css 3's :target pseudo-class. Using
your html example above, place the following in your styles:

a#name:target {
font-weight: bold;
}


oops. That's bogus. The above css declaration would work with an id,
but not the a href="name" contruct given. Sorry. Try something like

<a href="foo.html" id="name">foo resource</a>

Here's a better example:

<h2 id="name">project name</h2>

#name:target {
font-weight: bold;
}

better still:

<ul id="toc">
<li><a href="#name">project name</a></li>
<li><a href="#goal">project goals</a></li>
<li><a href="#timeline">project timeline</a></li>
</ul>

<h2 id="name">project name</h2>
<!-- content -->

<h2 id="goal">project goals</h2>
<!-- content -->

<h2 id="timeline">project timeline</h2>
<!-- content -->

h2:target {
font-weight: bold;
}

--
Brian
follow the directions in my address to email me

"Brian" <us*****@julietremblay.com.invalid-remove-this-part> wrote in
message news:diIvb.208266$ao4.743572@attbi_s51... Charon wrote:
Your method worked great for me, im also going to follow up on the
javascript version David left and compare.


What works great? You started a new thread instead of replying in the
old one, and you quoted nothing from the original message. That
leaves us with no way to figure out what you're talking about.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #3
In article <r4Nvb.460500$6C4.113455@pd7tw1no> in
comp.infosystems.www.authoring.html, Charon
<er********@edu.sait.ab.ca> wrote:
I realized that a little later,
Sorry about that just a miss click, I feel like a tool now.
You would be the one to notice as well :(

makes it harder to follow discussions.
before the material you're commenting on, it
When you put your comments

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #4

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

Similar topics

124
by: 43 | last post by:
how come m$Office isn't written in .net? how come Open Office isn't written in j2ee? how come dbms systems aren't written in either? how come browsers aren't written in either? how come...
2
by: David | last post by:
On every web browser except Safari, this website works great. (Well, by "every" I mean Mozilla, Netscape, and Internet Explorer, for Mac and Windows). The site is: http://www.ruleofthirds.com ...
0
by: gt8887b | last post by:
Hello! In his recent newsletter embedded expert Jack Ganssle says that programming students, as well as professional developers should readh "great code" (hight quality/well-crafted code that...
42
by: gt8887b | last post by:
Hello! In his recent newsletter embedded expert Jack Ganssle says that programming students, as well as professional developers should readh "great code" (hight quality/well-crafted code that...
5
by: dabhand | last post by:
Hi This page http://www.dabhand.co.nz/ayupdev/gallery-riders.html works great in IE but not in Firefox... any help would be appreciated. It refers to an external javascript file which I have...
4
by: Sam | last post by:
I have a program which works great when run from the command line. But when I run it combined with something else such as: - piping it through less - cron - execl (i.e. calling it from another...
4
by: ArizonaJohn | last post by:
Hello, The code below works great. The user enters a name into an HTML form, the code looks up a table with that name, and then that table is displayed. I am trying to use pagination with it,...
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
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,...
1
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...
1
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
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.