Tampilkan postingan dengan label CSS. Tampilkan semua postingan
Tampilkan postingan dengan label CSS. Tampilkan semua postingan

Senin, 06 Agustus 2012

How To Customize Sidebar Header With Different Style And Color

After a little break, i decide to come up with something cool, so i will be sharing with you, how you can customize your sidebar widgets with different style and color. It's been a while now, that i have be looking for a way which i can customize my sidebar header with a nice style, but unfortunately i finally created a code which can do the work after observing that all my sidebar widgets have a

How To Remove Read More In Blogger

Read More Or Jump break some blogger love it and some want to remove it from there blog.In this post i will give you easiest way by which you can remove read more button from blogger with small css code.When I was searching for this trick on Google then i was shocked by seeing result because there was not single tutorial by which we can remove read more button easily all other results are having

Selasa, 31 Juli 2012

Customize Blogger's Official Popular Posts Widget

#ui63495 { width:200px; height:50px; top:-2px; position:relative; border:1px solid darkblue; font-family:verdana; color:white; background:-webkit-linear-gradient(45deg,#5FA3FA,#5494E6); background:-moz-linear-gradient(45deg,#5FA3FA,#5494E6); background:-ms-linear-gradient(45deg,#5FA3FA,#5494E6); background:-o-linear-gradient(45deg,#5FA3FA,#5494E6);

Selasa, 24 Juli 2012

Customize Blogger Threaded Comment With Cool Style And Color

This is another great way of styling default blogger comments with cool colors, and also including a ribbon to the authors header in other to distinguish between the author comments and the visitors comments, this tutorial am sharing with you is from paul crowe, and it was design using simple CSS.Apply Threaded Comment With Cool ColorGo to your blogger dashboardClick on "Design" > "Template

Minggu, 22 Juli 2012

Add Awesome CSS3 Drop Down Menu To Blogger Blog

This drop down menu am sharing with you, is made of pure CSS and HTML, and why do you have to run after scripts like jquery when you can play around with CSS and HTML. In my previous post, i have discuss on how you can also add a cool CSS3 drop down menu which is also similar to this, they both consist of two structures, the CSS and the HTML part and it doesn't affect your blog load time.Adding

Customize YouTube Videos Layout With Css

Live Demo In this tutorial I will give you way to make YouTube videos more attractive with Css.We will add border to YouTube videos by which video will looks great.There are two style which I will share in this post.I use Css background image property by which i added image below youtube video.You don't need to make any code or changes just copy below code and paste it where you want to make this

Sabtu, 21 Juli 2012

Add CSS3 Drop Down Menu To Blogger

Ever since The World Wide Web Consortium (W3C) introduce HTML5 and CSS3, the online web tools have took a great new shape, In this tutorial am sharing with you, you are going to learn how you can add a pure CSS drop down menu to your blog with no jQuery effect, and it is of two structures, the html and CSS part. We have created this widget with our possible best, so that the implementation will

Selasa, 17 Juli 2012

Add Css Hover Effect In Blogger Images

I Already Gave you zoom hover effect for images but this time I am giving you special code by which image opacity will decrease but when you will hover it then it come back in it normal form.Live Demo Adding Hove Effect To Blogger ImagesGo to blogger dashboardClick on Template Tab.Now Click On Edit HTML button.Find ]]> code therePaste Below Code Above ]]>.post-body img {opacity

Kamis, 12 Juli 2012

HTML Css Table

Tables have got to be one of the most difficult objects to style in the Web.I made this simple HTML table good looking with Css3.I use long code to make it attractive, I added some hover effects to this table.You can also expand rows and Columns of this table. You can also add this table into blogger.Live Demo CodeCopy below code and paste it where you want to make this table appear.