R
rocknroj
How do I apply a style to my left margin only?
I put an in-line style code for my left menu bar in the borders/left.htm.
Works great but can I turn-off the style, as all my links now show as bold
on my pages, not just in the left border.. Seems to only affect pages that
have the left border navigation.
<style type="text/css">
a:hover {
font-weight: bold;
}
</style>
I put an in-line style code for my left menu bar in the borders/left.htm.
Works great but can I turn-off the style, as all my links now show as bold
on my pages, not just in the left border.. Seems to only affect pages that
have the left border navigation.
<style type="text/css">
a:hover {
font-weight: bold;
}
</style>