Mon, 2008-12-01 17:59
Hi,
I have 2 question actually.
1- I am trying to create a list and dont know if i should use
- or
- tags? It will be like this. So when the user clicks on one of the test hyperlinks in the list, browser will take the user to the specific part where test 1 is located. I saw this functionality in html so i am checking it in the web meanwhile as well.
1. Test1
2. Test2
3. Test3
1. Test1
1.1.Test one sub
1.2.Test one sub2
2. Test2
2.1.Test2 sub
2.2.Test2 sub2
2. in my style sheet i have the following code for my hyperlinks. So as my background being white and hyperlinks being white as well, its not seen. Do i have the ability to create another class/id like this for the list i am going create above?
a:link { font-weight: bold; text-decoration: none; color: white; } a:visited { font-weight: bold; text-decoration: none; color: white; } a:hover, a:active { text-decoration: underline; color: Black; }
tia