I rewrote the css file, but I am not sure this is efficient or correct code by your standards. BTW: Don't right-click; use view source in the menu bar.
http://www.sionvalais.com/jungfrau.html
I wanted to change the default link color for the resort names, but nothing was working. Can it be done at all be refering this way <a class=resort href="">??
I have some problems with the way my site is builded on loading; top to bottom and that is for tree columns. Is there any way to improve th e performance without changing the layout.?
cheers,
Mark :?
No such luck
Sionvalais.com Error 404
(Unknown)
The URL that you requested could not be found. Perhaps you either mistyped the URL or the page has been moved.
You're correct about assigning a class to a hyperlink;
<a href="pagetwo.html" class="resort_names">information</a>
- and -
a.resort_names { color: fuchsia; }
would produce what you're looking for.
correct URL sionvalais.com
http://www.sionvalais.com/jungfrau.php
that's the one!
Css check for sionvalais.com
You'll also need to declare
a.resort_names:link a.resort_names:hover
etc etc if you declared those for the normal A tag, otherwise the 'defaults' (the a:hover) will override your new class.