Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Feature Requests
Different css links and different .class's|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Honorary Mechanic |
It would be nice to do this in web engine (or sitespinner)
To be able to select multiple css link mousovers and then in the link editor to be able to customise the .class , so for different sets of links you could have different mouseover colours. e.g. <html> <head> <style type="text/css"> .class1 A:link {text-decoration: none} .class1 A:visited {text-decoration: none} .class1 A:active {text-decoration: none} .class1 A:hover {text-decoration: underline; color: red;} .class2 A:link {text-decoration: underline overline} .class2 A:visited {text-decoration: underline overline} .class2 A:active {text-decoration: underline overline} .class2 A:hover {text-decoration: underline; color: green;} </style> </head> <body> ONE TYPE OF LINKS <br> <span class="class1"> <a href="http://www.yahoo.com">YAHOO</a> <br> <a href="http://www.google.com">GOOGLE</a> </span> <br> <br> ANOTHER TYPE OF LINKS <br> <span class="class2"> <a href="http://www.yahoo.com">YAHOO</a> <br> <a href="http://www.google.com">GOOGLE</a> </span> </body> </html> Is there anyway to do the .class one because inserting a .css code directly into the page as a code object seems to overwrite the one web engine puts in, so all i need is the .class, but other users may like this feature Just a suggestion A part of JD&Co web design ------------------------------------------------- "It's not where you take things from - It's where you take them to" -Jean-Luc Godard |
||
|
VM Staff![]() |
I can't think of any way to do that but it would be good to have. I will pass it on as a feature suggestion.
|
|||
|
|
Honorary Mechanic |
i use it already on my site, but i can only use it with custom code objects. Which isn't to bad as i find it easier to code my nav links.
A part of JD&Co web design ------------------------------------------------- "It's not where you take things from - It's where you take them to" -Jean-Luc Godard |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Feature Requests
Different css links and different .class's
