WebSite X5Help Center

 
Michael G.
Michael G.
User

Mouseover im Code  de

Author: Michael G.
Visited 967, Followers 1, Shared 0  

Hallo,

ich habe einen Extra Code damit nur für eine Seite die Linkfarbe geändert werden kann

<style>#imContent .imCssLink {color: #1B599E!important;}</style>

Funktioniert soweit gut aber wie kann man ein Mouseover noch dazu machen?

Posted on the
3 ANSWERS - 1 USEFUL
Andreas L.
Andreas L.
User

Im Text-Objekt kannst musst du diesen Code und z.B. der Text erstmal als HTML Markieren.

Dann einen LINK setzen

Nun sollte da ein Mouse-Over Effekt entstehen.

Gruß

Andreas

Read more
Posted on the from Andreas L.
Andreas S.
Andreas S.
Moderator
Best User of the month DE

NE ich glaube er meint das hier...

<style>

#imContent .imCssLink {color: #1B599E!important;}

>#imContent .imCssLink:hover  {color: red!important;}

</style>

Read more
Posted on the from Andreas S.
Andreas L.
Andreas L.
User

Ja auch möglich. War etwas knapp beschriebn sein Problem.wink

Read more
Posted on the from Andreas L.