svenny1 Posted June 25, 2008 Share Posted June 25, 2008 Hi again, i have another issue i can't get my head around. As before i'm sure it will be an easy solution. basically, i currently have an image 1px wide with 100px height which is repeated accross the page, basically i want the top left and top right corners to be cornered. Any ideas people? div.header { padding:0em; color:white; background-image:url(bg.jpg); background-repeat:repeat-x; clear:both; margin:0 auto; } Link to comment https://forums.phpfreaks.com/topic/111868-curving-a-header-image/ Share on other sites More sharing options...
svenny1 Posted June 25, 2008 Author Share Posted June 25, 2008 erm does rounded make more sense?, hang on let me find an example. http://a-ccarsales.com/page3.htm see like their header has rounded corners, thats what i want. However theirs is fixed, i want mine elastic but with the rounded corners, sorry if i'm not explaining this very well.. Link to comment https://forums.phpfreaks.com/topic/111868-curving-a-header-image/#findComment-574213 Share on other sites More sharing options...
haku Posted June 26, 2008 Share Posted June 26, 2008 You have to use a separate image for the corners. There are multiple ways to do it, google 'CSS rounded corners' to find out more. Link to comment https://forums.phpfreaks.com/topic/111868-curving-a-header-image/#findComment-574679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.