misheck
12-02-2009, 02:07 PM
I am studying css with a book that has directed to use photoshop images for round corners which has left me with 4 images of corners to use. My problem is I have only managed to put 2 corners because I can only specify 1 background image to css tag/attribute which leaves the other side without corners. Here is an example of the html code.<div id="message">
<p><strong>Special offers this week<strong><a href="#">
Click Here</a>
</p></div
I have put a css background: url(leftcorner.gif) no-repeat bottom left; thats for the corners
My problem is how can apply all the 4 corners to the whole page. I have put the corners on the div tag and <p> tag? Sorry I do not have access to my laptop to copy and paste the whole css and html so I hope this is enough info.
<p><strong>Special offers this week<strong><a href="#">
Click Here</a>
</p></div
I have put a css background: url(leftcorner.gif) no-repeat bottom left; thats for the corners
My problem is how can apply all the 4 corners to the whole page. I have put the corners on the div tag and <p> tag? Sorry I do not have access to my laptop to copy and paste the whole css and html so I hope this is enough info.