Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Rounded corners - im just not getting it (http://forum.bytesforall.com/showthread.php?t=13876)

tlck9 Apr 22, 2011 09:05 AM

[SOLVED] Rounded corners - im just not getting it
 
On previous sites, I wanted straight edges and got rounded corners and couldnt get rid, now I want rounded corners I cant seem to get them.

I uploaded the rounded setting file, and made a few changes as I couldnt see any rounded corners

Now Im trying to get my page menu with rounded edges and I cant seem to get it done, any advice is welcome:

website: test.mentorg dot co.uk

I;ve added the following into ATO: css/html but i must be doing something wrong


#rmenu2 li {
padding: 10px 0px;
}


/* round corners for page menu bar items */
#rmenu2 li {
-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;


Any other tips for rounded corners in the other aspects wuld be much appreciated too, as I've copied code from here all afternoon and I just cant seem to get it all working

lmilesw Apr 22, 2011 09:53 AM

You do have rounded corners but you have to add a transparent background to #rmenu2 and play with padding and margins for the li tags.

juggledad Apr 22, 2011 10:23 AM

Don't forget IE8 and lower do not support CSS rounding

tlck9 Apr 22, 2011 10:32 AM

could you help with me the transparent code please? what do I need and where do I post it?

Much appreciated

lmilesw Apr 22, 2011 12:34 PM

Put this in ATO>Add HTML/CSS Inserts>CSS Inserts

HTML Code:

#rmenu2 {
background: transparent !important;
}


tlck9 Apr 26, 2011 08:10 AM

thanks for the reply, i missed the important bit!


All times are GMT -6. The time now is 09:15 PM.

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