1. Login to blogger
2. Go to design - Edit HTML - Expand widget template
3. For an example, lets look this css code or read this "How To Create Related Box Below Your Post"
On that tutorial we'll see a css code like this :
.rbbox{border: 1px solid #E6E6E6;padding: 5px;4.And on that css you'll see a code like this
background-color: #F3F8FF;-moz-border-radius:5px; margin:5px;}
.rbbox:hover{background-color: #ffffff;}
.rbbox{border: 1px solid #E6E6E6;padding: 5px;Or
background-color: #F3F8FF;-moz-border-radius:5px; margin:5px;}
.rbbox:hover{background-color: #ffffff;}
-moz-border-radius:5px;Yeah the code (css) that colored red. That css code that make your Related Box Widget corner are rounded. And now you can add that css code for every blog widget on your blog.
Example : Read the tutorial "How To Create Beautiul Slider - Nivo Slider"
and you will see a css code like this
/* The Nivo Slider styles */So now, how to create a rounded corner on that Nivo Slider?
#slider{
width:618px;
height:246px;
}
Just paste the code
/* The Nivo Slider styles */And now you'll look the corner of that slider are rounded.
#slider{
-moz-border-radius:5px;
width:618px;
height:246px;
}
How to make different rounded pixel for every direction.
/* The Nivo Slider styles */And now lets change the code value that colored green.
#slider{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
width:618px;
height:246px;
}
/* The Nivo Slider styles */This is the result of that code.
#slider{
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:5px;
width:618px;
height:246px;
}
Ok thats it. I hope this information is very helpful. Thank you for visiting this blog.
How To Create Rounded Corner On Blogger Widget
Waw i will share too you a tips how to get .EDU Backlink for free, lets see them
How To Get .EDU Backlink For Free
Thank you for sharing your wonderful blog! I appreciate it and my web development team on my Phoenix web design company as well. I appreciate your efforts of sharing. Have a great day!
ReplyDelete