knowram Posted June 5, 2006 Share Posted June 5, 2006 I have been working some time on this site which is based on buttons. My problem is that I am a mac person and love the way the site looks on my computer. But the site is going to be used mainly on pc's :(. When I am on the site on my mac all the submit buttons are nice elongated ovals with some space between them. They even have some shading to make them look 3D. Nice. If you are using a pc the submit buttons are gray, flat squares smashed together. Nothing nice about it at all. So my question is, is there any way to make the submit buttons look like they do on my mac on the pc's?I can't use images because the labels are generated from a database. The only other option I know of is CSS stiles but I don't know how to use them. If this is possible it would make my day. Quote Link to comment https://forums.phpfreaks.com/topic/11211-button-looks/ Share on other sites More sharing options...
wildteen88 Posted June 5, 2006 Share Posted June 5, 2006 The way the button looks on a web page with no styling is down to the OS which gives the button a defualt style. If you want to change how a button looks you'll want to style it with CSS.You should atleast get the basics of CSS to style how your pages looks rather than using raw html code.YOu can learn the basics of css over at [a href=\"http://www.w3schools.com/css/css_intro.asp\" target=\"_blank\"]w3schools.com[/a] Quote Link to comment https://forums.phpfreaks.com/topic/11211-button-looks/#findComment-41976 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.