Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-06-2012, 04:22 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
3-D button using CSS

Back in the early days of the web, 3-d buttons that appeared to become pushed in when moused over were all the rage. At that time, this could only be achieved through images and JavaScript, but now with the advent of CSS we can go all retro and re-create this effect:

a {
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width: 8em;
background: #fc0;
}

a:hover
{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote

Old 09-20-2012, 04:30 AM   #2
jordenstive
Registered User
 
Join Date: May 2012
Posts: 20
I also want some information related this.thanks for nice post...
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jordenstive is offline   Reply With Quote
Old 10-25-2012, 09:11 AM   #3
henryc10
Registered User
 
Join Date: Oct 2012
Posts: 33
wwwdot//tympanus.net/codrops/2012/01/11/css-buttons-with-pseudo-elements/

heres some more info
henryc10 is offline   Reply With Quote
Old 04-07-2013, 10:09 PM   #4
luciferdsouza
Registered User
 
Join Date: Mar 2013
Posts: 10
Good codes suggested, i used the normal buttons but never tried with 3D.
Gonna check out today itself, thanks to post here.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
luciferdsouza is offline   Reply With Quote
Old 04-08-2013, 12:48 AM   #5
samhusten
Registered User
 
Join Date: Apr 2013
Posts: 1
I have tried this before. Thanks for giving such an innovative idea. Will surely try this.

Last edited by samhusten; 04-08-2013 at 12:51 AM..
samhusten is offline   Reply With Quote
Old 04-19-2013, 03:54 AM   #6
vivekaryan
Registered User
 
Join Date: Apr 2013
Posts: 58
thanks...for this info...
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vivekaryan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
+1 Button BarbDuton7 Search Engine Optimization 0 03-07-2012 10:19 AM
+1 button on my pages? jamesranatte General Discussion 2 01-23-2012 04:26 AM
I want to make my out button that counts how many times its been clicked wryfhk22 PHP / mySQL 0 10-26-2011 08:35 PM
Add to Favorites - button, how? ncjbhd HTML / DHTML 0 10-10-2011 02:03 AM
print window button mjvndhsb HTML / DHTML 0 10-10-2011 12:23 AM


All times are GMT -7. The time now is 06:11 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.