S
Steve R.
Mark wrote in message ...
URL ??
It's going to be a lot easier to analyse that way :~)
Hi, my site has ....
URL ??
It's going to be a lot easier to analyse that way :~)
Hi, my site has ....
Mark said:Is it possible to create a subset of the a:active class and utilise
this in the table when a user does a mouse over on a link contained
in the table?? Kind of like
A:hover.myTable{color: #FFFFFF;font-family: 'Trebuchet MS' , Verdana,
Arial, Helvetica, sans-serif;background-color: #Blue;}
[<a>s]
What I would like to be able to do, is for a specified table utilize a
seperate set of styles
Mark said:Hi, the site is not online as yet so unfortunately I cannot send through a
url.
Basically I have the following [...]
What I want to do is "override" this information so that the hyperlinks in
the navigation table have a different set of styles then those links
contained in the main page.
In addition, I want the table cell background to
change color when the mouse goes over a link in the table cell in the
navigation table.
Mark said:Hi, the site is not online as yet so unfortunately I cannot send through a
url.
Basically I have the following [...]
What I want to do is "override" this information so that the hyperlinks in
the navigation table have a different set of styles then those links
contained in the main page.
In addition, I want the table cell background to
change color when the mouse goes over a link in the table cell in the
navigation table.
1) Wrong order of the pseudo-classes, use this:
:link
:visited
:hover
:active
2) It's not a good idea to have visited and unvisited links the same
color. This confuses your visitors.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.