I'm TRYING to see if I can make some text links hover 2 different colors when you mouseover by trying to put the first letter of each like into a seperate div within the main div. Is it possible to do this or am I wasting my time?
Perhaps you could do this with a script? I don't believe its possible with CSS either.
A javascript could potentially do it... but I hate javascripts so I wouldn't actually recommend it to someone. :24:
I don't believe that's possible... because I'm pretty sure that the a:hover is what controls the mouseover for the entire css, not just an individual div.
Nope, you can assign any CSS to any element, Dana Im not sure exactly what you mean, you want each link to be a different colour?
you can add a span class
<a href="/" class="nav1"> in your css you make #nav1 a:hover: #ff0000 for red or whatever you need.
you do not need javascript or jquery!
let me know what it is you are trying to do..
We use essential cookies to make this site work, and optional cookies to enhance your experience.