Hi guy and sorry for my english :)
i'm going crazy for the title's style on this page http://www.solunina.it/game . How can I change the decoration to not change the style when the mouse go over?
tnx
Hi guy and sorry for my english :)
i'm going crazy for the title's style on this page http://www.solunina.it/game . How can I change the decoration to not change the style when the mouse go over?
tnx
Take this out:
.storytitle a {
color: #003471;
text-decoration: none;
border: none;
font-weight: bold;
}
.storytitle a:hover {
color: #00CCFF;
font-weight: bold;
}
Put this there instead:
.storytitle a, .storytitle a:hover {
color: #003471;
text-decoration: none;
border: none;
font-weight: bold;
}
not change... :|
Yes it has.
In your browser, look at your site.
Then press CTRL and F5 together.
Now look :)
i do, but it not change...
are u sure?
title is blu underlined, when the mouse go over it become golden...
oh... ok... ther's a mizundstood... :)
i referer to TITLE of Site (noname) and not TITLE of post (Hello World!)
right? :)
Ahh.....and you are using Intrnet Explorer ;)
#header h1 {
margin: 0 auto;
padding: 0px;
font-size: 500%;
font-weight: bold;
letter-spacing: 0.1em;
text-decoration: none;
}
is what you seem to have. You need:
#header h1 a, #header h1 a:hover {
text-decoration:none;
}
that should do something....
firefox.... and nothing change :|
tips?
Looks fine to me, no change on mouseover...
This topic has been closed to new replies.