css help
css help
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- jamble0
1: Nav bar was clickable in FF / XP for me. Not sure if you've fixed that?
2: You should use "text-decoration: underline;" for your links. This should fix the link underline issue.
3: Give the li of the page you're on a class to signify it's the active page eg: li class="active" then set a css style for it such as li a { some style here }
That should fix that up.