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; } Quote Link to comment 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.. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.