Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Rounded header image corners but NOT header container. (http://forum.bytesforall.com/showthread.php?t=10396)

AussiAnni Oct 16, 2010 10:12 AM

[SOLVED] Rounded header image corners but NOT header container.
 
I want to round the corners of the header image on the site CafeChoc. I have tried a few things but they seem to be related to rounding the corners of the header image container.

As I have left a blank logo area at the top of the site I want to match the rounded corners as well so that it does not look odd.

Any clues please. And to JD I tried the webkits and moz radius fix you have suggested in other posts :). That only does the rounded corners at the top not the image the way I have it.

juggledad Oct 16, 2010 04:01 PM

your problem is that the images don't fill the header area. as an experiment, change the width of the page to 800 fro 850 and if you specify the border code, you will see the image with the rounded corners.

think of it this way, the image container defines what you will see as long as the image is as big or bigger than the image container. If you want to use images that are narrower that the image container, use a photo editor and round the image corners.

AussiAnni Oct 16, 2010 07:01 PM

Thanks JD. I thought that may be the case. I wanted to have the container wider than the image becuase the background is so dark. But that's OK I guess I'll just stick with the square corners for now. Editing all the images would be waaaaay too time consuming lol.

AussiAnni Oct 16, 2010 07:59 PM

Solved this one by adding a border to the image and rounding it off by using the following CSS insert

HTML Code:

div#imagecontainer {
border: solid 5px #FBDB84;
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;
}



All times are GMT -6. The time now is 05:07 AM.

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