Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there anybody knows how to do this in pure css code.. i need your help guys .. please check the image below:):)
http://tinypic.com/view.php?pic=2ivmzxw&s=6

[^]

http://tinypic.com/r/2ivmzxw/6[^]
[IMG]http://i49.tinypic.com/2ivmzxw.jpg[/IMG]
Posted
Updated 15-Feb-13 0:55am
v2
Comments
[no name] 15-Feb-13 9:19am    
If my idea helped in your case then upvote it to 5...

1 solution

HI,

Yes you can able to do so. I think in the image you are pointing to the black div having a circle at the right corner.

For that take 2 divs and apply css property (border-radius: 20px;) to one of the div and then place the div to the required position as you wanted. Here the border-radius property allow you make the div circular. For background colors you can use background-color property. For allignment you can use float.

This will help you in solving the problem.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900