Nuv Posted June 13, 2011 Share Posted June 13, 2011 I need a rectangular box something like the image shown below. Can you notice the line separator between the info and the price ? It gives the feeling of depth. Can this be achieved using CSS or should i make an image of it ? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted June 13, 2011 Share Posted June 13, 2011 as you can see they use a darker line of 1 pixel and a white line of 1 pixel. In css we have the border property to do that for us. In this case it could very well be 2 div's (or any other type of container) that are floated next to each other. http://www.w3.org/TR/CSS2/box.html#border-properties If you need help applying it to your code let me know. 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.