Jump to content

Design <button>


Dragosvr92

Recommended Posts

I did find some CSS that makes rounded borders, but they do not show up in FireFox. Tested fine in Safari, though. This is how I made a rounded rectangle for the background of a div tag:

 

 


#info {
color: #ffffff;
background: #0086bf;
width: 250px;
text-align: center;
font-size: 26px;
border-top-left-radius:30px 30px;
border-top-right-radius: 30px 30px;
border-bottom-left-radius: 30px 30px;
border-bottom-right-radius: 30px 30px;
top: -150px;
position: relative;
}

 

 

Might help you.

 

 

Here is the link as well:

 

 

http://www.css3.info/preview/rounded-border/

Link to comment
https://forums.phpfreaks.com/topic/216434-design/#findComment-1125144
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.