Jump to content

css attach to side of box no matter what size


Glenskie

Recommended Posts

hi i would like to have my css test box attached to the side of the box like it is on the second picture ... any way to do it ?wKom4.png

#socialbox
    {	
	
	background-color: #FFF;
	padding: 7px;
	height:200px;
	width:35px;
	border: 1px solid #DBDBDB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: #E4E4E4 0px 0px 5px;
	-moz-box-shadow: #E4E4E4 0px 0px 5px;
	box-shadow:#E4E4E4 0px 0px 5px;
	margin-bottom: 5px;
	/* max-width:50px;
	max-height:100px; */
    float:right;
    margin-right:180px;
	
    }

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.