Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Adding a border-radius around widgets (http://forum.bytesforall.com/showthread.php?t=946)

Nourdmrolnmt1 Mar 24, 2009 08:43 PM

[SOLVED] Adding a border-radius around widgets
 
So, my utmost goal is to have the site almost air like in stuff however, I am attempting to add a border around the individual widgets...

HTML Code:

border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
border-radius: 2em 1em 4em / 0.5em 3em;

I have that put in, obviously i just pulled the radius from ths site...http://www.w3.org/TR/css3-background...der-shorthands however, no matter what radius i set, i can not get a rounded corner look on any of the borders... its making me mad... do i have to set this property outside of the options - widgets- widget container?

or what?

Thanks in advance!

Flynn Mar 24, 2009 09:05 PM

Put this at Widgets -> Widget container

HTML Code:

border: solid 1px #000000;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;


Nourdmrolnmt1 Mar 24, 2009 09:32 PM

ugh, now if that isnt the stupidest thing ever (hint: i already had that code in my center tab)

doh...

snarunas Oct 14, 2009 08:45 AM

Hi,

I would like to add border line inside of PAGES widget between all links, what is a possibly command?

snarunas Oct 14, 2009 08:58 AM

Ah, found it :)


All times are GMT -6. The time now is 01:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.