hey
i have made a menubut instead of the links being <a href='location'>text</a>
i have made <a onclick='location'>text</a>
how would i make the curson appear so it shows as a normal link
i tried having href='#' but it didnt work
i was thinking it would be the style so i added
but doesnt work either
can anyone help here?
i have made a menubut instead of the links being <a href='location'>text</a>
i have made <a onclick='location'>text</a>
how would i make the curson appear so it shows as a normal link
i tried having href='#' but it didnt work
i was thinking it would be the style so i added
Code:
a:hover {
text-decoration: none;
color: #CC0000
cursor: crosshair;
}
can anyone help here?