The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS hover button code

Go down

CSS hover button code Empty CSS hover button code

Post by RAtSoaDM October 3rd 2007, 10:52 am

So I found this site http://www.myneatsite.com/blog/2006-06-30/creating-pure-css-3d-hover-buttons-text-only-no-images/

and pasted that css and html code they show and put it where they told me, but it makes every button on the forum this way....i just want the header's buttons to be hover...any idea how i can achieve this this..

i put this code

a {
text-decoration:none;
font-weight:bold;
border:3px solid;
padding:2px;
border-color:#6cf #2af #2af #6cf;
background:#9df;
}
a:hover {
border-color: #2af #6cf #6cf #2af;
}

in the CSS

and this

<a href="#">Submit</a>

in the HTML

Thanks!
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

CSS hover button code Empty Re: CSS hover button code

Post by RAtSoaDM October 4th 2007, 2:11 am

someone on here told me it was impossible to do this, but i think they were wrong blackeye
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

CSS hover button code Empty Re: CSS hover button code

Post by RAtSoaDM October 5th 2007, 12:27 pm

come on, no one wants to help me out Sad
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum