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 ? Link to comment https://forums.phpfreaks.com/topic/239212-rectangular-box-separators-depth-illusion/ 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. Link to comment https://forums.phpfreaks.com/topic/239212-rectangular-box-separators-depth-illusion/#findComment-1229125 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.